HOPS
HOPS class reference
MHO_ChannelQuantity.hh
Go to the documentation of this file.
1 #ifndef MHO_ChannelQuantity_HH__
2 #define MHO_ChannelQuantity_HH__
3 
4 #include <map>
5 #include <string>
6 #include <vector>
7 
8 namespace hops
9 {
10 
20 {
21  public:
24 
25  protected:
26 
35  std::map< std::string, double > MapChannelQuantities(std::string chan_names, std::vector< double >& values);
36 };
37 
38 } // namespace hops
39 
40 #endif
class for storing and mapping per-channel control quantities (a typical task for fourfit control file...
Definition: MHO_ChannelQuantity.hh:20
MHO_ChannelQuantity()
Definition: MHO_ChannelQuantity.hh:22
std::map< std::string, double > MapChannelQuantities(std::string chan_names, std::vector< double > &values)
Maps channel names to corresponding values and returns a map. if the number of channel names isn't th...
Definition: MHO_ChannelQuantity.cc:9
~MHO_ChannelQuantity()
Definition: MHO_ChannelQuantity.hh:23
Definition: MHO_ChannelLabeler.hh:17