ATLAS Offline Software
|
#include <TruthEtIsolations_p1.h>
Public Types | |
typedef std::array< float, TruthParticleParameters::NbrOfCones > | EtIsolations_t |
typedef std::pair< int, EtIsolations_t > | EtIsolBc_t |
typedef std::vector< EtIsolBc_t > | EtIsolMap_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 |
Definition at line 30 of file TruthEtIsolations_p1.h.
typedef std::array<float, TruthParticleParameters::NbrOfCones> TruthEtIsolations_p1::EtIsolations_t |
Definition at line 45 of file TruthEtIsolations_p1.h.
typedef std::pair<int, EtIsolations_t> TruthEtIsolations_p1::EtIsolBc_t |
Definition at line 47 of file TruthEtIsolations_p1.h.
typedef std::vector<EtIsolBc_t> TruthEtIsolations_p1::EtIsolMap_t |
Definition at line 48 of file TruthEtIsolations_p1.h.
|
inline |
Default constructor:
Definition at line 91 of file TruthEtIsolations_p1.h.
|
default |
Destructor:
|
friend |
Definition at line 37 of file TruthEtIsolations_p1.h.
|
private |
The persistent representation of Et-isolations: a vector pairs (barcode, array-of-Et-isols)
Definition at line 83 of file TruthEtIsolations_p1.h.
|
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.