![]() |
ATLAS Offline Software
|
#include <TileGeoG4DMLookup.h>
Public Member Functions | |
| TileGeoG4CalibSection (const int verboseLevel) | |
| ~TileGeoG4CalibSection () | |
| void | DMToCell (bool gap_crack, TileGeoG4Section *tile_section) |
| TileGeoG4Cell * | GetCell (int nPeriod, int nSample) |
| TileGeoG4PlateCell * | GetTilePlateCell (double xHit, double zHit, int plate) |
| TileGeoG4GirderCell * | GetTileGirderCell (double xHit) |
| void | AddModuleToCell (bool negative) |
Public Attributes | |
| int | section |
| int | nrOfPeriods |
| int | nrOfSamples |
| int | nrOfCells |
| int | nrOfPlateCells |
| int | nrOfGirderCells |
| double | sample_ZBound [4] |
| std::vector< TileGeoG4CalibSample * > | samples |
| std::vector< TileGeoG4GirderCell * > | girderCells |
Private Attributes | |
| std::vector< TileGeoG4Cell * > | m_DMToCell |
| int | m_verboseLevel |
Definition at line 71 of file TileGeoG4DMLookup.h.
| TileGeoG4CalibSection::TileGeoG4CalibSection | ( | const int | verboseLevel | ) |
| TileGeoG4CalibSection::~TileGeoG4CalibSection | ( | ) |
| void TileGeoG4CalibSection::AddModuleToCell | ( | bool | negative | ) |
| void TileGeoG4CalibSection::DMToCell | ( | bool | gap_crack, |
| TileGeoG4Section * | tile_section ) |
| TileGeoG4Cell * TileGeoG4CalibSection::GetCell | ( | int | nPeriod, |
| int | nSample ) |
| TileGeoG4GirderCell * TileGeoG4CalibSection::GetTileGirderCell | ( | double | xHit | ) |
| TileGeoG4PlateCell * TileGeoG4CalibSection::GetTilePlateCell | ( | double | xHit, |
| double | zHit, | ||
| int | plate ) |
| std::vector<TileGeoG4GirderCell*> TileGeoG4CalibSection::girderCells |
Definition at line 86 of file TileGeoG4DMLookup.h.
|
private |
Definition at line 108 of file TileGeoG4DMLookup.h.
|
private |
Definition at line 109 of file TileGeoG4DMLookup.h.
| int TileGeoG4CalibSection::nrOfCells |
Definition at line 80 of file TileGeoG4DMLookup.h.
| int TileGeoG4CalibSection::nrOfGirderCells |
Definition at line 82 of file TileGeoG4DMLookup.h.
| int TileGeoG4CalibSection::nrOfPeriods |
Definition at line 78 of file TileGeoG4DMLookup.h.
| int TileGeoG4CalibSection::nrOfPlateCells |
Definition at line 81 of file TileGeoG4DMLookup.h.
| int TileGeoG4CalibSection::nrOfSamples |
Definition at line 79 of file TileGeoG4DMLookup.h.
| double TileGeoG4CalibSection::sample_ZBound[4] |
Definition at line 83 of file TileGeoG4DMLookup.h.
| std::vector<TileGeoG4CalibSample*> TileGeoG4CalibSection::samples |
Definition at line 85 of file TileGeoG4DMLookup.h.
| int TileGeoG4CalibSection::section |
Definition at line 77 of file TileGeoG4DMLookup.h.