CbmRoot
|
#include <Rtypes.h>
#include <RtypesCore.h>
#include <TObject.h>
#include <string>
Go to the source code of this file.
Classes | |
class | CbmHit |
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.
Former name: CbmBaseHit (renamed 11 May 2015)
Definition in file CbmHit.h.