Go to the source code of this file.
 | 
| enum   | DetectorId {  
  DetectorId::kRICH, 
DetectorId::kDRC, 
DetectorId::kDSK, 
DetectorId::kEMC, 
 
  DetectorId::kGEM, 
DetectorId::kLUMI, 
DetectorId::kMDT, 
DetectorId::kMVD, 
 
  DetectorId::kRPC, 
DetectorId::kSTT, 
DetectorId::kFTOF, 
DetectorId::kTOF, 
 
  DetectorId::kFTS, 
DetectorId::kHYPG, 
DetectorId::kHYP
 
 } | 
|   | 
| enum   | DetectorType {  
  DetectorType::kUnknown, 
DetectorType::kMCTrack, 
DetectorType::kMVDPoint, 
DetectorType::kMVDDigiStrip, 
 
  DetectorType::kMVDDigiPixel, 
DetectorType::kMVDClusterPixel, 
DetectorType::kMVDClusterStrip, 
DetectorType::kMVDHitsStrip, 
 
  DetectorType::kMVDHitsPixel, 
DetectorType::kSttPoint, 
DetectorType::kSttHit, 
DetectorType::kSttHelixHit, 
 
  DetectorType::kSttTrackCand, 
DetectorType::kSttTrack, 
DetectorType::kGemPoint, 
DetectorType::kGemDigi, 
 
  DetectorType::kGemCluster, 
DetectorType::kGemHit, 
DetectorType::kFtsPoint, 
DetectorType::kFtsDigi, 
 
  DetectorType::kFtsHit, 
DetectorType::kMdtPoint, 
DetectorType::kMdtHit, 
DetectorType::kMdtTrack, 
 
  DetectorType::kEmcPoint, 
DetectorType::kEmcHit, 
DetectorType::kEmcDigi, 
DetectorType::kEmcCluster, 
 
  DetectorType::kEmcBump, 
DetectorType::kEmcRecoHit, 
DetectorType::kLheTrack, 
DetectorType::kTrackCand, 
 
  DetectorType::kTrack, 
DetectorType::kPidChargedCandidate, 
DetectorType::kPidNeutralCandidate
 
 } | 
|   | 
| enum   | SensorSide { SensorSide::kTOP, 
SensorSide::kBOTTOM
 } | 
|   | 
◆ DetectorId
Unique identifier for all Panda detector systems 
| Enumerator | 
|---|
| kRICH  | kRICH must be the 1st id, and kHYP must be the last one. Please put new detectors in between!!  
 | 
| kDRC  |  | 
| kDSK  |  | 
| kEMC  |  | 
| kGEM  |  | 
| kLUMI  |  | 
| kMDT  |  | 
| kMVD  |  | 
| kRPC  |  | 
| kSTT  |  | 
| kFTOF  |  | 
| kTOF  |  | 
| kFTS  |  | 
| kHYPG  |  | 
| kHYP  |  | 
Definition at line 11 of file PndDetectorList.h.
 
 
◆ DetectorType
Beware! each new detector should be added also in PndMCTrack Unique identifier for all Panda Point and Hit types 
| Enumerator | 
|---|
| kUnknown  |  | 
| kMCTrack  |  | 
| kMVDPoint  |  | 
| kMVDDigiStrip  |  | 
| kMVDDigiPixel  |  | 
| kMVDClusterPixel  |  | 
| kMVDClusterStrip  |  | 
| kMVDHitsStrip  |  | 
| kMVDHitsPixel  |  | 
| kSttPoint  |  | 
| kSttHit  |  | 
| kSttHelixHit  |  | 
| kSttTrackCand  |  | 
| kSttTrack  |  | 
| kGemPoint  |  | 
| kGemDigi  |  | 
| kGemCluster  |  | 
| kGemHit  |  | 
| kFtsPoint  |  | 
| kFtsDigi  |  | 
| kFtsHit  |  | 
| kMdtPoint  |  | 
| kMdtHit  |  | 
| kMdtTrack  |  | 
| kEmcPoint  |  | 
| kEmcHit  |  | 
| kEmcDigi  |  | 
| kEmcCluster  |  | 
| kEmcBump  |  | 
| kEmcRecoHit  |  | 
| kLheTrack  |  | 
| kTrackCand  |  | 
| kTrack  |  | 
| kPidChargedCandidate  |  | 
| kPidNeutralCandidate  |  | 
Definition at line 34 of file PndDetectorList.h.
 
 
◆ SensorSide