LAr mc particle class. More...
#include <LArMCParticle.h>
Public Member Functions | |
LArMCParticle (const LArMCParticleParameters ¶meters) | |
Constructor. More... | |
int | GetNuanceCode () const |
Get the nuance code. More... | |
void | FillParameters (LArMCParticleParameters ¶meters) const |
Fill the parameters associated with this MC particle. More... | |
MCProcess | GetProcess () const |
Get the process. More... | |
Private Attributes | |
int | m_nuanceCode |
The nuance code. More... | |
int | m_process |
The process that created the particle. More... | |
LAr mc particle class.
Definition at line 94 of file LArMCParticle.h.
|
inline |
Constructor.
parameters | the lar mc particle parameters |
Definition at line 183 of file LArMCParticle.h.
|
inline |
Fill the parameters associated with this MC particle.
parameters | the output parameters |
Definition at line 199 of file LArMCParticle.h.
|
inline |
Get the nuance code.
Definition at line 192 of file LArMCParticle.h.
|
inline |
Get the process.
Definition at line 215 of file LArMCParticle.h.
|
private |
The nuance code.
Definition at line 126 of file LArMCParticle.h.
|
private |
The process that created the particle.
Definition at line 127 of file LArMCParticle.h.