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