![]() |
ACTARSim
ACTAR TPC Simulation Reference Guide
|
A Scintillator hit
Definition at line 17 of file ActarSimSciHit.hh.
Public Member Functions | |
| ActarSimSciHit () | |
| ~ActarSimSciHit () | |
| Destructor, nothing to do. More... | |
| void | SetType (UInt_t ty) |
| void | SetCopy (UInt_t co) |
| void | SetTime (Double_t ti) |
| void | SetEnergy (Double_t ed) |
| void | SetEventID (UInt_t ev) |
| void | SetRunID (UInt_t run) |
| void | SetParticleID (UInt_t pdgID) |
| void | SetParticleCharge (Double_t pdgCharge) |
| void | SetParticleMass (Double_t pdgMass) |
| Int_t | GetType () |
| Int_t | GetCopy () |
| Double_t | GetEnergy () |
| Double_t | GetTime () |
| UInt_t | GetEventID () |
| UInt_t | GetRunID () |
| UInt_t | GetParticleID () |
| Double_t | GetParticleCharge () |
| Double_t | GetParticleMass () |
| void | print (void) |
| Printing data information (commented out for the moment) More... | |
Private Attributes | |
| UInt_t | type |
| Crystal type. More... | |
| UInt_t | copy |
| Crystal copy. More... | |
| Double_t | time |
| Pulse time (w.r.t. vertex emission) More... | |
| Double_t | energy |
| Total energy deposited. More... | |
| UInt_t | eventID |
| Particle event ID. More... | |
| UInt_t | runID |
| Particle run ID. More... | |
| UInt_t | particleID |
| Particle ID. More... | |
| Double_t | particleCharge |
| Particle charge. More... | |
| Double_t | particleMass |
| Particle mass. More... | |
#include <ActarSimSciHit.hh>
Inheritance diagram for ActarSimSciHit:
Collaboration diagram for ActarSimSciHit:| ActarSimSciHit::ActarSimSciHit | ( | ) |
| ActarSimSciHit::~ActarSimSciHit | ( | ) |
Destructor, nothing to do.
Definition at line 39 of file ActarSimSciHit.cc.
|
inline |
Definition at line 50 of file ActarSimSciHit.hh.
|
inline |
Definition at line 52 of file ActarSimSciHit.hh.
Referenced by ActarSimROOTAnalSci::AddCalCrystalHit().
|
inline |
Definition at line 55 of file ActarSimSciHit.hh.
|
inline |
Definition at line 59 of file ActarSimSciHit.hh.
|
inline |
Definition at line 58 of file ActarSimSciHit.hh.
|
inline |
Definition at line 60 of file ActarSimSciHit.hh.
|
inline |
Definition at line 56 of file ActarSimSciHit.hh.
|
inline |
Definition at line 53 of file ActarSimSciHit.hh.
Referenced by ActarSimROOTAnalSci::AddCalCrystalHit().
|
inline |
Definition at line 49 of file ActarSimSciHit.hh.
| void ActarSimSciHit::print | ( | void | ) |
Printing data information (commented out for the moment)
Definition at line 44 of file ActarSimSciHit.cc.
Referenced by GetParticleMass().
|
inline |
Definition at line 37 of file ActarSimSciHit.hh.
Referenced by ActarSimROOTAnalSci::AddCalCrystalHit().
|
inline |
Definition at line 40 of file ActarSimSciHit.hh.
Referenced by ActarSimROOTAnalSci::AddCalCrystalHit().
|
inline |
Definition at line 42 of file ActarSimSciHit.hh.
Referenced by ActarSimROOTAnalSci::AddCalCrystalHit().
|
inline |
Definition at line 46 of file ActarSimSciHit.hh.
Referenced by ActarSimROOTAnalSci::AddCalCrystalHit().
|
inline |
Definition at line 45 of file ActarSimSciHit.hh.
Referenced by ActarSimROOTAnalSci::AddCalCrystalHit().
|
inline |
Definition at line 47 of file ActarSimSciHit.hh.
Referenced by ActarSimROOTAnalSci::AddCalCrystalHit().
|
inline |
Definition at line 43 of file ActarSimSciHit.hh.
Referenced by ActarSimROOTAnalSci::AddCalCrystalHit().
|
inline |
Definition at line 39 of file ActarSimSciHit.hh.
Referenced by ActarSimROOTAnalSci::AddCalCrystalHit().
|
inline |
Definition at line 36 of file ActarSimSciHit.hh.
Referenced by ActarSimROOTAnalSci::AddCalCrystalHit().
|
private |
|
private |
|
private |
|
private |
Particle charge.
Definition at line 29 of file ActarSimSciHit.hh.
Referenced by GetParticleCharge().
|
private |
|
private |
|
private |
|
private |
Pulse time (w.r.t. vertex emission)
Definition at line 22 of file ActarSimSciHit.hh.
Referenced by GetTime().
|
private |