1 #include "CategoryClasses.hxx" 12 for (UInt_t i=0;i<GetNTypes();i++){
13 names[i] = _types[i].
_name;
20 Int_t* TrackCategoryDefinition::GetCodes(Int_t codes[]){
25 codes[i] =
_types[i]._code;
32 Int_t* TrackCategoryDefinition::GetColors(Int_t colors[]){
37 colors[i] =
_types[i]._color;
std::vector< TrackTypeDefinition > _types
The types defined for this category.
unsigned int GetNTypes()
Number of types defined for this category.
std::string _name
The name of this category (e.g. "particle").