|
Protected Member Functions inherited from VandleProcessor |
| virtual double | CorrectTOF (const double &TOF, const double &corRadius, const double &z0) |
| | Correct the time of flight based on the geometry of the setup. More...
|
| |
| virtual void | plot (int dammId, double val1, double val2=-1, double val3=-1, const char *name="h") |
| | Implementation of the plot command to interface with the DAMM routines. More...
|
| |
| virtual void | DeclareHistogram1D (int dammId, int xSize, const char *title) |
| | Declares a 1D histogram calls the C++ wrapper for DAMM. More...
|
| |
| virtual void | DeclareHistogram2D (int dammId, int xSize, int ySize, const char *title) |
| | Declares a 2D histogram calls the C++ wrapper for DAMM. More...
|
| |
Protected Attributes inherited from VandleProcessor |
|
BarMap | bars_ |
| | A map to hold all the bars.
|
| |
|
TimingMap | starts_ |
| | A map to to hold all the starts.
|
| |
|
BarMap | barStarts_ |
| | A map that holds all of the bar starts.
|
| |
|
DetectorSummary * | geSummary_ |
| | The Detector Summary for Ge Events.
|
| |
|
bool | hasDecay_ |
| | True if there was a correlated beta decay.
|
| |
|
double | decayTime_ |
| | the time of the decay
|
| |
|
double | plotMult_ |
| | The resolution multiplier for DAMM histograms.
|
| |
|
double | plotOffset_ |
| | The offset multiplier for DAMM histograms.
|
| |
|
bool | hasSmall_ |
| | True if small bars were requested in the Config.
|
| |
|
bool | hasBig_ |
| | True if big bars were requested in the Config.
|
| |
|
bool | hasMed_ |
| | True if medium bars were requested in the Config.
|
| |
|
unsigned int | numStarts_ |
| | The number of starts set in the Config File.
|
| |
|
std::string | name |
| | Name of the Processor.
|
| |
|
std::set< std::string > | associatedTypes |
| | Set of associated types for Processor.
|
| |
|
bool | initDone |
| | True if the initialization has finished.
|
| |
|
bool | didProcess |
| | True if the process finished.
|
| |
|
std::map< std::string, const DetectorSummary * > | sumMap |
| | Map of associated detector summary.
|
| |
| Plots | histo |
| |
A generic processor to be used as a template for others.