ATLAS Offline Software
Public Types | Public Member Functions | Private Attributes | Friends | List of all members
TruthEtIsolations_p1 Class Reference

#include <TruthEtIsolations_p1.h>

Collaboration diagram for TruthEtIsolations_p1:

Public Types

typedef std::array< float, TruthParticleParameters::NbrOfConesEtIsolations_t
 
typedef std::pair< int, EtIsolations_tEtIsolBc_t
 
typedef std::vector< EtIsolBc_tEtIsolMap_t
 

Public Member Functions

 TruthEtIsolations_p1 ()
 Default constructor: More...
 
 ~TruthEtIsolations_p1 ()=default
 Destructor: More...
 

Private Attributes

ElementLinkInt_p1 m_genEvent
 The persistent pointer toward the McEventCollection the (transient) TruthEtIsolations has been computed from (or its alias). More...
 
EtIsolMap_t m_etIsolations
 The persistent representation of Et-isolations: a vector pairs (barcode, array-of-Et-isols) More...
 

Friends

class TruthEtIsolationsCnv_p1
 

Detailed Description

Definition at line 30 of file TruthEtIsolations_p1.h.

Member Typedef Documentation

◆ EtIsolations_t

Definition at line 45 of file TruthEtIsolations_p1.h.

◆ EtIsolBc_t

Definition at line 47 of file TruthEtIsolations_p1.h.

◆ EtIsolMap_t

Definition at line 48 of file TruthEtIsolations_p1.h.

Constructor & Destructor Documentation

◆ TruthEtIsolations_p1()

TruthEtIsolations_p1::TruthEtIsolations_p1 ( )
inline

Default constructor:

Definition at line 91 of file TruthEtIsolations_p1.h.

91  :
92  m_genEvent ( ),
94 {}

◆ ~TruthEtIsolations_p1()

TruthEtIsolations_p1::~TruthEtIsolations_p1 ( )
default

Destructor:

Friends And Related Function Documentation

◆ TruthEtIsolationsCnv_p1

friend class TruthEtIsolationsCnv_p1
friend

Definition at line 37 of file TruthEtIsolations_p1.h.

Member Data Documentation

◆ m_etIsolations

EtIsolMap_t TruthEtIsolations_p1::m_etIsolations
private

The persistent representation of Et-isolations: a vector pairs (barcode, array-of-Et-isols)

Definition at line 83 of file TruthEtIsolations_p1.h.

◆ m_genEvent

ElementLinkInt_p1 TruthEtIsolations_p1::m_genEvent
private

The persistent pointer toward the McEventCollection the (transient) TruthEtIsolations has been computed from (or its alias).

Definition at line 79 of file TruthEtIsolations_p1.h.


The documentation for this class was generated from the following file:
TruthEtIsolations_p1::m_genEvent
ElementLinkInt_p1 m_genEvent
The persistent pointer toward the McEventCollection the (transient) TruthEtIsolations has been comput...
Definition: TruthEtIsolations_p1.h:79
TruthEtIsolations_p1::m_etIsolations
EtIsolMap_t m_etIsolations
The persistent representation of Et-isolations: a vector pairs (barcode, array-of-Et-isols)
Definition: TruthEtIsolations_p1.h:83