ATLAS Offline Software
|
EDM dictionary providing the muon, calo energy and SpShower classes. More...
#include <muonEventDict.h>
Public Attributes | |
ElementLink< MuonCaloEnergyContainer > | m_linkCal |
std::pair< ElementLink< MuonCaloEnergyContainer >, double > | m_pairCal |
MuonCaloEnergyContainer | mcalCont |
CaloEnergy | mcal |
ElementLink< Rec::MuonSpShowerContainer > | m_linkSho |
std::pair< ElementLink< Rec::MuonSpShowerContainer >, double > | m_pairSho |
Rec::MuonSpShowerContainer | shoCont |
Rec::MuonSpShower | sho |
Navigable< Analysis::MuonContainer, double > | m_navMuon |
ElementLink< Analysis::MuonContainer > | m_linkMuon |
std::pair< ElementLink< Analysis::MuonContainer >, double > | m_pairMuon |
std::pair< MuonParameters::ParamDef, float > | m_pairMuonParam |
std::vector< Analysis::Muon * > | m_muonVecPointer |
std::vector< DepositInCalo * > | m_depositVecPointer |
DataVector< Rec::TrackParticle > | m_dummy1 |
DataVector< Rec::MuonSpShower > | m_dummy3 |
DataVector< Analysis::Muon > | m_dummy4 |
DataVector< int > | m_dummy5 |
DataVector< CaloEnergy > | m_dummy6 |
EDM dictionary providing the muon, calo energy and SpShower classes.
Definition at line 19 of file muonEventDict.h.
std::vector<DepositInCalo*> MuonDictionary::m_depositVecPointer |
Definition at line 36 of file muonEventDict.h.
DataVector<Rec::TrackParticle> MuonDictionary::m_dummy1 |
Definition at line 39 of file muonEventDict.h.
DataVector<Rec::MuonSpShower> MuonDictionary::m_dummy3 |
Definition at line 40 of file muonEventDict.h.
DataVector<Analysis::Muon> MuonDictionary::m_dummy4 |
Definition at line 41 of file muonEventDict.h.
DataVector<int> MuonDictionary::m_dummy5 |
Definition at line 42 of file muonEventDict.h.
DataVector<CaloEnergy> MuonDictionary::m_dummy6 |
Definition at line 43 of file muonEventDict.h.
ElementLink<MuonCaloEnergyContainer> MuonDictionary::m_linkCal |
Definition at line 21 of file muonEventDict.h.
ElementLink<Analysis::MuonContainer> MuonDictionary::m_linkMuon |
Definition at line 32 of file muonEventDict.h.
ElementLink<Rec::MuonSpShowerContainer> MuonDictionary::m_linkSho |
Definition at line 26 of file muonEventDict.h.
std::vector<Analysis::Muon*> MuonDictionary::m_muonVecPointer |
Definition at line 35 of file muonEventDict.h.
Navigable<Analysis::MuonContainer,double> MuonDictionary::m_navMuon |
Definition at line 31 of file muonEventDict.h.
std::pair<ElementLink<MuonCaloEnergyContainer>,double> MuonDictionary::m_pairCal |
Definition at line 22 of file muonEventDict.h.
std::pair<ElementLink<Analysis::MuonContainer>,double> MuonDictionary::m_pairMuon |
Definition at line 33 of file muonEventDict.h.
std::pair<MuonParameters::ParamDef,float> MuonDictionary::m_pairMuonParam |
Definition at line 34 of file muonEventDict.h.
std::pair<ElementLink<Rec::MuonSpShowerContainer>,double> MuonDictionary::m_pairSho |
Definition at line 27 of file muonEventDict.h.
CaloEnergy MuonDictionary::mcal |
Definition at line 24 of file muonEventDict.h.
MuonCaloEnergyContainer MuonDictionary::mcalCont |
Definition at line 23 of file muonEventDict.h.
Rec::MuonSpShower MuonDictionary::sho |
Definition at line 29 of file muonEventDict.h.
Rec::MuonSpShowerContainer MuonDictionary::shoCont |
Definition at line 28 of file muonEventDict.h.