#include <vector>#include <map>#include <cmath>#include <string>Go to the source code of this file.
Classes | |
| class | TabulatedTankSimulatorNS::DetectorResponse |
| class | TabulatedTankSimulatorNS::PeCDF |
Namespaces | |
| TabulatedTankSimulatorNS | |
Macros | |
| #define | DEBUG_RESP 0 |
| #define | NCDFMAX 300 |
| #define | NTYPES 6 |
| #define | UNDEF -100 |
Variables | |
| const double | TabulatedTankSimulatorNS::fEnlargeArea = 2. |
| const double | TabulatedTankSimulatorNS::MDAreaRatio = (MDwidth + 2 * MDBoundary)* (MDlength + 2 * MDBoundary) / (MDlength* MDwidth) |
| const double | TabulatedTankSimulatorNS::MDBoundary = 50. |
| const double | TabulatedTankSimulatorNS::MDheight = 1. |
| const double | TabulatedTankSimulatorNS::MDlength = 400. |
| const double | TabulatedTankSimulatorNS::MDwidth = 128. |
| const double | TabulatedTankSimulatorNS::nMD = 2. |
| const double | TabulatedTankSimulatorNS::SatLevelMD = 20. |
| const double | TabulatedTankSimulatorNS::scinheight = 1. |
| const double | TabulatedTankSimulatorNS::scinlength = 180. |
| const double | TabulatedTankSimulatorNS::scinwidth = 108. |
| const double | TabulatedTankSimulatorNS::tankh = 120. |
| const double | TabulatedTankSimulatorNS::tankr = 180. |
| const double | TabulatedTankSimulatorNS::UnitPerPE_md = 1. |
| const double | TabulatedTankSimulatorNS::UnitPerPE_scin = 1. / 15.65 |
| const double | TabulatedTankSimulatorNS::UnitPerPE_wcd = 1. / 244.3 |
Definition in file DetectorResponse.h.
| #define DEBUG_RESP 0 |
Definition at line 24 of file DetectorResponse.h.
Referenced by TabulatedTankSimulatorNS::DetectorResponse::GetBin().
| #define NCDFMAX 300 |
Definition at line 20 of file DetectorResponse.h.
Referenced by TabulatedTankSimulatorNS::DetectorResponse::SetUpCDFs().
| #define NTYPES 6 |
Definition at line 19 of file DetectorResponse.h.
Referenced by TabulatedTankSimulatorNS::DetectorResponse::DetectorResponse().
| #define UNDEF -100 |
Definition at line 22 of file DetectorResponse.h.