CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoEgamma/ElectronIdentification/interface/LikelihoodSwitches.h

Go to the documentation of this file.
00001 #ifndef LikelihoodSwitches_H
00002 #define LikelihoodSwitches_H
00003 
00004 struct LikelihoodSwitches {
00005 
00006   LikelihoodSwitches () :
00007     m_useEoverP (false) ,
00008     m_useDeltaEta (true) ,
00009     m_useDeltaPhi (true) ,
00010     m_useHoverE (true) ,
00011     m_useFBrem (true) ,
00012     m_useSigmaEtaEta (true) ,
00013     m_useSigmaPhiPhi (true) {} ;
00014 
00015   bool m_useEoverP ;
00016   bool m_useDeltaEta ;
00017   bool m_useDeltaPhi ;
00018   bool m_useHoverE ;
00019   bool m_useFBrem ;
00020   bool m_useSigmaEtaEta ;
00021   bool m_useSigmaPhiPhi ;
00022 
00023 };
00024 
00025 #endif // LikelihoodSwitches_H