181 double getNPadsInRing(
double maxThc,
double minThc = 0.0,
double trackTh = 0.45)
const;
The Class for ARICH reconstruction parameters.
double getThcResolution(double momentum) const
Get Cherenkov angle resolution (without smearing due to pad size!) at given track momentum.
double getBackgroundPerPad(double th_cer, const std::vector< double > &pars) const
Get expected number of background hits for pad at given theta.
void initializeDefault()
initializes "default" values of parameters
void setFlatBkgPerPad(const float flatBkgPerPad)
Set flat background per pad.
const TF2 * getBackgroundPhiPDF() const
Get background PDF function (with phi correction)
float getFlatBkgPerPad() const
Get flat background per pad.
std::vector< float > m_pars
vector of other pdf parameters
double getPhiCorrectedBackgroundPerPad(double fi_cer_trk, double th_cer, const std::vector< double > &pars) const
Get expected number of background hits for pad at given theta at given phi_Cer_trk (flat background i...
void setAerogelFOM(const std::vector< float > &aerogelFOM)
Set aerogel figure of merit for cherenkov photon yield.
ARICHReconstructionPar()
Default constructor.
double getAerogelFOM(unsigned iLayer) const
Get aerogel cherenkov photon yield for tile of selected layer.
double getNPadsInRing(double maxThc, double minThc=0.0, double trackTh=0.45) const
Get average number of pads in ring.
void setParameters(const std::vector< float > &pars)
Set additional cherenkov angle PDF parameters.
void setThcResolution(TF1 *thcRes)
Set function for cherenkov angle resolution vs.
const TF1 * getBackgroundPDF() const
Get background PDF function.
void setBackgroundPhiPDF(TF2 *bkgPhiPDF)
Set background PDF function with flattening phi correction.
void setBackgroundPDF(TF1 *bkgPDF)
Set background PDF function for cherenkov angle distribution (vs.
TF2 * m_bkgPhiPDF
background PDF function with phi correction
ClassDef(ARICHReconstructionPar, 2)
ClassDef, must be the last term before the closing {}.
TF1 * m_thcResolution
cherenkov angle resolution (function of track momentum)
void print() const
Print parameters values.
double getExpectedBackgroundHits(const std::vector< double > &pars, double minThc=0.1, double maxThc=0.5) const
Get number of expected background hits in ring (0.1<theta<0.5rad by default)
std::vector< float > m_aerogelFOM
aerogel figure of merit (for photon yield)
float m_flatBkgPerPad
expected background hits per pad (treated flat over detector surface)
TF1 * m_bkgPDF
background PDF function (function of theta)
const std::vector< float > & getParameters() const
Get vector of additional cherenkov angle PDF parameters.
Abstract base class for different kinds of events.