|
FairRoot/PandaRoot
|
#include <PndEmcReader.h>
Public Member Functions | |
| PndEmcReader (TString name) | |
| ~PndEmcReader () | |
| void | fill_vector () |
| int | GetMaxModules () |
| int | GetMaxRows (int module) |
| int | GetMaxCrystals (int module, int row) |
| int | GetMinModules () |
| int | GetMinRows (int module) |
| int | GetMinCrystals (int module, int row) |
| DataG4 | GetData (int module, int row, int crystal) |
Public Attributes | |
| std::vector< DataG4 > | g4data |
| TString | sName |
Definition at line 26 of file PndEmcReader.h.
| PndEmcReader::PndEmcReader | ( | TString | name | ) |
| PndEmcReader::~PndEmcReader | ( | ) |
| void PndEmcReader::fill_vector | ( | ) |
Definition at line 32 of file PndEmcReader.cxx.
References DataG4::crystal, exit(), f, g4data, DataG4::module, DataG4::pAlp1, DataG4::pAlp2, DataG4::pDx1, DataG4::pDx2, DataG4::pDx3, DataG4::pDx4, DataG4::pDy1, DataG4::pDy2, DataG4::pDz, DataG4::phi, DataG4::posX, DataG4::posY, DataG4::posZ, DataG4::pPhi, DataG4::pTheta, DataG4::row, sName, DataG4::tau, and DataG4::theta.
Referenced by PndEmcReader().
| DataG4 PndEmcReader::GetData | ( | int | module, |
| int | row, | ||
| int | crystal | ||
| ) |
Definition at line 130 of file PndEmcReader.cxx.
References DataG4::crystal, g4data, i, DataG4::module, DataG4::pAlp1, DataG4::pAlp2, DataG4::pDx1, DataG4::pDx2, DataG4::pDx3, DataG4::pDx4, DataG4::pDy1, DataG4::pDy2, DataG4::pDz, DataG4::phi, DataG4::posX, DataG4::posY, DataG4::posZ, DataG4::pPhi, DataG4::pTheta, DataG4::row, DataG4::tau, and DataG4::theta.
Referenced by PndEmcApd::ConstructASCIIGeometry(), and PndEmc::ConstructASCIIGeometry().
| int PndEmcReader::GetMaxCrystals | ( | int | module, |
| int | row | ||
| ) |
Definition at line 83 of file PndEmcReader.cxx.
Referenced by PndEmcApd::ConstructASCIIGeometry(), and PndEmc::ConstructASCIIGeometry().
| int PndEmcReader::GetMaxModules | ( | ) |
Definition at line 60 of file PndEmcReader.cxx.
Referenced by PndEmcApd::ConstructASCIIGeometry(), and PndEmc::ConstructASCIIGeometry().
| int PndEmcReader::GetMaxRows | ( | int | module | ) |
Definition at line 71 of file PndEmcReader.cxx.
References g4data, i, and row.
Referenced by PndEmcApd::ConstructASCIIGeometry(), and PndEmc::ConstructASCIIGeometry().
| int PndEmcReader::GetMinCrystals | ( | int | module, |
| int | row | ||
| ) |
Definition at line 118 of file PndEmcReader.cxx.
Referenced by PndEmcApd::ConstructASCIIGeometry(), and PndEmc::ConstructASCIIGeometry().
| int PndEmcReader::GetMinModules | ( | ) |
Definition at line 95 of file PndEmcReader.cxx.
Referenced by PndEmcApd::ConstructASCIIGeometry(), and PndEmc::ConstructASCIIGeometry().
| int PndEmcReader::GetMinRows | ( | int | module | ) |
Definition at line 106 of file PndEmcReader.cxx.
References g4data, i, and row.
Referenced by PndEmcApd::ConstructASCIIGeometry(), and PndEmc::ConstructASCIIGeometry().
| std::vector<DataG4> PndEmcReader::g4data |
Definition at line 34 of file PndEmcReader.h.
Referenced by fill_vector(), GetData(), GetMaxCrystals(), GetMaxModules(), GetMaxRows(), GetMinCrystals(), GetMinModules(), GetMinRows(), PndEmcReader(), and ~PndEmcReader().
| TString PndEmcReader::sName |
Definition at line 36 of file PndEmcReader.h.
Referenced by fill_vector().
1.8.8