MApplyFitPSA Class Reference
[Modules]
List of all members.
Detailed Description
- Author:
- M. Carrettoni
M. Martinez
module ApplyFitPSA
verbosity = info
enable = true
FuncBaseName = Generic name of the files with the functions (including path)
EnergyStep = 0.3 Energy step for the slices ((unit: Log(E_in_keV))
EnergyMax = 10. Maximum energy for the slices (unit: Log (E_in_keV));
MaxMult = -1. If you want to apply a precut in multiplicity, then set this
variable > 0 and use set the name of the multipliticy varialbe in MultiplicityVarName
MultiplicityVarName = CoinMult . Name of the multiplicity variable
NSigma = 2. Number of sigmas to be used in the cut
endmod
- Writes
- AuxData: -FitPSA_IsGood (true-> good event, false otherwise)
|
Public Member Functions |
| MApplyFitPSA (QSequence *s) |
| constructor
|
| ~MApplyFitPSA () |
| destructor
|
void | Init () |
| Init method.
|
QEvent * | Do (QEvent *ev) |
| Do method.
|
void | Done () |
| Done method.
|
Private Attributes |
ApplyFitPSA | fApplyFitPSA |
| Class with applyfitpsa algorithm.
|
std::string | fFuncBaseName |
| Generic name of the files with the functions.
|
std::string | fRDFuncBaseName |
double | fEnergyStep |
| Energy Step and Maximum energy (unit: Log(E_in_keV)).
|
double | fEnergyMax |
double | fNSigma |
| name of the multiplicity variable
|
int | fIndex |
int | fIteration |
Member Data Documentation
name of the multiplicity variable
Flag as "not good" (FitPSA_IsGood==0) events with MultiplicityVarName > MaxMult default : -1 -> don't consider multiplicity Number of sigmas to be used in the cut
Referenced by Init().
The documentation for this class was generated from the following files:
- /home/cuoresvn/cuore/pkg/modfitPSA/MApplyFitPSA.hh
- /home/cuoresvn/cuore/pkg/modfitPSA/MApplyFitPSA.cc