ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
AnalysisCommon
ParticleEventTPCnv
src
ParticleBase_p1.cxx
Go to the documentation of this file.
1
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// ParticleBase_p1.cxx
8
// Implementation file for class ParticleBase_p1
9
// Author: S.Binet<binet@cern.ch>
11
12
13
// ParticleEventTPCnv includes
14
#include "
ParticleEventTPCnv/ParticleBase_p1.h
"
15
17
// Public methods:
19
20
// Constructors
22
23
// Need to initialize these to handle the case where an instance of this
24
// is added to another _p class.
25
ParticleBase_p1::ParticleBase_p1
()
26
:
m_charge
(0),
27
m_hasCharge
(false),
28
m_pdgId
(0),
29
m_hasPdgId
(false),
30
m_dataType
(0)
31
{
32
}
ParticleBase_p1.h
ParticleBase_p1::m_hasPdgId
bool m_hasPdgId
switch to know if the particle has PDG Id informations
Definition
ParticleBase_p1.h:66
ParticleBase_p1::m_charge
float m_charge
Charge of the particle.
Definition
ParticleBase_p1.h:57
ParticleBase_p1::m_pdgId
int m_pdgId
ParticleDataGroup Id of the particle.
Definition
ParticleBase_p1.h:63
ParticleBase_p1::m_dataType
int m_dataType
type of data (see IParticle for more infos)
Definition
ParticleBase_p1.h:69
ParticleBase_p1::ParticleBase_p1
ParticleBase_p1()
Default constructor:
Definition
ParticleBase_p1.cxx:25
ParticleBase_p1::m_hasCharge
bool m_hasCharge
switch to know if the particle has charge informations
Definition
ParticleBase_p1.h:60
Generated on
for ATLAS Offline Software by
1.17.0