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

#include <egamma_p1.h>

Collaboration diagram for egamma_p1:

Public Member Functions

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

Private Attributes

P4EEtaPhiM_p1 m_momentum
 the 4-mom part More...
 
ParticleBase_p1 m_particleBase
 the ParticleBase part More...
 
ElementLinkInt_p1 m_cluster
 links to clusters More...
 
ElementLinkInt_p1 m_trackParticle
 links to tracks More...
 
ElementLinkInt_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_p1
 

Detailed Description

Definition at line 32 of file egamma_p1.h.

Constructor & Destructor Documentation

◆ egamma_p1()

egamma_p1::egamma_p1 ( )
inline

Default constructor:

Definition at line 91 of file egamma_p1.h.

92  : m_author(0)
93 {}

◆ ~egamma_p1()

egamma_p1::~egamma_p1 ( )
default

Destructor:

Public methods:

Friends And Related Function Documentation

◆ egammaCnv_p1

friend class egammaCnv_p1
friend

Definition at line 39 of file egamma_p1.h.

Member Data Documentation

◆ m_author

unsigned int egamma_p1::m_author
private

Definition at line 80 of file egamma_p1.h.

◆ m_cluster

ElementLinkInt_p1 egamma_p1::m_cluster
private

links to clusters

Definition at line 68 of file egamma_p1.h.

◆ m_conversion

ElementLinkInt_p1 egamma_p1::m_conversion
private

links to tracks

Definition at line 74 of file egamma_p1.h.

◆ m_egammaDblPIDs

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

Definition at line 84 of file egamma_p1.h.

◆ m_egammaEnumPIDs

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

egamma PID

Definition at line 83 of file egamma_p1.h.

◆ m_egDetails

ElementLinkIntVector_p1 egamma_p1::m_egDetails
private

links to egDetails

Definition at line 77 of file egamma_p1.h.

◆ m_momentum

P4EEtaPhiM_p1 egamma_p1::m_momentum
private

the 4-mom part

Definition at line 60 of file egamma_p1.h.

◆ m_particleBase

ParticleBase_p1 egamma_p1::m_particleBase
private

the ParticleBase part

Definition at line 63 of file egamma_p1.h.

◆ m_trackParticle

ElementLinkInt_p1 egamma_p1::m_trackParticle
private

links to tracks

Definition at line 71 of file egamma_p1.h.


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