Pandora
Pandora source code navigator
|
LAr mc particle class. More...
#include "LArMCParticle.h"
Public Member Functions | |
LArMCParticle (const LArMCParticleParameters ¶meters) | |
Constructor. | |
int | GetNuanceCode () const |
Get the nuance code. | |
void | FillParameters (LArMCParticleParameters ¶meters) const |
Fill the parameters associated with this MC particle. | |
MCProcess | GetProcess () const |
Get the process. | |
Private Attributes | |
int | m_nuanceCode |
The nuance code. | |
int | m_process |
The process that created the particle. | |
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.