StRoot
1
|
Public Types | |
enum | { NAllPicoArrays = 20 } |
Should be changed to constexpr once ROOT 6 is available at STAR. | |
enum | TypeIndex { Event =0, Track, EmcTrigger, MtdTrigger, BTowHit, BTofHit, MtdHit, BbcHit, EpdHit, FmsHit, BEmcPidTraits, BTofPidTraits, MtdPidTraits, TrackCovMatrix, BEmcSmdEHit, BEmcSmdPHit, ETofHit, ETofPidTraits, McVertex, McTrack } |
Array names. | |
Public Member Functions | |
StPicoArrays () | |
Default constructor. | |
Static Public Attributes | |
static const char * | picoArrayNames [NAllPicoArrays] |
Names of the TBranches in the TTree/File. More... | |
static const char * | picoArrayTypes [NAllPicoArrays] |
Names of the classes, the TClonesArrays are arrays of this type. More... | |
static int | picoArraySizes [NAllPicoArrays] |
Maximum sizes of the TClonesArrays. More... | |
Definition at line 13 of file StPicoArrays.h.
|
static |
Names of the TBranches in the TTree/File.
Definition at line 23 of file StPicoArrays.h.
Referenced by StPicoDstReader::SetStatus(), and StPicoDstMaker::SetStatus().
|
static |
Maximum sizes of the TClonesArrays.
Definition at line 29 of file StPicoArrays.h.
|
static |
Names of the classes, the TClonesArrays are arrays of this type.
Definition at line 26 of file StPicoArrays.h.