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

#include <egamma_p3.h>

Collaboration diagram for egamma_p3:

Public Member Functions

 egamma_p3 ()
 Default constructor: More...
 
 ~egamma_p3 ()
 Destructor: More...
 

Private Attributes

P4EEtaPhiMFloat_p2 m_momentum
 the 4-mom part More...
 
ParticleBase_p2 m_particleBase
 the ParticleBase part More...
 
ElementLinkInt_p3 m_cluster
 links to clusters More...
 
ElementLinkIntVector_p1 m_trackParticle
 links to tracks More...
 
ElementLinkIntVector_p1 m_conversion
 links to tracks More...
 
ElementLinkIntVector_p1 m_egDetails
 links to egDetails More...
 
unsigned int m_author
 
std::vector< unsigned int > m_egammaEnumPIDs
 egamma PID More...
 
std::vector< double > m_egammaDblPIDs
 

Friends

class egammaCnv_p3
 

Detailed Description

Definition at line 29 of file egamma_p3.h.

Constructor & Destructor Documentation

◆ egamma_p3()

egamma_p3::egamma_p3 ( )
inline

Default constructor:

Definition at line 88 of file egamma_p3.h.

89  : m_author(0)
90 {}

◆ ~egamma_p3()

egamma_p3::~egamma_p3 ( )
default

Destructor:

Public methods:

Friends And Related Function Documentation

◆ egammaCnv_p3

friend class egammaCnv_p3
friend

Definition at line 36 of file egamma_p3.h.

Member Data Documentation

◆ m_author

unsigned int egamma_p3::m_author
private

Definition at line 77 of file egamma_p3.h.

◆ m_cluster

ElementLinkInt_p3 egamma_p3::m_cluster
private

links to clusters

Definition at line 65 of file egamma_p3.h.

◆ m_conversion

ElementLinkIntVector_p1 egamma_p3::m_conversion
private

links to tracks

Definition at line 71 of file egamma_p3.h.

◆ m_egammaDblPIDs

std::vector<double> egamma_p3::m_egammaDblPIDs
private

Definition at line 81 of file egamma_p3.h.

◆ m_egammaEnumPIDs

std::vector<unsigned int> egamma_p3::m_egammaEnumPIDs
private

egamma PID

Definition at line 80 of file egamma_p3.h.

◆ m_egDetails

ElementLinkIntVector_p1 egamma_p3::m_egDetails
private

links to egDetails

Definition at line 74 of file egamma_p3.h.

◆ m_momentum

P4EEtaPhiMFloat_p2 egamma_p3::m_momentum
private

the 4-mom part

Definition at line 57 of file egamma_p3.h.

◆ m_particleBase

ParticleBase_p2 egamma_p3::m_particleBase
private

the ParticleBase part

Definition at line 60 of file egamma_p3.h.

◆ m_trackParticle

ElementLinkIntVector_p1 egamma_p3::m_trackParticle
private

links to tracks

Definition at line 68 of file egamma_p3.h.


The documentation for this class was generated from the following files:
egamma_p3::m_author
unsigned int m_author
Definition: egamma_p3.h:77