1 #ifndef MHO_ChannelQuantity_HH__
2 #define MHO_ChannelQuantity_HH__
35 std::map< std::string, double >
MapChannelQuantities(std::string chan_names, std::vector< double >& values);
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