Station Scintillator Level Simulated Data More...
#include "sevt/ScintillatorSimData.h"
Public Member Functions | |
unsigned int | GetNumberOfElectrons () const |
unsigned int | GetNumberOfMuons () const |
unsigned int | GetNumberOfPhotons () const |
unsigned int | GetTotalParticleCount () const |
void | SetNumberOfElectrons (const unsigned int n) |
void | SetNumberOfMuons (const unsigned int n) |
void | SetNumberOfPhotons (const unsigned int n) |
void | SetTotalParticleCount (const unsigned int n) |
Private Member Functions | |
void | CountParticle (const utl::Particle &particle) |
ScintillatorSimData ()=default | |
~ScintillatorSimData ()=default | |
Private Attributes | |
unsigned int | fNumberOfElectrons = 0 |
unsigned int | fNumberOfMuons = 0 |
unsigned int | fNumberOfPhotons = 0 |
unsigned int | fTotalParticleCount = 0 |
Friends | |
class | Scintillator |
class | Station |
class | utl::ShadowPtr< ScintillatorSimData > |
Station Scintillator Level Simulated Data
Definition at line 18 of file SEvent/ScintillatorSimData.h.
|
privatedefault |
|
privatedefault |
|
private |
Definition at line 10 of file SEvent/ScintillatorSimData.cc.
References utl::Particle::eAntiMuon, utl::Particle::eElectron, utl::Particle::eMuon, utl::Particle::ePhoton, utl::Particle::ePositron, and utl::Particle::GetType().
|
inline |
Definition at line 28 of file SEvent/ScintillatorSimData.h.
References fNumberOfElectrons.
|
inline |
Definition at line 24 of file SEvent/ScintillatorSimData.h.
References fNumberOfMuons.
|
inline |
Definition at line 32 of file SEvent/ScintillatorSimData.h.
References fNumberOfPhotons.
|
inline |
Definition at line 36 of file SEvent/ScintillatorSimData.h.
References fTotalParticleCount.
|
inline |
Definition at line 30 of file SEvent/ScintillatorSimData.h.
References fNumberOfElectrons.
Referenced by io::sevtScintillatorSimData_ROOT::operator>>().
|
inline |
Definition at line 26 of file SEvent/ScintillatorSimData.h.
References fNumberOfMuons.
Referenced by io::sevtScintillatorSimData_ROOT::operator>>().
|
inline |
Definition at line 34 of file SEvent/ScintillatorSimData.h.
References fNumberOfPhotons.
Referenced by io::sevtScintillatorSimData_ROOT::operator>>().
|
inline |
Definition at line 38 of file SEvent/ScintillatorSimData.h.
References fTotalParticleCount.
Referenced by io::sevtScintillatorSimData_ROOT::operator>>().
|
friend |
Definition at line 50 of file SEvent/ScintillatorSimData.h.
|
friend |
Definition at line 49 of file SEvent/ScintillatorSimData.h.
|
friend |
Definition at line 51 of file SEvent/ScintillatorSimData.h.
|
private |
Definition at line 45 of file SEvent/ScintillatorSimData.h.
Referenced by GetNumberOfElectrons(), and SetNumberOfElectrons().
|
private |
Definition at line 44 of file SEvent/ScintillatorSimData.h.
Referenced by GetNumberOfMuons(), and SetNumberOfMuons().
|
private |
Definition at line 46 of file SEvent/ScintillatorSimData.h.
Referenced by GetNumberOfPhotons(), and SetNumberOfPhotons().
|
private |
Definition at line 47 of file SEvent/ScintillatorSimData.h.
Referenced by GetTotalParticleCount(), and SetTotalParticleCount().