|
| bool | hasReject () const |
| |
| double | adcClockInSeconds () const |
| |
| double | clockInSeconds () const |
| |
| double | eventInSeconds () const |
| |
| double | energyContraction () const |
| |
| double | filterClockInSeconds () const |
| |
| double | bigLength () const |
| |
| double | bigLengthTime () const |
| |
| double | mediumLength () const |
| |
| double | mediumLengthTime () const |
| |
| double | neutronMass () const |
| |
| double | smallLength () const |
| |
| double | smallLengthTime () const |
| |
| double | speedOfLight () const |
| |
| double | speedOfLightBig () const |
| |
| double | speedOfLightMedium () const |
| |
| double | speedOfLightSmall () const |
| |
| double | discriminationStart () const |
| |
| double | qdcCompression () const |
| |
| double | sigmaBaselineThresh () const |
| |
| double | siPmtSigmaBaselineThresh () const |
| |
| double | traceDelay () const |
| |
| double | traceLength () const |
| |
| double | trapezoidalWalk () const |
| |
| int | eventWidth () const |
| |
| std::pair< unsigned int, unsigned int > | waveformRange () const |
| |
| std::pair< unsigned int, unsigned int > | siPmtWaveformRange () const |
| |
| std::pair< double, double > | smallVandlePars () |
| |
| std::pair< double, double > | mediumVandlePars () |
| |
| std::pair< double, double > | bigVandlePars () |
| |
| std::pair< double, double > | singleBetaPars () |
| |
| std::pair< double, double > | doubleBetaPars () |
| |
| std::pair< double, double > | pulserPars () |
| |
| std::pair< double, double > | tvandlePars () |
| |
| std::pair< double, double > | liquidScintPars () |
| |
| std::string | configPath (std::string fileName) |
| |
| std::string | revision () const |
| |
| unsigned int | maxWords () const |
| |
| unsigned short | numTraces () const |
| |
| std::vector< std::pair< int, int > > | rejectRegions () const |
| |
|
|
bool | hasReject_ |
| | Has a rejected.
|
| |
|
double | adcClockInSeconds_ |
| | adc clock in second
|
| |
|
double | clockInSeconds_ |
| | the ACQ clock in seconds
|
| |
|
double | energyContraction_ |
| | energy contraction
|
| |
|
double | eventInSeconds_ |
| | event width in seconds
|
| |
|
double | filterClockInSeconds_ |
| | filter clock in seconds
|
| |
|
double | bigLength_ |
| | length of big VANDLE bars in cm
|
| |
|
double | mediumLength_ |
| | length of medium VANDLE bars in cm
|
| |
|
double | neutronMass_ |
| | mass of neutrons in MeV/c/c
|
| |
|
double | smallLength_ |
| | length of small VANDLE bars in cm
|
| |
|
double | speedOfLight_ |
| | speed of light in cm/ns
|
| |
|
double | speedOfLightBig_ |
| | speed of light in big VANDLE bars in cm/ns
|
| |
|
double | speedOfLightMedium_ |
| | speed of light in medium VANDLE bars in cm/ns
|
| |
|
double | speedOfLightSmall_ |
| | speed of light in small VANDLE bars in cm/ns
|
| |
|
double | discriminationStart_ |
| | starting sample for the n-gamma discrimination
|
| |
|
double | qdcCompression_ |
| | QDC compression factor for VANDLE related plots.
|
| |
|
double | sigmaBaselineThresh_ |
| | threshold on fitting for Std dev. of the baseline
|
| |
|
double | siPmtSigmaBaselineThresh_ |
| | threshold on fitting for Std dev. of the baseline for SiPMTs
|
| |
|
double | traceDelay_ |
| | the trace delay in ns
|
| |
|
double | traceLength_ |
| | the trace length in ns
|
| |
|
double | trapezoidalWalk_ |
| | the approximate walk in ns of the trap filter
|
| |
|
int | eventWidth_ |
| | the size of the events
|
| |
|
std::pair< unsigned int, unsigned int > | waveformRange_ |
| | Range for the waveform.
|
| |
|
std::pair< unsigned int, unsigned int > | siPmtWaveformRange_ |
| | Range for the waveform of a Fast SiPmt.
|
| |
|
std::pair< double, double > | smallVandlePars_ |
| | small VANDLE parameters for fitting
|
| |
|
std::pair< double, double > | mediumVandlePars_ |
| | medium VANDLE parameters for fitting
|
| |
|
std::pair< double, double > | bigVandlePars_ |
| | big VANDLE parameters for fitting
|
| |
|
std::pair< double, double > | singleBetaPars_ |
| | Single Beta parameters for fitting.
|
| |
|
std::pair< double, double > | doubleBetaPars_ |
| | Double Beta parameters for fitting.
|
| |
|
std::pair< double, double > | pulserPars_ |
| | Pulser parameters for fitting.
|
| |
|
std::pair< double, double > | tvandlePars_ |
| | Teeny-VANDEL parameters for fitting.
|
| |
|
std::pair< double, double > | liquidScintPars_ |
| | liquid scint pars for fitting
|
| |
|
std::string | configPath_ |
| | configuration path
|
| |
|
std::string | revision_ |
| | the pixie revision
|
| |
|
unsigned int | maxWords_ |
| | maximum words in the
|
| |
|
unsigned short | numTraces_ |
| | number of traces to plot
|
| |
|
std::vector< std::pair< int, int > > | reject_ |
| | rejection range in time
|
| |
Singleton class holding global parameters.