HighLAND
|
#include <CategoryClasses.hxx>
Public Member Functions | |
ClassDef (TrackTypeDefinition, 1) | |
Public Attributes | |
std::string | _name |
The name of this type ("muon", "electron", ...). It will be displayed in the legend. | |
int | _color |
The color to be displayed for tracks of this type. | |
int | _order |
The order in which it should appear when plotting. | |
int | _code |
The unique code for this type ("muon==13", ...). | |
bool | _enabled |
Is this type enabled? | |
A TrackTypeDefinition is one of the possiple options for a TrackCategoryDefinition. The "particle" category, for example, has types "muon", "electron" etc.
This class is very simple. See TrackCategoryDefinition for more details on categories, and their use in drawing stacked histograms.
Definition at line 16 of file CategoryClasses.hxx.