CbmRoot
|
#include <CbmCheckTiming.h>
Public Member Functions | |
CbmCheckTiming () | |
CbmCheckTiming (const CbmCheckTiming &)=delete | |
CbmCheckTiming | operator= (const CbmCheckTiming &)=delete |
~CbmCheckTiming () | |
virtual InitStatus | Init () |
virtual InitStatus | ReInit () |
virtual void | Exec (Option_t *) |
virtual void | SetParContainers () |
virtual void | Finish () |
void | SetCheckTimeOrder (Bool_t val=kFALSE) |
void | SetCheckInterSystemOffset (Bool_t val=kTRUE) |
void | SetOffsetSearchRange (Int_t val=1000) |
void | SetStsOffsetSearchRange (Int_t val=1000) |
void | SetMuchOffsetSearchRange (Int_t val=1000) |
void | SetTrdOffsetSearchRange (Int_t val=1000) |
void | SetTofOffsetSearchRange (Int_t val=1000) |
void | SetRichOffsetSearchRange (Int_t val=1000) |
void | SetPsdOffsetSearchRange (Int_t val=1000) |
void | SetT0PulserTotLimits (UInt_t uMin, UInt_t uMax) |
void | SetTofPulserTotLimits (UInt_t uMin, UInt_t uMax) |
void | SetOutFilename (TString sNameIn) |
Private Member Functions | |
void | CheckTimeOrder () |
template<class Digi > | |
Int_t | CheckIfSorted (TH1 *, Double_t &, TString) |
Int_t | CheckIfSortedT0 (TH1 *, Double_t &, TString) |
void | CheckInterSystemOffset () |
template<class Digi > | |
Int_t | FillSystemOffsetHistos (TH1 *histo, TH2 *histoCharge, TH2 *histoEvo, TH2 *histoEvoLong, TH2 *histoAFCK, const Double_t T0Time, const Int_t offsetRange, Int_t iStartDigi, Bool_t bSts=kFALSE, Bool_t bMuch=kFALSE, Bool_t bTof=kFALSE, Bool_t bPsd=kFALSE) |
template<class Digi > | |
Int_t | FillHistosSelT0 (TH1 *histo, const Double_t T0Time, const Int_t offsetRange, Int_t iStartDigi, Bool_t bSts=kFALSE, Bool_t bMuch=kFALSE, Bool_t bTof=kFALSE, Bool_t bPsd=kFALSE) |
Int_t | CalcNrBins (Int_t) |
void | CreateHistos () |
void | WriteHistos () |
ClassDef (CbmCheckTiming, 2) | |
Private Attributes | |
CbmDigiManager * | fDigiMan = nullptr |
const std::vector< CbmTofDigi > * | fT0DigiVec = nullptr |
TClonesArray * | fT0DigiArr = nullptr |
Double_t | fPrevTimeT0 = 0. |
Variables to store the previous digi time. More... | |
Double_t | fPrevTimeSts = 0. |
Double_t | fPrevTimeMuch = 0. |
Double_t | fPrevTimeTrd = 0. |
Double_t | fPrevTimeTof = 0. |
Double_t | fPrevTimeRich = 0. |
Double_t | fPrevTimePsd = 0. |
Int_t | fPrevT0FirstDigiSts = 0 |
Int_t | fPrevT0FirstDigiMuch = 0 |
Int_t | fPrevT0FirstDigiTrd = 0 |
Int_t | fPrevT0FirstDigiTof = 0 |
Int_t | fPrevT0FirstDigiRich = 0 |
Int_t | fPrevT0FirstDigiPsd = 0 |
UInt_t | fuMinTotPulserT0 = 90 |
User settings: Data correction parameters. More... | |
UInt_t | fuMaxTotPulserT0 = 100 |
UInt_t | fuMinTotPulserTof = 92 |
UInt_t | fuMaxTotPulserTof = 96 |
Int_t | fNrTs = 0 |
Int_t | fNrOfT0Errors = 0 |
Int_t | fNrOfT0Digis = 0 |
Int_t | fNrOfStsErrors = 0 |
Int_t | fNrOfStsDigis = 0 |
Int_t | fNrOfMuchErrors = 0 |
Int_t | fNrOfMuchDigis = 0 |
Int_t | fNrOfTrdErrors = 0 |
Int_t | fNrOfTrdDigis = 0 |
Int_t | fNrOfTofErrors = 0 |
Int_t | fNrOfTofDigis = 0 |
Int_t | fNrOfRichErrors = 0 |
Int_t | fNrOfRichDigis = 0 |
Int_t | fNrOfPsdErrors = 0 |
Int_t | fNrOfPsdDigis = 0 |
Bool_t | fCheckTimeOrdering = kTRUE |
Bool_t | fCheckInterSystemOffset = kTRUE |
Int_t | fOffsetRange = 1000 |
Int_t | fStsOffsetRange = 1000 |
Int_t | fMuchOffsetRange = 1000 |
Int_t | fTrdOffsetRange = 1000 |
Int_t | fTofOffsetRange = 1000 |
Int_t | fRichOffsetRange = 1000 |
Int_t | fPsdOffsetRange = 1000 |
Int_t | fBinWidth = 1 |
TH1 * | fT0StsDiff = nullptr |
TH1 * | fT0MuchDiff = nullptr |
TH1 * | fT0TrdDiff = nullptr |
TH1 * | fT0TofDiff = nullptr |
TH1 * | fT0RichDiff = nullptr |
TH1 * | fT0PsdDiff = nullptr |
TH2 * | fT0StsDiffCharge = nullptr |
TH2 * | fT0MuchDiffCharge = nullptr |
TH2 * | fT0TrdDiffCharge = nullptr |
TH2 * | fT0TofDiffCharge = nullptr |
TH2 * | fT0RichDiffCharge = nullptr |
TH2 * | fT0PsdDiffCharge = nullptr |
TH2 * | fT0StsDiffEvo = nullptr |
TH2 * | fT0MuchDiffEvo = nullptr |
TH2 * | fT0TrdDiffEvo = nullptr |
TH2 * | fT0TofDiffEvo = nullptr |
TH2 * | fT0RichDiffEvo = nullptr |
TH2 * | fT0PsdDiffEvo = nullptr |
TH2 * | fT0StsDiffEvoLong = nullptr |
TH2 * | fT0MuchDiffEvoLong = nullptr |
TH2 * | fT0TrdDiffEvoLong = nullptr |
TH2 * | fT0TofDiffEvoLong = nullptr |
TH2 * | fT0RichDiffEvoLong = nullptr |
TH2 * | fT0PsdDiffEvoLong = nullptr |
TH1 * | fT0T0Diff = nullptr |
TH1 * | fStsStsDiff = nullptr |
TH1 * | fMuchMuchDiff = nullptr |
TH1 * | fTrdTrdDiff = nullptr |
TH1 * | fTofTofDiff = nullptr |
TH1 * | fRichRichDiff = nullptr |
TH1 * | fPsdPsdDiff = nullptr |
TH1 * | fT0Address = nullptr |
TH1 * | fT0Channel = nullptr |
TH2 * | fT0StsDpbDiff = nullptr |
TH2 * | fT0StsDpbDiffEvo [kuMaxNbStsDpbs] |
TH1 * | fStsDpbCntsEvo [kuMaxNbStsDpbs] |
TH2 * | fT0MuchRocDiff = nullptr |
TH2 * | fT0MuchAsicDiff = nullptr |
TH2 * | fT0MuchAsicDiffEvo [kuMaxNbMuchAsics] |
UInt_t | fuNbTofDigisSel = 6 |
UInt_t | fuNbTofDigiInSync = 0 |
std::vector< Double_t > | fvdTimeSelectedT0 |
TH1 * | fSelT0StsDiff = nullptr |
TH1 * | fSelT0MuchDiff = nullptr |
TH1 * | fSelT0TrdDiff = nullptr |
TH1 * | fSelT0TofDiff = nullptr |
TH1 * | fSelT0RichDiff = nullptr |
TH1 * | fSelT0PsdDiff = nullptr |
TString | fOutFileName {"test.root"} |
Static Private Attributes | |
static const UInt_t | kuMaxNbStsDpbs = 2 |
static const UInt_t | kuMaxNbMuchDpbs = 6 |
static const UInt_t | kuMaxNbMuchAsics = 36 |
Definition at line 23 of file CbmCheckTiming.h.
CbmCheckTiming::CbmCheckTiming | ( | ) |
Definition at line 35 of file CbmCheckTiming.cxx.
|
delete |
CbmCheckTiming::~CbmCheckTiming | ( | ) |
Constructor with parameters (Optional) Destructor
Definition at line 38 of file CbmCheckTiming.cxx.
|
private |
Definition at line 97 of file CbmCheckTiming.cxx.
References fBinWidth.
Referenced by CreateHistos().
|
private |
Definition at line 982 of file CbmCheckTiming.cxx.
References fDigiMan, fNrTs, CbmDigiManager::Get(), CbmDigiManager::GetNofDigis(), and i.
|
private |
Definition at line 1011 of file CbmCheckTiming.cxx.
References fNrTs, fT0DigiArr, fT0DigiVec, CbmTofDigi::GetTime(), and i.
Referenced by CheckTimeOrder().
|
private |
Re-initialize array references
Skip pulser events.
Templating to CbmMuchBeamTimeDigi fails with a bad any_cast due to hardcoded Digi type in CbmDigiManager!
Re-initialize array references
Templating to CbmMuchBeamTimeDigi fails with a bad any_cast due to hardcoded Digi type in CbmDigiManager!
Definition at line 538 of file CbmCheckTiming.cxx.
References fDigiMan, fMuchOffsetRange, fPrevT0FirstDigiMuch, fPrevT0FirstDigiPsd, fPrevT0FirstDigiRich, fPrevT0FirstDigiSts, fPrevT0FirstDigiTof, fPrevT0FirstDigiTrd, fPsdOffsetRange, fRichOffsetRange, fSelT0MuchDiff, fSelT0PsdDiff, fSelT0RichDiff, fSelT0StsDiff, fSelT0TofDiff, fSelT0TrdDiff, fStsOffsetRange, fT0Address, fT0Channel, fT0DigiArr, fT0DigiVec, fT0MuchDiff, fT0MuchDiffCharge, fT0MuchDiffEvo, fT0MuchDiffEvoLong, fT0MuchRocDiff, fT0PsdDiff, fT0PsdDiffCharge, fT0PsdDiffEvo, fT0PsdDiffEvoLong, fT0RichDiff, fT0RichDiffCharge, fT0RichDiffEvo, fT0RichDiffEvoLong, fT0StsDiff, fT0StsDiffCharge, fT0StsDiffEvo, fT0StsDiffEvoLong, fT0StsDpbDiff, fT0TofDiff, fT0TofDiffCharge, fT0TofDiffEvo, fT0TofDiffEvoLong, fT0TrdDiff, fT0TrdDiffCharge, fT0TrdDiffEvo, fT0TrdDiffEvoLong, fTofOffsetRange, fTrdOffsetRange, fuMaxTotPulserT0, fuNbTofDigiInSync, fuNbTofDigisSel, fvdTimeSelectedT0, CbmTofDigi::GetAddress(), CbmTofDigi::GetChannel(), CbmTofDigi::GetCharge(), CbmDigiManager::GetNofDigis(), CbmTofDigi::GetTime(), CbmDigiManager::IsPresent(), kMuch, kPsd, kRich, kSts, kTof, and kTrd.
Referenced by Exec().
|
private |
Definition at line 927 of file CbmCheckTiming.cxx.
References CheckIfSortedT0(), fDigiMan, fMuchMuchDiff, fNrOfMuchDigis, fNrOfMuchErrors, fNrOfPsdDigis, fNrOfPsdErrors, fNrOfRichDigis, fNrOfRichErrors, fNrOfStsDigis, fNrOfStsErrors, fNrOfT0Digis, fNrOfT0Errors, fNrOfTofDigis, fNrOfTofErrors, fNrOfTrdDigis, fNrOfTrdErrors, fNrTs, fPrevTimeMuch, fPrevTimePsd, fPrevTimeRich, fPrevTimeSts, fPrevTimeT0, fPrevTimeTof, fPrevTimeTrd, fPsdPsdDiff, fRichRichDiff, fStsDpbCntsEvo, fStsStsDiff, fT0DigiArr, fT0DigiVec, fT0T0Diff, fTofTofDiff, fTrdTrdDiff, CbmDigiManager::Get(), CbmStsDigi::GetAddress(), CbmDigiManager::GetNofDigis(), i, CbmDigiManager::IsPresent(), kMuch, kPsd, kRich, kSts, kTof, kTrd, and kuMaxNbStsDpbs.
Referenced by Exec().
|
private |
|
private |
Logarithmic bining for self time comparison
Parameters are NbDecadesLog, NbStepsDecade, NbSubStepsInStep
Cleanup array of log bins
Register the histos in the HTTP server
Definition at line 115 of file CbmCheckTiming.cxx.
References CalcNrBins(), fMuchMuchDiff, fMuchOffsetRange, fPsdOffsetRange, fPsdPsdDiff, fRichOffsetRange, fRichRichDiff, fSelT0MuchDiff, fSelT0PsdDiff, fSelT0RichDiff, fSelT0StsDiff, fSelT0TofDiff, fSelT0TrdDiff, fStsDpbCntsEvo, fStsOffsetRange, fStsStsDiff, fT0Address, fT0Channel, fT0MuchAsicDiff, fT0MuchAsicDiffEvo, fT0MuchDiff, fT0MuchDiffCharge, fT0MuchDiffEvo, fT0MuchDiffEvoLong, fT0MuchRocDiff, fT0PsdDiff, fT0PsdDiffCharge, fT0PsdDiffEvo, fT0PsdDiffEvoLong, fT0RichDiff, fT0RichDiffCharge, fT0RichDiffEvo, fT0RichDiffEvoLong, fT0StsDiff, fT0StsDiffCharge, fT0StsDiffEvo, fT0StsDiffEvoLong, fT0StsDpbDiff, fT0StsDpbDiffEvo, fT0T0Diff, fT0TofDiff, fT0TofDiffCharge, fT0TofDiffEvo, fT0TofDiffEvoLong, fT0TrdDiff, fT0TrdDiffCharge, fT0TrdDiffEvo, fT0TrdDiffEvoLong, fTofOffsetRange, fTofTofDiff, fTrdOffsetRange, fTrdTrdDiff, GenerateLogBinArray(), kuMaxNbMuchAsics, kuMaxNbMuchDpbs, and kuMaxNbStsDpbs.
Referenced by Init().
|
virtual |
Executed for each event.
Definition at line 527 of file CbmCheckTiming.cxx.
References CheckInterSystemOffset(), CheckTimeOrder(), fCheckInterSystemOffset, fCheckTimeOrdering, fNrTs, and WriteHistos().
|
private |
Ignore pulser events in TOF
Definition at line 875 of file CbmCheckTiming.cxx.
References fDigiMan, fuMaxTotPulserTof, CbmDigiManager::Get(), CbmDigiManager::GetNofDigis(), and i.
|
private |
Ignore pulser events in TOF
STS DPB mapping: ladder 1 is in DPB 1
MUCH DPB mapping
TOF coincidence counting
Definition at line 785 of file CbmCheckTiming.cxx.
References fDigiMan, fNrTs, fT0MuchAsicDiff, fT0MuchAsicDiffEvo, fT0StsDpbDiffEvo, fuMaxTotPulserTof, fuNbTofDigiInSync, CbmDigiManager::Get(), CbmDigiManager::GetNofDigis(), CbmMuchBeamTimeDigi::GetNxId(), CbmMuchBeamTimeDigi::GetRocId(), i, kuMaxNbMuchAsics, and kuMaxNbStsDpbs.
|
virtual |
Finish task called at the end of the run
Definition at line 1057 of file CbmCheckTiming.cxx.
References fCheckTimeOrdering, fNrOfMuchDigis, fNrOfMuchErrors, fNrOfPsdDigis, fNrOfPsdErrors, fNrOfRichDigis, fNrOfRichErrors, fNrOfStsDigis, fNrOfStsErrors, fNrOfT0Digis, fNrOfT0Errors, fNrOfTofDigis, fNrOfTofErrors, fNrOfTrdDigis, fNrOfTrdErrors, fNrTs, and WriteHistos().
|
virtual |
Initiliazation of task at the beginning of a run
Definition at line 53 of file CbmCheckTiming.cxx.
References CreateHistos(), fCheckInterSystemOffset, fDigiMan, fT0DigiArr, fT0DigiVec, CbmDigiManager::Init(), CbmDigiManager::Instance(), CbmDigiManager::IsPresent(), kMuch, kPsd, kRich, kSts, kTof, kTrd, and CbmDigiManager::UseMuchBeamTimeDigi().
|
delete |
|
virtual |
ReInitiliazation of task when the runID changes
Definition at line 524 of file CbmCheckTiming.cxx.
|
inline |
Switch ON check for inter system offsets
Definition at line 58 of file CbmCheckTiming.h.
References fCheckInterSystemOffset.
|
inline |
Switch OFF check for correct time order of the digis
Definition at line 55 of file CbmCheckTiming.h.
References fCheckTimeOrdering.
|
inline |
Definition at line 66 of file CbmCheckTiming.h.
References fMuchOffsetRange.
|
inline |
Definition at line 62 of file CbmCheckTiming.h.
References fOffsetRange.
|
inline |
Definition at line 85 of file CbmCheckTiming.h.
References fOutFileName.
|
virtual |
Load the parameter container from the runtime database
Definition at line 41 of file CbmCheckTiming.cxx.
|
inline |
Definition at line 74 of file CbmCheckTiming.h.
References fPsdOffsetRange.
|
inline |
Definition at line 72 of file CbmCheckTiming.h.
References fRichOffsetRange.
|
inline |
Definition at line 64 of file CbmCheckTiming.h.
References fStsOffsetRange.
|
inline |
Definition at line 76 of file CbmCheckTiming.h.
References fuMaxTotPulserT0, and fuMinTotPulserT0.
|
inline |
Definition at line 70 of file CbmCheckTiming.h.
References fTofOffsetRange.
|
inline |
Definition at line 80 of file CbmCheckTiming.h.
References fuMaxTotPulserTof, and fuMinTotPulserTof.
|
inline |
Definition at line 68 of file CbmCheckTiming.h.
References fTrdOffsetRange.
|
private |
Definition at line 1079 of file CbmCheckTiming.cxx.
References fMuchMuchDiff, fOutFileName, fPsdPsdDiff, fRichRichDiff, fSelT0MuchDiff, fSelT0PsdDiff, fSelT0RichDiff, fSelT0StsDiff, fSelT0TofDiff, fSelT0TrdDiff, fStsDpbCntsEvo, fStsStsDiff, fT0Address, fT0Channel, fT0MuchAsicDiff, fT0MuchAsicDiffEvo, fT0MuchDiff, fT0MuchDiffCharge, fT0MuchDiffEvo, fT0MuchDiffEvoLong, fT0MuchRocDiff, fT0PsdDiff, fT0PsdDiffCharge, fT0PsdDiffEvo, fT0PsdDiffEvoLong, fT0RichDiff, fT0RichDiffCharge, fT0RichDiffEvo, fT0RichDiffEvoLong, fT0StsDiff, fT0StsDiffCharge, fT0StsDiffEvo, fT0StsDiffEvoLong, fT0StsDpbDiff, fT0StsDpbDiffEvo, fT0T0Diff, fT0TofDiff, fT0TofDiffCharge, fT0TofDiffEvo, fT0TofDiffEvoLong, fT0TrdDiff, fT0TrdDiffCharge, fT0TrdDiffEvo, fT0TrdDiffEvoLong, fTofTofDiff, fTrdTrdDiff, kuMaxNbMuchAsics, and kuMaxNbStsDpbs.
|
private |
Definition at line 191 of file CbmCheckTiming.h.
Referenced by CalcNrBins().
|
private |
Definition at line 181 of file CbmCheckTiming.h.
Referenced by Exec(), Init(), and SetCheckInterSystemOffset().
|
private |
Definition at line 180 of file CbmCheckTiming.h.
Referenced by Exec(), Finish(), and SetCheckTimeOrder().
|
private |
Input array from previous already existing data level
Definition at line 132 of file CbmCheckTiming.h.
Referenced by CheckIfSorted(), CheckInterSystemOffset(), CheckTimeOrder(), FillHistosSelT0(), FillSystemOffsetHistos(), and Init().
|
private |
Definition at line 223 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 185 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and SetMuchOffsetSearchRange().
|
private |
Definition at line 170 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder(), and Finish().
|
private |
Definition at line 169 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder(), and Finish().
|
private |
Definition at line 178 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder(), and Finish().
|
private |
Definition at line 177 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder(), and Finish().
|
private |
Definition at line 176 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder(), and Finish().
|
private |
Definition at line 175 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder(), and Finish().
|
private |
Definition at line 168 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder(), and Finish().
|
private |
Definition at line 167 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder(), and Finish().
|
private |
Definition at line 166 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder(), and Finish().
|
private |
Definition at line 165 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder(), and Finish().
|
private |
Definition at line 174 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder(), and Finish().
|
private |
Definition at line 173 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder(), and Finish().
|
private |
Definition at line 172 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder(), and Finish().
|
private |
Definition at line 171 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder(), and Finish().
|
private |
Definition at line 163 of file CbmCheckTiming.h.
Referenced by CheckIfSorted(), CheckIfSortedT0(), CheckTimeOrder(), Exec(), FillSystemOffsetHistos(), and Finish().
|
private |
Definition at line 183 of file CbmCheckTiming.h.
Referenced by SetOffsetSearchRange().
|
private |
Definition at line 253 of file CbmCheckTiming.h.
Referenced by SetOutFilename(), and WriteHistos().
|
private |
Definition at line 150 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset().
|
private |
Definition at line 154 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset().
|
private |
Definition at line 153 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset().
|
private |
Variables to store the first digi fitting the previous T0 hits => Time-order means the time window for following one can only be in a later digi
Definition at line 149 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset().
|
private |
Definition at line 152 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset().
|
private |
Definition at line 151 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset().
|
private |
Definition at line 141 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder().
|
private |
Definition at line 145 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder().
|
private |
Definition at line 144 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder().
|
private |
Definition at line 140 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder().
|
private |
Variables to store the previous digi time.
Definition at line 139 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder().
|
private |
Definition at line 143 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder().
|
private |
Definition at line 142 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder().
|
private |
Definition at line 189 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and SetPsdOffsetSearchRange().
|
private |
Definition at line 227 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 188 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and SetRichOffsetSearchRange().
|
private |
Definition at line 226 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 247 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 251 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 250 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 246 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 249 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 248 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 235 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 184 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and SetStsOffsetSearchRange().
|
private |
Definition at line 222 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 229 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 230 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 136 of file CbmCheckTiming.h.
Referenced by CheckIfSortedT0(), CheckInterSystemOffset(), CheckTimeOrder(), and Init().
|
private |
T0 is not included in CbmDigiManager, so add it explicitly here
Definition at line 135 of file CbmCheckTiming.h.
Referenced by CheckIfSortedT0(), CheckInterSystemOffset(), CheckTimeOrder(), and Init().
|
private |
Definition at line 240 of file CbmCheckTiming.h.
Referenced by CreateHistos(), FillSystemOffsetHistos(), and WriteHistos().
|
private |
Definition at line 241 of file CbmCheckTiming.h.
Referenced by CreateHistos(), FillSystemOffsetHistos(), and WriteHistos().
|
private |
Definition at line 194 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 201 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 208 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 215 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 238 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 198 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 205 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 212 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 219 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 197 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 204 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 211 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 218 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 193 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 200 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 207 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 214 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 232 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 234 of file CbmCheckTiming.h.
Referenced by CreateHistos(), FillSystemOffsetHistos(), and WriteHistos().
|
private |
Definition at line 221 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 196 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 203 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 210 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 217 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 195 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 202 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 209 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 216 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 187 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and SetTofOffsetSearchRange().
|
private |
Definition at line 225 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 186 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), CreateHistos(), and SetTrdOffsetSearchRange().
|
private |
Definition at line 224 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder(), CreateHistos(), and WriteHistos().
|
private |
Definition at line 158 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), and SetT0PulserTotLimits().
|
private |
Definition at line 160 of file CbmCheckTiming.h.
Referenced by FillHistosSelT0(), FillSystemOffsetHistos(), and SetTofPulserTotLimits().
|
private |
User settings: Data correction parameters.
Definition at line 157 of file CbmCheckTiming.h.
Referenced by SetT0PulserTotLimits().
|
private |
Definition at line 159 of file CbmCheckTiming.h.
Referenced by SetTofPulserTotLimits().
|
private |
Definition at line 244 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset(), and FillSystemOffsetHistos().
|
private |
Definition at line 243 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset().
|
private |
Definition at line 245 of file CbmCheckTiming.h.
Referenced by CheckInterSystemOffset().
|
staticprivate |
Definition at line 239 of file CbmCheckTiming.h.
Referenced by CreateHistos(), FillSystemOffsetHistos(), and WriteHistos().
|
staticprivate |
Definition at line 237 of file CbmCheckTiming.h.
Referenced by CreateHistos().
|
staticprivate |
Definition at line 233 of file CbmCheckTiming.h.
Referenced by CheckTimeOrder(), CreateHistos(), FillSystemOffsetHistos(), and WriteHistos().