GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
|
#include "TTdrClover.h"
#include <sstream>
#include <iostream>
#include <iomanip>
#include "TRandom.h"
#include "TMath.h"
#include "TInterpreter.h"
#include "TMnemonic.h"
#include "TGRSIOptions.h"
Go to the source code of this file.
Functions | |
bool | DefaultAddback (TTdrCloverHit *one, TTdrCloverHit *two) |
bool | DefaultSuppression (TTdrCloverHit *clo, TBgoHit *bgo) |
bool DefaultAddback | ( | TTdrCloverHit * | one, |
TTdrCloverHit * | two ) |
The TTdrClover class defines the observables and algorithms used when analyzing GRIFFIN data. It includes detector positions, add-back methods, etc.
Definition at line 28 of file TTdrClover.cxx.
References TAnalysisOptions::AddbackWindow(), and TGRSIOptions::AnalysisOptions().
bool DefaultSuppression | ( | TTdrCloverHit * | clo, |
TBgoHit * | bgo ) |
Definition at line 36 of file TTdrClover.cxx.
References TGRSIOptions::AnalysisOptions(), TDetectorHit::GetDetector(), TDetectorHit::GetEnergy(), TDetectorHit::GetTime(), TAnalysisOptions::SuppressionEnergy(), and TAnalysisOptions::SuppressionWindow().