BmnRoot
Loading...
Searching...
No Matches
BmnBaseHit.h File Reference
#include "TObject.h"
#include <string>
Include dependency graph for BmnBaseHit.h:
This graph shows which files directly or indirectly include this file:

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
}
 

Detailed Description

Author
Andrey Lebedev andre.nosp@m.y.le.nosp@m.bedev.nosp@m.@gsi.nosp@m..de
D. Baranov
Date
2018

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.

Enumeration Type Documentation

◆ HitType

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

Definition at line 15 of file BmnBaseHit.h.