CbmRoot
CbmHit.h File Reference
#include <Rtypes.h>
#include <RtypesCore.h>
#include <TObject.h>
#include <string>
Include dependency graph for CbmHit.h:
This graph shows which files directly or indirectly include this file:

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
}
 

Detailed Description

Author
Andrey Lebedev andre.nosp@m.y.le.nosp@m.bedev.nosp@m.@gsi.nosp@m..de
Date
2009

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.

Enumeration Type Documentation

◆ HitType

enum HitType
Enumerator
kHIT 
kPIXELHIT 
kSTRIPHIT 
kSTSHIT 
kMVDHIT 
kRICHHIT 
kMUCHPIXELHIT 
kMUCHSTRAWHIT 
kTRDHIT 
kTOFHIT 
kECALHIT 

Definition at line 16 of file CbmHit.h.