ParticleID_VariableTypeEnums.h
Go to the documentation of this file.
1 #ifndef PARTICLEID_VARIABLETYPEENUMS_H
2 #define PARTICLEID_VARIABLETYPEENUMS_H
3 
4 namespace anab{
5 
7  kGOF,
18  }; ///< Enum to define type of variable returned by a ParticleID algorithm
19 
20  enum kTrackDir{
24  }; ///< Enum to define track direction assumed by a ParticleID algorithm. Forward means the direction in which the track is reconstructed; backward means the opposite direction to the reconstruction.
25 
26 }
27 
28 #endif