Project
Loading...
Searching...
No Matches
ConversionConstants.h File Reference
#include <string>

Go to the source code of this file.

Enumerations

enum  ETrackType {
  Standard , KinkMother , KinkDaughter , V0NegativeDaughter ,
  V0PositiveDaughter , V0Mother , CascadePrimaryMother , CascadePrimaryDaughter ,
  CascadeSecondaryMother , CascadeNegativeDaughter , CascadePositiveDaughter , MuonMatched ,
  MuonNotMatched , MuonGhost
}
 

Variables

const int nDetectorTypes = 23
 
const std::string gDetectorTypes [nDetectorTypes]
 
const int nTrackTypes = 14
 
const std::string gTrackTypes [nTrackTypes]
 

Detailed Description

Author
Jeremi Niedziela
Maciej Grochowicz

Definition in file ConversionConstants.h.

Enumeration Type Documentation

◆ ETrackType

enum ETrackType
Enumerator
Standard 
KinkMother 
KinkDaughter 
V0NegativeDaughter 
V0PositiveDaughter 
V0Mother 
CascadePrimaryMother 
CascadePrimaryDaughter 
CascadeSecondaryMother 
CascadeNegativeDaughter 
CascadePositiveDaughter 
MuonMatched 
MuonNotMatched 
MuonGhost 

Definition at line 23 of file ConversionConstants.h.

Variable Documentation

◆ gDetectorTypes

const std::string gDetectorTypes[nDetectorTypes]
Initial value:
= {
"Invalid Layer",
"First Layer",
"SPD1",
"SPD2",
"SDD1",
"SDD2",
"SSD1",
"SSD2",
"TPC1",
"TPC2",
"TRD1",
"TRD2",
"TRD3",
"TRD4",
"TRD5",
"TRD6",
"TOF",
"PHOS1",
"PHOS2",
"HMPID",
"MUON",
"EMCAL",
"LastLayer"}

Definition at line 46 of file ConversionConstants.h.

◆ gTrackTypes

const std::string gTrackTypes[nTrackTypes]
Initial value:
= {
"standard",
"kink_mother",
"kink_daughter",
"V0_negative_daughter",
"V0_positive_daughter",
"V0_mother",
"cascade_primary_mother",
"cascade_primary_daughter",
"cascade_secondary_mother",
"cascade_negative_daughter",
"cascade_positive_daughter",
"muon_matched",
"muon_not_matched",
"muon_ghost"}

Definition at line 79 of file ConversionConstants.h.

◆ nDetectorTypes

const int nDetectorTypes = 23

Definition at line 44 of file ConversionConstants.h.

◆ nTrackTypes

const int nTrackTypes = 14

Definition at line 77 of file ConversionConstants.h.