#include <EmcRecParameter.h>
◆ DigiCalib() [1/2]
bool EmcRecParameter::DigiCalib |
( |
| ) |
const |
|
inline |
◆ DigiCalib() [2/2]
bool EmcRecParameter::DigiCalib |
( |
| ) |
const |
|
inline |
◆ ECorr() [1/2]
double EmcRecParameter::ECorr |
( |
int |
n | ) |
const |
◆ ECorr() [2/2]
double EmcRecParameter::ECorr |
( |
int |
n | ) |
const |
◆ ECorrMC() [1/2]
double EmcRecParameter::ECorrMC |
( |
double |
eg, |
|
|
double |
theid |
|
) |
| const |
Definition at line 226 of file EmcRecParameter.cxx.
227{
228 double Energy5x5=eg;
229 if(eg<0.02)eg=0.02;
230 if(eg>1.74)eg=1.74;
231 if(theid<=0)theid=0.001;
232 if(theid>=27)theid=26.999;
233 Float_t einter = eg + 0.00001;
234 Float_t tinter = theid+0.0001;
235 double ecor=dt->Interpolate(einter,tinter);
236 if(!(ecor))return Energy5x5;
237 if(ecor<0.5)return Energy5x5;
238 double EnergyCor=Energy5x5/ecor;
239 return EnergyCor;
240}
Referenced by EmcRecShowerEnergy::Energy().
◆ ECorrMC() [2/2]
double EmcRecParameter::ECorrMC |
( |
double |
eg, |
|
|
double |
theid |
|
) |
| const |
◆ ElecBias() [1/2]
double EmcRecParameter::ElecBias |
( |
int |
n | ) |
const |
◆ ElecBias() [2/2]
double EmcRecParameter::ElecBias |
( |
int |
n | ) |
const |
◆ ElectronicsNoiseLevel() [1/2]
double EmcRecParameter::ElectronicsNoiseLevel |
( |
| ) |
const |
◆ ElectronicsNoiseLevel() [2/2]
double EmcRecParameter::ElectronicsNoiseLevel |
( |
| ) |
const |
◆ ErrMC() [1/2]
double EmcRecParameter::ErrMC |
( |
double |
eg, |
|
|
double |
theid |
|
) |
| const |
Definition at line 243 of file EmcRecParameter.cxx.
244{
245 if(eg<0.02)eg=0.02;
246 if(eg>1.74)eg=1.74;
247 if(theid<=0)theid=0.001;
248 if(theid>=27)theid=26.999;
249 Float_t einter = eg + 0.00001;
250 Float_t tinter = theid+0.0001;
251 double err=dtErr->Interpolate(einter,tinter);
252 return err;
253}
Referenced by EmcRecShowerEnergy::Energy().
◆ ErrMC() [2/2]
double EmcRecParameter::ErrMC |
( |
double |
eg, |
|
|
double |
theid |
|
) |
| const |
◆ EThresholdCluster() [1/2]
double EmcRecParameter::EThresholdCluster |
( |
| ) |
const |
◆ EThresholdCluster() [2/2]
double EmcRecParameter::EThresholdCluster |
( |
| ) |
const |
◆ EThresholdSeed() [1/2]
double EmcRecParameter::EThresholdSeed |
( |
| ) |
const |
◆ EThresholdSeed() [2/2]
double EmcRecParameter::EThresholdSeed |
( |
| ) |
const |
◆ Exist() [1/2]
bool EmcRecParameter::Exist |
( |
| ) |
|
|
static |
◆ Exist() [2/2]
static bool EmcRecParameter::Exist |
( |
| ) |
|
|
static |
◆ GetInstance() [1/2]
Definition at line 115 of file EmcRecParameter.cxx.
116{
119 }
120 return *fpInstance;
121}
Referenced by EmcRecDigit2Hit::Convert(), EmcRecHit2Cluster::Convert(), EmcRecShowerEnergy::ECorrection(), EmcRecTofMatch::ECorrection(), EmcRecShowerEnergy::ECorrTheta(), EmcRec::EmcRec(), EmcRecSeedEThreshold::EmcRecSeedEThreshold(), EmcRecSplitWeighted::EmcRecSplitWeighted(), EmcRecShowerEnergy::Energy(), EmcRecShowerPosLin::Position(), EmcRecShowerPosLog::Position(), and EmcRecSplitWeighted::Split().
◆ GetInstance() [2/2]
◆ HitNb() [1/2]
double EmcRecParameter::HitNb |
( |
int |
n | ) |
const |
◆ HitNb() [2/2]
double EmcRecParameter::HitNb |
( |
int |
n | ) |
const |
◆ Kill() [1/2]
void EmcRecParameter::Kill |
( |
| ) |
|
|
static |
◆ Kill() [2/2]
static void EmcRecParameter::Kill |
( |
| ) |
|
|
static |
◆ LateralProfile() [1/2]
double EmcRecParameter::LateralProfile |
( |
| ) |
const |
◆ LateralProfile() [2/2]
double EmcRecParameter::LateralProfile |
( |
| ) |
const |
◆ lock() [1/2]
static void EmcRecParameter::lock |
( |
| ) |
|
|
inlinestatic |
◆ lock() [2/2]
static void EmcRecParameter::lock |
( |
| ) |
|
|
inlinestatic |
◆ LogPosOffset() [1/2]
double EmcRecParameter::LogPosOffset |
( |
| ) |
const |
◆ LogPosOffset() [2/2]
double EmcRecParameter::LogPosOffset |
( |
| ) |
const |
◆ MoliereRadius() [1/2]
double EmcRecParameter::MoliereRadius |
( |
| ) |
const |
◆ MoliereRadius() [2/2]
double EmcRecParameter::MoliereRadius |
( |
| ) |
const |
◆ Peak() [1/2]
double EmcRecParameter::Peak |
( |
int |
n | ) |
const |
◆ Peak() [2/2]
double EmcRecParameter::Peak |
( |
int |
n | ) |
const |
◆ PositionMode1() [1/2]
std::string EmcRecParameter::PositionMode1 |
( |
| ) |
const |
|
inline |
◆ PositionMode1() [2/2]
std::string EmcRecParameter::PositionMode1 |
( |
| ) |
const |
|
inline |
◆ PositionMode2() [1/2]
std::string EmcRecParameter::PositionMode2 |
( |
| ) |
const |
|
inline |
◆ PositionMode2() [2/2]
std::string EmcRecParameter::PositionMode2 |
( |
| ) |
const |
|
inline |
◆ SetDigiCalib() [1/2]
void EmcRecParameter::SetDigiCalib |
( |
bool |
digi | ) |
|
|
inline |
◆ SetDigiCalib() [2/2]
void EmcRecParameter::SetDigiCalib |
( |
bool |
digi | ) |
|
|
inline |
◆ SetPeak() [1/2]
void EmcRecParameter::SetPeak |
( |
double |
e, |
|
|
int |
n |
|
) |
| |
|
inline |
◆ SetPeak() [2/2]
void EmcRecParameter::SetPeak |
( |
double |
e, |
|
|
int |
n |
|
) |
| |
|
inline |
◆ SetPositionMode() [1/2]
void EmcRecParameter::SetPositionMode |
( |
std::vector< std::string > & |
mode | ) |
|
◆ SetPositionMode() [2/2]
void EmcRecParameter::SetPositionMode |
( |
std::vector< std::string > & |
mode | ) |
|
◆ SetTimeMax() [1/2]
void EmcRecParameter::SetTimeMax |
( |
double |
max | ) |
|
|
inline |
◆ SetTimeMax() [2/2]
void EmcRecParameter::SetTimeMax |
( |
double |
max | ) |
|
|
inline |
◆ SetTimeMin() [1/2]
void EmcRecParameter::SetTimeMin |
( |
double |
min | ) |
|
|
inline |
◆ SetTimeMin() [2/2]
void EmcRecParameter::SetTimeMin |
( |
double |
min | ) |
|
|
inline |
◆ SigE() [1/2]
double EmcRecParameter::SigE |
( |
int |
n | ) |
const |
◆ SigE() [2/2]
double EmcRecParameter::SigE |
( |
int |
n | ) |
const |
◆ SigPhi() [1/2]
double EmcRecParameter::SigPhi |
( |
int |
n | ) |
const |
◆ SigPhi() [2/2]
double EmcRecParameter::SigPhi |
( |
int |
n | ) |
const |
◆ SigTheta() [1/2]
double EmcRecParameter::SigTheta |
( |
int |
n | ) |
const |
◆ SigTheta() [2/2]
double EmcRecParameter::SigTheta |
( |
int |
n | ) |
const |
◆ SmCut() [1/2]
double EmcRecParameter::SmCut |
( |
int |
n | ) |
const |
◆ SmCut() [2/2]
double EmcRecParameter::SmCut |
( |
int |
n | ) |
const |
◆ TimeMax() [1/2]
double EmcRecParameter::TimeMax |
( |
| ) |
const |
◆ TimeMax() [2/2]
double EmcRecParameter::TimeMax |
( |
| ) |
const |
◆ TimeMin() [1/2]
double EmcRecParameter::TimeMin |
( |
| ) |
const |
◆ TimeMin() [2/2]
double EmcRecParameter::TimeMin |
( |
| ) |
const |
◆ unlock() [1/2]
static void EmcRecParameter::unlock |
( |
| ) |
|
|
inlinestatic |
◆ unlock() [2/2]
static void EmcRecParameter::unlock |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following files: