|
double | JDETECTOR::getMaximalDistance (const JDetector &detector) |
| Get maximal distance between modules in detector. More...
|
|
double | JDETECTOR::GetXrotationG4 (const JVersor3D dir) |
| Get rotation over X axis in Geant4 coordinate system. More...
|
|
double | JDETECTOR::GetYrotationG4 (const JVersor3D dir) |
| Get rotation over Y axis in Geant4 coordinate system. More...
|
|
void | JDETECTOR::read_gdml (std::istream &, JDetector &) |
|
void | JDETECTOR::write_gdml (std::ostream &out, const JDetector &detector) |
| Writes KM3Sim GDML input file from detector. More...
|
|
double | JDETECTOR::getMaximalTime (const JDetector &detector) |
| Get maximal time between modules in detector following causality. More...
|
|
double | JDETECTOR::getMaximalTime (const JDetector &detector, const double roadWidth_m) |
| Get maximal time between modules in detector following causality. More...
|
|
JTimeRange | JDETECTOR::getTimeRange (const JTimeRange &timeRange, const JModule &module) |
| Get de-calibrated time range. More...
|
|
int | JDETECTOR::getNumberOfPMTs (const JModule &module) |
| Get number of PMTs. More...
|
|
int | JDETECTOR::getNumberOfPMTs (const JDetector &detector) |
| Get number of PMTs. More...
|
|
std::set< int > | JDETECTOR::getStringIDs (const JDetector &detector) |
| Get list of strings identifiers. More...
|
|
int | JDETECTOR::getNumberOfFloors (const JDetector &detector) |
| Get number of floors. More...
|
|
floor_range | JDETECTOR::getRangeOfFloors (const JDetector &detector) |
| Get range of floors. More...
|
|
int | JDETECTOR::getNumberOfModules (const JDetector &detector) |
| Get number of modules. More...
|
|
void | JDETECTOR::load (const std::string &file_name, JDetector &detector) |
| Load detector from input file. More...
|
|
void | JDETECTOR::store (const std::string &file_name, const JDetector &detector) |
| Store detector to output file. More...
|
|
const JModule & | JDETECTOR::getModule (const JModuleAddressMap &memo, const int id=-1, const JLocation &location=JLocation()) |
| Get module according module address map. More...
|
|
template<class JDetector_t > |
const JModule & | JDETECTOR::getModule (const JType< JDetector_t > type, const int id, const JLocation &location=JLocation()) |
| Get module according given detector type. More...
|
|
const JModule & | JDETECTOR::getModule (const JType< JAntares_t > type, const int id, const JLocation &location=JLocation()) |
| Get module according Antares detector type. More...
|
|
template<class JDetector_t > |
const JModule & | JDETECTOR::getModule (const int id, const JLocation &location=JLocation()) |
| Get module according detector template. More...
|
|
JPosition3D | JDETECTOR::getPosition (const JModule &first, const JModule &second) |
| Get position to go from first to second module. More...
|
|
JCalibration | JDETECTOR::getCalibration (const JCalibration &first, const JCalibration &second) |
| Get calibration to go from first to second calibration. More...
|
|