CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoParticleFlow/PFRootEvent/interface/DisplayCommon.h

Go to the documentation of this file.
00001 #ifndef PF_DisplayCommon_h
00002 #define PF_DisplayCommon_h
00003 
00004 enum View_t { XY = 0, RZ = 1, EPE = 2, EPH = 3, NViews = 4 };
00005 
00006 enum ObjType { 
00007   RECHITECALID=0, 
00008   RECHITHCALID,
00009   RECHITHFEMID,
00010   RECHITHFHADID,
00011   RECHITPSID,
00012   CLUSTERECALID,
00013   CLUSTERHCALID,
00014   CLUSTERHFEMID,
00015   CLUSTERHFHADID,
00016   CLUSTERPSID,
00017   CLUSTERIBID,
00018   RECTRACKID,
00019   BREMID,
00020   GSFRECTRACKID,
00021   SIMPARTICLEID,
00022   GENPARTICLEID
00023 };   
00024 
00025 const unsigned int SHIFTID=26;
00026 const int HITTYPES=5;
00027              
00028 #endif