![]() |
ATLAS Offline Software
|
Public Types | |
| enum class | Type { Electron , Muon , Photon , Tau , SmallRJet , LargeRJet } |
Public Member Functions | |
| ObjView (Type t, const xAOD::IParticleContainer *c, std::size_t i) | |
Public Attributes | |
| Type | type |
| const xAOD::IParticleContainer * | cont = nullptr |
| std::size_t | idx = 0 |
| std::unordered_set< const xAOD::FlowElement * > | cSet |
| std::unordered_set< const xAOD::FlowElement * > | nSet |
| float | EcTot = 0.f |
| float | EnTot = 0.f |
Definition at line 56 of file FEAssociationTool.h.
|
strong |
| Enumerator | |
|---|---|
| Electron | |
| Muon | |
| Photon | |
| Tau | |
| SmallRJet | |
| LargeRJet | |
Definition at line 58 of file FEAssociationTool.h.
|
inline |
Definition at line 67 of file FEAssociationTool.h.
| const xAOD::IParticleContainer* ORUtils::FEAssociationTool::ObjView::cont = nullptr |
Definition at line 71 of file FEAssociationTool.h.
| std::unordered_set<const xAOD::FlowElement*> ORUtils::FEAssociationTool::ObjView::cSet |
Definition at line 74 of file FEAssociationTool.h.
| float ORUtils::FEAssociationTool::ObjView::EcTot = 0.f |
Definition at line 77 of file FEAssociationTool.h.
| float ORUtils::FEAssociationTool::ObjView::EnTot = 0.f |
Definition at line 78 of file FEAssociationTool.h.
| std::size_t ORUtils::FEAssociationTool::ObjView::idx = 0 |
Definition at line 72 of file FEAssociationTool.h.
| std::unordered_set<const xAOD::FlowElement*> ORUtils::FEAssociationTool::ObjView::nSet |
Definition at line 75 of file FEAssociationTool.h.
| Type ORUtils::FEAssociationTool::ObjView::type |
Definition at line 70 of file FEAssociationTool.h.