|
BmnRoot
|
#include "TObject.h"#include <string>Go to the source code of this file.
Classes | |
| class | BmnBaseHit |
Enumerations | |
| enum | HitType { kHIT , kPIXELHIT , kSTRIPHIT , kSSDHIT , kMVDHIT , kRICHHIT , kMUCHPIXELHIT , kMUCHSTRAWHIT , kTRDHIT , kTOFHIT , kECALHIT } |
Base class for hits used for tracking in BMN. Derives from TObject. Each hit has its unique identifier of type HitType, which can be later use for safe type casting.
Definition in file BmnBaseHit.h.
| enum HitType |
| Enumerator | |
|---|---|
| kHIT | |
| kPIXELHIT | |
| kSTRIPHIT | |
| kSSDHIT | |
| kMVDHIT | |
| kRICHHIT | |
| kMUCHPIXELHIT | |
| kMUCHSTRAWHIT | |
| kTRDHIT | |
| kTOFHIT | |
| kECALHIT | |
Definition at line 15 of file BmnBaseHit.h.