Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:57:32

0001 #ifndef TrackInfo_TrackInfoEnum_h
0002 #define TrackInfo_TrackInfoEnum_h
0003 /** \class reco::TrackInfoEnum TrackInfoEnum.h AnalysisDataFormats/TrackInfo/interface/TrackInfoEnum.h
0004  *
0005  * It contains Enums
0006  * for TrackInfo
0007  * 
0008  *
0009  * \author Chiara Genta
0010  *
0011  *
0012  */
0013 namespace reco {
0014   enum StateType { Updated = 0, Combined = 1, FwPredicted = 2, BwPredicted = 3 };
0015 
0016   enum RecHitType { Single = 0, Matched = 1, Projected = 2, Null = 3 };
0017 }  // namespace reco
0018 #endif