HOPS
HOPS class reference
MHO_ChannelUtilities.hh
Go to the documentation of this file.
1 #ifndef MHO_ChannelUtilities_HH__
2 #define MHO_ChannelUtilities_HH__
3 
4 #include <map>
5 #include <string>
6 #include <vector>
7 
8 namespace hops
9 {
10 
25 std::map< std::string, double > MapChannelQuantities(std::string chan_names, std::vector< double >& values);
26 
27 } // namespace hops
28 
29 #endif
Definition: MHO_AdhocFlagging.hh:18
std::map< std::string, double > MapChannelQuantities(std::string chan_names, std::vector< double > &values)
Definition: MHO_ChannelUtilities.cc:9