Go to the documentation of this file. 1 #ifndef simcalorimetry_hgcalsimalgos_hgcalradiationmap
2 #define simcalorimetry_hgcalsimalgos_hgcalradiationmap
7 #include "vdt/vdtMath.h"
18 :
a_(0.),
b_(0.),
c_(0.),
d_(0.),
e_(0.),
doff_(0.),
f_(0.),
g_(0.),
h_(0.),
i_(0.),
j_(0.),
foff_(0.) {}
19 double a_,
b_,
c_,
d_,
e_,
doff_,
f_,
g_,
h_,
i_,
j_,
foff_;
32 double getDoseValue(
const int,
const int,
const double,
bool logVal =
false);
33 double getFluenceValue(
const int,
const int,
const double,
bool logVal =
false);
doseParametersMap readDosePars(const std::string &)
doseParametersMap doseMap_
parses a txt file with dose/fluence parameters and provides functions for noise, etc.
std::map< std::pair< int, int >, DoseParameters > doseParametersMap
const unsigned int & algo()
const HGCalGeometry * geom()
double getDoseValue(const int, const int, const double, bool logVal=false)
const HGCalGeometry * hgcalGeom_
void setGeometry(const CaloSubdetectorGeometry *)
const HGCalDDDConstants * hgcalDDD_
void setDoseMap(const std::string &, const unsigned int)
void setFluenceScaleFactor(double val)
double getFluenceValue(const int, const int, const double, bool logVal=false)
const doseParametersMap & getDoseMap()
const HGCalTopology * hgcalTopology_
double computeRadius(const HGCScintillatorDetId &)
const HGCalDDDConstants * ddd()
const HGCalTopology * topo()