EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "TObject.h"
#include <string>
Go to the source code of this file.
Classes | |
class | CbmBaseHit |
Enumerations | |
enum | HitType { kHIT, kPIXELHIT, kSTRIPHIT, kSTSHIT, kMVDHIT, kRICHHIT, kMUCHPIXELHIT, kMUCHSTRAWHIT, kTRDHIT, kTOFHIT, kECALHIT } |
Base class for hits used for tracking in CBM. Derives from TObject. Each hit has its unique identifier of type HitType, which can be later use for safe type casting.
Definition in file CbmBaseHit.h.
enum HitType |
kHIT | |
kPIXELHIT | |
kSTRIPHIT | |
kSTSHIT | |
kMVDHIT | |
kRICHHIT | |
kMUCHPIXELHIT | |
kMUCHSTRAWHIT | |
kTRDHIT | |
kTOFHIT | |
kECALHIT |
Definition at line 14 of file CbmBaseHit.h.
View newest version in sPHENIX GitHub at line 14 of file CbmBaseHit.h