#include <ParticleProperty.h>
Public Methods | |
| ParticleProperty () | |
| Constructors. More... | |
| ParticleProperty ( const std::string& particle, int geantId, int jetsetId, int type, double charge, double mass, double tlife ) | |
| ~ParticleProperty () | |
| Destructor. More... | |
| const std::string& | particle () const |
| Get the particle name. More... | |
| void | setParticle ( const std::string& particle ) |
| Set the particle name. More... | |
| int | geantID () const |
| Get the GEANT3 ID. More... | |
| void | setGeantID ( int id ) |
| Set the GEANT3 ID. More... | |
| int | jetsetID () const |
| Get the JETSET(StdHep) ID. More... | |
| void | setJetsetID ( int id ) |
| Set the JETSET(StdHep) ID. More... | |
| int | type () const |
| Get the GEANT3 particle tracking type. More... | |
| void | setType ( int id ) |
| Set the GEANT3 particle tracking type. More... | |
| double | charge () const |
| Get the particle charge. More... | |
| void | setCharge ( double q ) |
| Set the particle charge. More... | |
| double | mass () const |
| Get the particle mass. More... | |
| void | setMass ( double m ) |
| Set the particle charge. More... | |
| double | lifetime () const |
| Get the particle lifetime. More... | |
| void | setLifetime ( double t ) |
| Set the particle lifetime. More... | |
Private Attributes | |
| std::string | m_name |
| The particle name. More... | |
| int | m_idgeant |
| The GEANT ID. More... | |
| int | m_idjetset |
| The Jetset ID. More... | |
| int | m_type |
| The particle type. More... | |
| double | m_charge |
| The charge. More... | |
| double | m_mass |
| The mass. More... | |
| double | m_tlife |
| The lifetime. More... | |
Friends | |
| MsgStream& | operator<< ( MsgStream& stream, const ParticleProperty& pp) |
|
|
Constructors.
Definition at line 28 of file ParticleProperty.h. |
|
|
Definition at line 30 of file ParticleProperty.h. |
|
|
Destructor.
Definition at line 38 of file ParticleProperty.h. |
|
|
Get the particle charge.
Definition at line 65 of file ParticleProperty.h. |
|
|
Get the GEANT3 ID.
Definition at line 47 of file ParticleProperty.h. |
|
|
Get the JETSET(StdHep) ID.
Definition at line 53 of file ParticleProperty.h. |
|
|
Get the particle lifetime.
Definition at line 77 of file ParticleProperty.h. |
|
|
Get the particle mass.
Definition at line 71 of file ParticleProperty.h. Referenced by FindByMassRange::operator()(). |
|
|
Get the particle name.
Definition at line 41 of file ParticleProperty.h. |
|
|
Set the particle charge.
Definition at line 68 of file ParticleProperty.h. |
|
|
Set the GEANT3 ID.
Definition at line 50 of file ParticleProperty.h. |
|
|
Set the JETSET(StdHep) ID.
Definition at line 56 of file ParticleProperty.h. |
|
|
Set the particle lifetime.
Definition at line 80 of file ParticleProperty.h. |
|
|
Set the particle charge.
Definition at line 74 of file ParticleProperty.h. |
|
|
Set the particle name.
Definition at line 44 of file ParticleProperty.h. |
|
|
Set the GEANT3 particle tracking type.
Definition at line 62 of file ParticleProperty.h. |
|
|
Get the GEANT3 particle tracking type.
Definition at line 59 of file ParticleProperty.h. |
|
|
Definition at line 82 of file ParticleProperty.h. |
|
|
The charge.
Definition at line 108 of file ParticleProperty.h. |
|
|
The GEANT ID.
Definition at line 99 of file ParticleProperty.h. |
|
|
The Jetset ID.
Definition at line 102 of file ParticleProperty.h. |
|
|
The mass.
Definition at line 111 of file ParticleProperty.h. |
|
|
The particle name.
Definition at line 96 of file ParticleProperty.h. |
|
|
The lifetime.
Definition at line 114 of file ParticleProperty.h. |
|
|
The particle type.
Definition at line 105 of file ParticleProperty.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000