8 #ifndef MaterialBudgetCategorizer_h 9 #define MaterialBudgetCategorizer_h 1 36 std::map<std::string,std::vector<float> >
theX0Map;
37 std::map<std::string,std::vector<float> >
theL0Map;
int material(std::string s)
const std::vector< float > & x0fraction(std::string s)
std::map< std::string, int > theVolumeMap
int volume(std::string s)
std::map< std::string, std::vector< float > > theX0Map
const std::vector< float > & l0fraction(std::string s)
std::map< std::string, std::vector< float > > theHGCalL0Map
const std::vector< float > & HGCalx0fraction(std::string s)
void buildCategoryMap(std::string theMaterialFileName, std::map< std::string, std::vector< float > > &theMap)
const std::vector< float > & HGCall0fraction(std::string s)
std::map< std::string, std::vector< float > > theL0Map
std::map< std::string, std::vector< float > > theHGCalX0Map
MaterialBudgetCategorizer(std::string mode)
std::map< std::string, int > theMaterialMap
void buildHGCalCategoryMap(std::string theMaterialFileName, std::map< std::string, std::vector< float > > &theMap)