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

#include <egamma_p5.h>

Collaboration diagram for egamma_p5:

Public Member Functions

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

Private Attributes

P4EEtaPhiMFloat_p2 m_momentum
 the 4-mom part More...
 
P4EEtaPhiMFloat_p2 m_momentumCluster
 the 4-mom part for the Cluster 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...
 
ElementLinkInt_p3 m_rings
 links to rings
More...
 
unsigned int m_author
 
std::vector< unsigned int > m_egammaEnumPIDs
 egamma PID More...
 
std::vector< double > m_egammaDblPIDs
 

Friends

class egammaCnv_p5
 

Detailed Description

Definition at line 30 of file egamma_p5.h.

Constructor & Destructor Documentation

◆ egamma_p5()

egamma_p5::egamma_p5 ( )
inline

Default constructor:

Definition at line 98 of file egamma_p5.h.

99  : m_author(0)
100 {}

◆ ~egamma_p5()

egamma_p5::~egamma_p5 ( )
default

Destructor:

Public methods:

Friends And Related Function Documentation

◆ egammaCnv_p5

friend class egammaCnv_p5
friend

Definition at line 37 of file egamma_p5.h.

Member Data Documentation

◆ m_author

unsigned int egamma_p5::m_author
private

Definition at line 87 of file egamma_p5.h.

◆ m_cluster

ElementLinkInt_p3 egamma_p5::m_cluster
private

links to clusters

Definition at line 69 of file egamma_p5.h.

◆ m_conversion

ElementLinkIntVector_p1 egamma_p5::m_conversion
private

links to tracks

Definition at line 76 of file egamma_p5.h.

◆ m_egammaDblPIDs

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

Definition at line 91 of file egamma_p5.h.

◆ m_egammaEnumPIDs

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

egamma PID

Definition at line 90 of file egamma_p5.h.

◆ m_egDetails

ElementLinkIntVector_p1 egamma_p5::m_egDetails
private

links to egDetails

Definition at line 80 of file egamma_p5.h.

◆ m_momentum

P4EEtaPhiMFloat_p2 egamma_p5::m_momentum
private

the 4-mom part

Definition at line 58 of file egamma_p5.h.

◆ m_momentumCluster

P4EEtaPhiMFloat_p2 egamma_p5::m_momentumCluster
private

the 4-mom part for the Cluster

Definition at line 61 of file egamma_p5.h.

◆ m_particleBase

ParticleBase_p2 egamma_p5::m_particleBase
private

the ParticleBase part

Definition at line 64 of file egamma_p5.h.

◆ m_rings

ElementLinkInt_p3 egamma_p5::m_rings
private

links to rings

Definition at line 84 of file egamma_p5.h.

◆ m_trackParticle

ElementLinkIntVector_p1 egamma_p5::m_trackParticle
private

links to tracks

Definition at line 72 of file egamma_p5.h.


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