ATLAS Offline Software
Loading...
Searching...
No Matches
ORUtils::FEAssociationTool::ObjView Struct Reference
Collaboration diagram for ORUtils::FEAssociationTool::ObjView:

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::IParticleContainercont = 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

Detailed Description

Definition at line 56 of file FEAssociationTool.h.

Member Enumeration Documentation

◆ Type

Enumerator
Electron 
Muon 
Photon 
Tau 
SmallRJet 
LargeRJet 

Definition at line 58 of file FEAssociationTool.h.

58 {
60 Muon,
61 Photon,
62 Tau,
63 SmallRJet,
64 LargeRJet
65 };
@ Tau
The object is a tau (jet)
Definition ObjectType.h:49
Muon_v1 Muon
Reference the current persistent version:
Photon_v1 Photon
Definition of the current "egamma version".
Electron_v1 Electron
Definition of the current "egamma version".

Constructor & Destructor Documentation

◆ ObjView()

ORUtils::FEAssociationTool::ObjView::ObjView ( Type t,
const xAOD::IParticleContainer * c,
std::size_t i )
inline

Definition at line 67 of file FEAssociationTool.h.

Member Data Documentation

◆ cont

const xAOD::IParticleContainer* ORUtils::FEAssociationTool::ObjView::cont = nullptr

Definition at line 71 of file FEAssociationTool.h.

◆ cSet

std::unordered_set<const xAOD::FlowElement*> ORUtils::FEAssociationTool::ObjView::cSet

Definition at line 74 of file FEAssociationTool.h.

◆ EcTot

float ORUtils::FEAssociationTool::ObjView::EcTot = 0.f

Definition at line 77 of file FEAssociationTool.h.

◆ EnTot

float ORUtils::FEAssociationTool::ObjView::EnTot = 0.f

Definition at line 78 of file FEAssociationTool.h.

◆ idx

std::size_t ORUtils::FEAssociationTool::ObjView::idx = 0

Definition at line 72 of file FEAssociationTool.h.

◆ nSet

std::unordered_set<const xAOD::FlowElement*> ORUtils::FEAssociationTool::ObjView::nSet

Definition at line 75 of file FEAssociationTool.h.

◆ type

Type ORUtils::FEAssociationTool::ObjView::type

Definition at line 70 of file FEAssociationTool.h.


The documentation for this struct was generated from the following file: