CbmRoot
|
#include <CbmDeviceHitBuilderTof.h>
Public Member Functions | |
CbmDeviceHitBuilderTof () | |
virtual | ~CbmDeviceHitBuilderTof () |
Protected Member Functions | |
virtual void | InitTask () |
bool | HandleData (FairMQParts &, int) |
bool | HandleMessage (FairMQMessagePtr &, int) |
virtual void | fit_ybox (const char *hname) |
virtual void | fit_ybox (TH1 *h, Double_t dy) |
virtual void | fit_ybox (TH1 *h, Double_t dy, Double_t *fpar) |
virtual void | CheckLHMemory () |
virtual void | CleanLHMemory () |
virtual Bool_t | AddNextChan (Int_t iSmType, Int_t iSm, Int_t iRpc, Int_t iLastChan, Double_t dLastPosX, Double_t dLastPosY, Double_t dLastTime, Double_t dLastTot) |
virtual void | LH_store (Int_t iSmType, Int_t iSm, Int_t iRpc, Int_t iChm, CbmTofHit *pHit) |
Private Member Functions | |
Bool_t | IsChannelNameAllowed (std::string channelName) |
Bool_t | InitWorkspace () |
Bool_t | InitContainers () |
Bool_t | LoadGeometry () |
Bool_t | InitRootOutput () |
Bool_t | ReInitContainers () |
void | CreateHistograms () |
void | WriteHistograms () |
Bool_t | MonitorPulser () |
Bool_t | ApplyPulserCorrection () |
Bool_t | InitCalibParameter () |
Bool_t | BuildClusters () |
Bool_t | InspectRawDigis () |
Bool_t | CalibRawDigis () |
Bool_t | FillDigiStor () |
Bool_t | BuildHits () |
Bool_t | MergeClusters () |
Bool_t | FillHistos () |
Bool_t | SendHits () |
Bool_t | SendAll () |
Private Attributes | |
uint64_t | fNumMessages |
std::vector< std::string > | fAllowedChannels = {"tofcomponent", "parameters", "tofdigis", "tofhits", "syscmd"} |
TGeoManager * | fGeoMan |
CbmTofGeoHandler * | fGeoHandler |
CbmTofDetectorId * | fTofId |
CbmTofDigiPar * | fDigiPar |
CbmTofCell * | fChannelInfo |
CbmTofDigiBdfPar * | fDigiBdfPar |
Int_t | fiNDigiIn |
std::vector< CbmTofDigi > | fvDigiIn |
std::vector< uint64_t > | fEventHeader |
FairEventHeader * | fEvtHeader |
std::vector< CbmTofDigi > * | fTofCalDigiVec = nullptr |
TClonesArray * | fTofHitsColl |
TClonesArray * | fTofDigiMatchColl |
TClonesArray * | fTofHitsCollOut |
TClonesArray * | fTofDigiMatchCollOut |
Int_t | fiNbHits |
Int_t | fiNevtBuild |
Int_t | fiMsgCnt |
Double_t | fdTOTMax |
Double_t | fdTOTMin |
Double_t | fdTTotMean |
Double_t | fdMaxTimeDist |
Double_t | fdMaxSpaceDist |
Double_t | fdEvent |
Int_t | fiMaxEvent |
Int_t | fiRunId |
Int_t | fiOutputTreeEntry |
Int_t | fiFileIndex |
std::vector< std::vector< std::vector< std::vector< CbmTofDigi * > > > > | fStorDigi |
std::vector< std::vector< std::vector< std::vector< Int_t > > > > | fStorDigiInd |
std::vector< Int_t > | vDigiIndRef |
std::vector< std::vector< std::vector< Int_t > > > | fviClusterMul |
std::vector< std::vector< std::vector< Int_t > > > | fviClusterSize |
std::vector< std::vector< std::vector< Int_t > > > | fviTrkMul |
std::vector< std::vector< std::vector< Double_t > > > | fvdX |
std::vector< std::vector< std::vector< Double_t > > > | fvdY |
std::vector< std::vector< std::vector< Double_t > > > | fvdDifX |
std::vector< std::vector< std::vector< Double_t > > > | fvdDifY |
std::vector< std::vector< std::vector< Double_t > > > | fvdDifCh |
std::vector< std::vector< std::vector< std::vector< Double_t > > > > | fvCPDelTof |
std::vector< std::vector< std::vector< std::vector< Double_t > > > > | fvCPTOff |
std::vector< std::vector< std::vector< std::vector< Double_t > > > > | fvCPTotGain |
std::vector< std::vector< std::vector< std::vector< Double_t > > > > | fvCPTotOff |
std::vector< std::vector< std::vector< std::vector< std::vector< Double_t > > > > > | fvCPWalk |
std::vector< std::vector< std::vector< std::vector< std::list< CbmTofHit * > > > > > | fvLastHits |
std::vector< Int_t > | fvDeadStrips |
std::vector< std::vector< Double_t > > | fvPulserOffset |
const Int_t | NPulserTimes = 10 |
std::vector< std::vector< std::list< Double_t > > > | fvPulserTimes |
TH1 * | fhEvDetMul |
TH1 * | fhEvDigiMul |
TH1 * | fhEvRateIn |
TH1 * | fhEvRateOut |
TH1 * | fhPulMul |
TH1 * | fhDigiTdif |
TH2 * | fhPulserTimesRaw |
std::vector< TProfile * > | fhPulserTimeRawEvo |
TH2 * | fhPulserTimesCor |
TH2 * | fhDigiTimesRaw |
TH2 * | fhDigiTimesCor |
std::vector< TH2 * > | fhRpcDigiTot |
std::vector< TH2 * > | fhRpcDigiCor |
std::vector< TH1 * > | fhRpcCluMul |
std::vector< TH1 * > | fhRpcCluRate |
std::vector< TH2 * > | fhRpcCluPosition |
std::vector< TH2 * > | fhRpcCluDelPos |
std::vector< TH2 * > | fhRpcCluDelMatPos |
std::vector< TH2 * > | fhRpcCluTOff |
std::vector< TH2 * > | fhRpcCluDelTOff |
std::vector< TH2 * > | fhRpcCluDelMatTOff |
std::vector< TH2 * > | fhRpcCluTrms |
std::vector< TH2 * > | fhRpcCluTot |
std::vector< TH2 * > | fhRpcCluSize |
std::vector< TH2 * > | fhRpcCluAvWalk |
std::vector< TH2 * > | fhRpcCluAvLnWalk |
std::vector< std::vector< std::vector< TH2 * > > > | fhRpcCluWalk |
std::vector< TH2 * > | fhSmCluPosition |
std::vector< TH2 * > | fhSmCluTOff |
std::vector< TProfile * > | fhSmCluSvel |
std::vector< std::vector< TProfile * > > | fhSmCluFpar |
std::vector< TH1 * > | fhRpcDTLastHits |
std::vector< TH1 * > | fhRpcDTLastHits_Tot |
std::vector< TH1 * > | fhRpcDTLastHits_CluSize |
std::vector< std::vector< TH1 * > > | fhTRpcCluMul |
std::vector< std::vector< TH2 * > > | fhTRpcCluPosition |
std::vector< std::vector< TH2 * > > | fhTRpcCluTOff |
std::vector< std::vector< TH2 * > > | fhTRpcCluTot |
std::vector< std::vector< TH2 * > > | fhTRpcCluSize |
std::vector< std::vector< TH2 * > > | fhTRpcCluAvWalk |
std::vector< std::vector< TH2 * > > | fhTRpcCluDelTof |
std::vector< std::vector< TH2 * > > | fhTRpcCludXdY |
std::vector< std::vector< std::vector< std::vector< TH2 * > > > > | fhTRpcCluWalk |
std::vector< std::vector< TH2 * > > | fhTSmCluPosition |
std::vector< std::vector< TH2 * > > | fhTSmCluTOff |
std::vector< std::vector< TH2 * > > | fhTSmCluTRun |
std::vector< std::vector< TH2 * > > | fhTRpcCluTOffDTLastHits |
std::vector< std::vector< TH2 * > > | fhTRpcCluTotDTLastHits |
std::vector< std::vector< TH2 * > > | fhTRpcCluSizeDTLastHits |
std::vector< std::vector< TH2 * > > | fhTRpcCluMemMulDTLastHits |
std::vector< TH1 * > | fhSeldT |
Double_t | dTRef |
Int_t | fCalMode |
Double_t | fdCaldXdYMax |
Int_t | fiCluMulMax |
Int_t | fTRefMode |
Int_t | fTRefHits |
Int_t | fDutId |
Int_t | fDutSm |
Int_t | fDutRpc |
Int_t | fDutAddr |
Int_t | fSelId |
Int_t | fSelSm |
Int_t | fSelRpc |
Int_t | fSelAddr |
Int_t | fiBeamRefType |
Int_t | fiBeamRefSm |
Int_t | fiBeamRefDet |
Int_t | fiBeamRefAddr |
Int_t | fiBeamRefMulMax |
Int_t | fiBeamAddRefMul |
Int_t | fSel2Id |
Int_t | fSel2Sm |
Int_t | fSel2Rpc |
Int_t | fSel2Addr |
Int_t | fiMode |
Int_t | fiPulserMode |
uint64_t | fiPulMulMin |
uint64_t | fiPulDetRef |
uint64_t | fiPulTotMin |
uint64_t | fiPulTotMax |
std::map< UInt_t, UInt_t > | fDetIdIndexMap |
std::vector< Int_t > | fviDetId |
Double_t | fPosYMaxScal |
Double_t | fTRefDifMax |
Double_t | fTotMax |
Double_t | fTotMin |
Double_t | fTotMean |
Double_t | fdDelTofMax |
Double_t | fMaxTimeDist |
Double_t | fdChannelDeadtime |
Double_t | fdMemoryTime |
Bool_t | fEnableMatchPosScaling |
Bool_t | fbPs2Ns |
TString | fCalParFileName |
TString | fOutHstFileName |
TString | fOutRootFileName |
TFile * | fCalParFile |
TFile * | fOutRootFile |
Definition at line 61 of file CbmDeviceHitBuilderTof.h.
CbmDeviceHitBuilderTof::CbmDeviceHitBuilderTof | ( | ) |
Definition at line 90 of file CbmDeviceHitBuilderTof.cxx.
|
virtual |
Definition at line 235 of file CbmDeviceHitBuilderTof.cxx.
References fOutRootFile, rootMgr, and WriteHistograms().
|
protectedvirtual |
Definition at line 2589 of file CbmDeviceHitBuilderTof.cxx.
References CbmMatch::AddLink(), AddNextChan(), fChannelInfo, fDigiBdfPar, fDigiPar, fdMaxSpaceDist, fdMaxTimeDist, fdMemoryTime, fiFileIndex, fiNbHits, fiOutputTreeEntry, fStorDigi, fStorDigiInd, fTofCalDigiVec, fTofId, fviClusterMul, CbmTofDigiPar::GetCell(), CbmTofDigiBdfPar::GetNbChan(), CbmTofDigiBdfPar::GetNbRpc(), CbmTofDigi::GetSide(), CbmTofDigiBdfPar::GetSigVel(), CbmTofCell::GetSizex(), CbmTofDigi::GetTime(), CbmTofDigi::GetTot(), CbmTofAddress::GetUniqueAddress(), CbmTofCell::GetX(), CbmTofCell::GetY(), CbmTofCell::GetZ(), kTof, LH_store(), CbmTofDetectorId::SetDetectorInfo(), size(), and vDigiIndRef.
Referenced by AddNextChan(), and BuildHits().
|
private |
Definition at line 3967 of file CbmDeviceHitBuilderTof.cxx.
References DetMask, fDetIdIndexMap, fiNDigiIn, fiPulserMode, fvDigiIn, and fvPulserOffset.
Referenced by HandleData().
|
private |
Definition at line 1502 of file CbmDeviceHitBuilderTof.cxx.
References BuildHits(), CalibRawDigis(), FillDigiStor(), fiMode, and fiNevtBuild.
Referenced by HandleData().
|
private |
Definition at line 1858 of file CbmDeviceHitBuilderTof.cxx.
References CbmMatch::AddLink(), AddNextChan(), fChannelInfo, fDetIdIndexMap, fdEvent, fDigiBdfPar, fDigiPar, fdMaxSpaceDist, fdMaxTimeDist, fdMemoryTime, fiFileIndex, fiNbHits, fiOutputTreeEntry, fStorDigi, fStorDigiInd, fTofCalDigiVec, fTofHitsColl, fTofId, fvDeadStrips, fvdX, fvdY, fviClusterMul, fviClusterSize, CbmHit::GetAddress(), CbmTofDigiPar::GetCell(), CbmTofDigiBdfPar::GetChanOrient(), CbmTofDigiBdfPar::GetChanType(), CbmTofDigiBdfPar::GetNbChan(), CbmTofDigiBdfPar::GetNbRpc(), CbmTofDigiBdfPar::GetNbSm(), CbmTofDigiBdfPar::GetNbSmTypes(), CbmTofDigi::GetSide(), CbmTofDigiBdfPar::GetSigVel(), CbmTofCell::GetSizex(), CbmTofCell::GetSizey(), CbmHit::GetTime(), CbmTofDigi::GetTime(), CbmTofDigi::GetTot(), CbmTofAddress::GetUniqueAddress(), CbmTofCell::GetX(), CbmTofCell::GetY(), CbmTofCell::GetZ(), kTof, LH_store(), CbmTofDetectorId::SetDetectorInfo(), size(), CbmTofDigiBdfPar::UseExpandedDigi(), and vDigiIndRef.
Referenced by BuildClusters().
|
private |
Sort the buffers of hits due to the time offsets applied
Definition at line 1682 of file CbmDeviceHitBuilderTof.cxx.
References DetMask, fbPs2Ns, fdChannelDeadtime, fDetIdIndexMap, fDigiBdfPar, fdTOTMax, fdTOTMin, fhDigiTimesCor, fTofCalDigiVec, fvCPTOff, fvCPTotGain, fvCPTotOff, fvCPWalk, fvDigiIn, CbmTofDigi::GetAddress(), CbmTofDigi::GetChannel(), CbmTofDigiBdfPar::GetNbChan(), CbmTofDigiBdfPar::GetNbRpc(), CbmTofDigiBdfPar::GetNbSm(), CbmTofDigiBdfPar::GetNbSmTypes(), CbmTofDigi::GetRpc(), CbmTofDigi::GetSide(), CbmTofDigi::GetSm(), CbmTofDigi::GetTime(), CbmTofDigi::GetTot(), CbmTofDigi::GetType(), nbClWalkBinX, pRef, pRefCal, CbmTofDigi::SetAddress(), CbmTofDigi::SetTime(), and CbmTofDigi::SetTot().
Referenced by BuildClusters().
|
protectedvirtual |
Definition at line 2518 of file CbmDeviceHitBuilderTof.cxx.
References fdEvent, fDigiBdfPar, fTofId, fvLastHits, CbmTofDigiBdfPar::GetNbChan(), CbmTofDigiBdfPar::GetNbRpc(), CbmTofDigiBdfPar::GetNbSm(), CbmTofDigiBdfPar::GetNbSmTypes(), kTof, CbmTofDetectorId::SetDetectorInfo(), and size().
|
protectedvirtual |
Definition at line 2553 of file CbmDeviceHitBuilderTof.cxx.
References fdEvent, fDigiBdfPar, fTofId, fvLastHits, CbmTofDigiBdfPar::GetNbChan(), CbmTofDigiBdfPar::GetNbRpc(), CbmTofDigiBdfPar::GetNbSm(), CbmTofDigiBdfPar::GetNbSmTypes(), kTof, CbmTofDetectorId::SetDetectorInfo(), and size().
|
private |
Definition at line 990 of file CbmDeviceHitBuilderTof.cxx.
References dTmax, dXdYMax, fChannelInfo, fdDelTofMax, fDetIdIndexMap, fDigiBdfPar, fDigiPar, fdTOTMax, fdTOTMin, fhBucDigiCor, fhDigiTdif, fhDigiTimesCor, fhDigiTimesRaw, fhEvDetMul, fhEvDigiMul, fhEvRateIn, fhEvRateOut, fhPulMul, fhPulserTimeRawEvo, fhPulserTimesCor, fhPulserTimesRaw, fhRpcCluAvLnWalk, fhRpcCluAvWalk, fhRpcCluDelMatPos, fhRpcCluDelMatTOff, fhRpcCluDelPos, fhRpcCluDelTOff, fhRpcCluMul, fhRpcCluPosition, fhRpcCluRate, fhRpcCluSize, fhRpcCluTOff, fhRpcCluTot, fhRpcCluTrms, fhRpcCluWalk, fhRpcDigiCor, fhRpcDigiTot, fhRpcDTLastHits, fhRpcDTLastHits_CluSize, fhRpcDTLastHits_Tot, fhSeldT, fhSmCluFpar, fhSmCluPosition, fhSmCluSvel, fhSmCluTOff, fhTRpcCluAvWalk, fhTRpcCluDelTof, fhTRpcCludXdY, fhTRpcCluMemMulDTLastHits, fhTRpcCluMul, fhTRpcCluPosition, fhTRpcCluSize, fhTRpcCluSizeDTLastHits, fhTRpcCluTOff, fhTRpcCluTOffDTLastHits, fhTRpcCluTot, fhTRpcCluTotDTLastHits, fhTRpcCluWalk, fhTSmCluPosition, fhTSmCluTOff, fhTSmCluTRun, fiMode, fPosYMaxScal, fTotMax, fTotMin, fTRefDifMax, fviDetId, CbmTofDigiPar::GetCell(), CbmTofDigiBdfPar::GetDetUId(), CbmTofDigiBdfPar::GetNbChan(), CbmTofDigiBdfPar::GetNbDet(), CbmTofDigiBdfPar::GetNbRpc(), CbmTofDigiBdfPar::GetNbSm(), CbmTofDigiBdfPar::GetNbSmTypes(), CbmTofAddress::GetRpcId(), CbmTofCell::GetSizex(), CbmTofCell::GetSizey(), CbmTofAddress::GetSmId(), CbmTofAddress::GetSmType(), CbmTofAddress::GetUniqueAddress(), iNSel, MaxNbEvent, nbClDelTofBinX, nbClDelTofBinY, nbCldXdYBinX, nbCldXdYBinY, nbClWalkBinX, and nbClWalkBinY.
Referenced by InitContainers().
|
private |
Definition at line 2956 of file CbmDeviceHitBuilderTof.cxx.
References fDigiBdfPar, fStorDigi, fStorDigiInd, fTofCalDigiVec, CbmTofDigi::GetChannel(), CbmTofDigiBdfPar::GetNbChan(), CbmTofDigiBdfPar::GetNbRpc(), CbmTofDigiBdfPar::GetNbSm(), CbmTofDigiBdfPar::GetNbSmTypes(), CbmTofDigi::GetRpc(), CbmTofDigi::GetSm(), and CbmTofDigi::GetType().
Referenced by BuildClusters().
|
private |
Definition at line 3053 of file CbmDeviceHitBuilderTof.cxx.
References dDoubleMax, DetMask, dTRef, fChannelInfo, fdCaldXdYMax, fdDelTofMax, fDetIdIndexMap, fdEvent, fDigiBdfPar, fDigiPar, fdMemoryTime, fDutAddr, fDutId, fDutRpc, fDutSm, fEnableMatchPosScaling, fhRpcCluAvLnWalk, fhRpcCluAvWalk, fhRpcCluDelMatPos, fhRpcCluDelMatTOff, fhRpcCluDelPos, fhRpcCluDelTOff, fhRpcCluMul, fhRpcCluPosition, fhRpcCluRate, fhRpcCluSize, fhRpcCluTOff, fhRpcCluTot, fhRpcCluTrms, fhRpcCluWalk, fhRpcDTLastHits, fhRpcDTLastHits_CluSize, fhRpcDTLastHits_Tot, fhSeldT, fhSmCluPosition, fhSmCluTOff, fhTRpcCluAvWalk, fhTRpcCluDelTof, fhTRpcCludXdY, fhTRpcCluMemMulDTLastHits, fhTRpcCluMul, fhTRpcCluPosition, fhTRpcCluSize, fhTRpcCluSizeDTLastHits, fhTRpcCluTOff, fhTRpcCluTOffDTLastHits, fhTRpcCluTot, fhTRpcCluTotDTLastHits, fhTRpcCluWalk, fhTSmCluPosition, fhTSmCluTOff, fhTSmCluTRun, fiBeamAddRefMul, fiBeamRefAddr, fiBeamRefDet, fiBeamRefMulMax, fiBeamRefSm, fiBeamRefType, fiCluMulMax, fiNevtBuild, fPosYMaxScal, fSel2Addr, fSel2Id, fSel2Rpc, fSel2Sm, fSelAddr, fSelId, fSelRpc, fSelSm, fTofCalDigiVec, fTofDigiMatchColl, fTofHitsColl, fTRefHits, fTRefMode, fvCPDelTof, fviClusterMul, fviDetId, fvLastHits, CbmHit::GetAddress(), CbmTofDigiPar::GetCell(), CbmTofDigi::GetChannel(), CbmTofAddress::GetChannelId(), CbmLink::GetIndex(), CbmMatch::GetLink(), CbmTofDigiBdfPar::GetNbChan(), CbmTofDigiBdfPar::GetNbDet(), CbmTofDigiBdfPar::GetNbRpc(), CbmMatch::GetNofLinks(), CbmTofAddress::GetRpcId(), CbmTofDigi::GetSide(), CbmTofDigiBdfPar::GetSigVel(), CbmTofCell::GetSizey(), CbmTofAddress::GetSmId(), CbmTofAddress::GetSmType(), CbmHit::GetTime(), CbmTofDigi::GetTime(), CbmTofDigi::GetTot(), CbmTofDigi::GetType(), CbmPixelHit::GetX(), CbmTofCell::GetX(), CbmPixelHit::GetY(), CbmTofCell::GetY(), CbmHit::GetZ(), CbmTofCell::GetZ(), iIndexDut, iNSel, nbClDelTofBinX, CbmHit::SetTimeError(), size(), and StartAnalysisTime.
Referenced by HandleData().
|
protectedvirtual |
Definition at line 2751 of file CbmDeviceHitBuilderTof.cxx.
References fit_ybox().
Referenced by fit_ybox(), and fit_ybox().
|
protectedvirtual |
Definition at line 2758 of file CbmDeviceHitBuilderTof.cxx.
References fit_ybox().
|
protectedvirtual |
Definition at line 2764 of file CbmDeviceHitBuilderTof.cxx.
References f1_xboxe().
|
protected |
Definition at line 544 of file CbmDeviceHitBuilderTof.cxx.
References ApplyPulserCorrection(), BuildClusters(), dTstart, fdEvent, fEventHeader, fEvtHeader, fhEvDetMul, fhEvDigiMul, fhEvRateIn, fhEvRateOut, fhPulMul, FillHistos(), fiMaxEvent, fiNbHits, fiNDigiIn, fiPulDetRef, fiPulserMode, fNumMessages, fOutRootFile, fTofDigiMatchColl, fTofHitsColl, fvDigiIn, fvPulserTimes, CbmTofDigi::GetChannel(), CbmTofDigi::GetRpc(), CbmTofDigi::GetSide(), CbmTofDigi::GetType(), CbmTofAddress::GetUniqueAddress(), InspectRawDigis(), MonitorPulser(), rootMgr, SendAll(), CbmTofDigi::SetAddress(), size(), and WriteHistograms().
Referenced by InitTask().
|
protected |
Definition at line 725 of file CbmDeviceHitBuilderTof.cxx.
References fOutRootFile, rootMgr, and WriteHistograms().
Referenced by InitTask().
|
private |
Save old global file and folder pointer to avoid messing with FairRoot
Restore old global file and folder pointer to avoid messing with FairRoot
Definition at line 764 of file CbmDeviceHitBuilderTof.cxx.
References fCalMode, fCalParFile, fCalParFileName, fDigiBdfPar, fdTTotMean, fTotMean, fvCPDelTof, fvCPTOff, fvCPTotGain, fvCPTotOff, fvCPWalk, CbmTofDigiBdfPar::GetCalibFileName(), CbmTofDigiBdfPar::GetChanType(), CbmTofDigiBdfPar::GetNbChan(), CbmTofDigiBdfPar::GetNbRpc(), CbmTofDigiBdfPar::GetNbSm(), CbmTofDigiBdfPar::GetNbSmTypes(), CbmTofDigiBdfPar::GetSigVel(), hSvel, iNSel, nbClDelTofBinX, nbClWalkBinX, and CbmTofDigiBdfPar::SetSigVel().
Referenced by InitContainers().
|
private |
Definition at line 407 of file CbmDeviceHitBuilderTof.cxx.
References CreateHistograms(), fDigiBdfPar, fDigiPar, fdMaxSpaceDist, fdMaxTimeDist, fDutAddr, fDutId, fDutRpc, fDutSm, fGeoHandler, fGeoMan, fiBeamRefAddr, fiBeamRefDet, fiBeamRefSm, fiBeamRefType, fiRunId, fMaxTimeDist, fSel2Addr, fSel2Id, fSel2Rpc, fSel2Sm, fSelAddr, fSelId, fSelRpc, fSelSm, fTofId, CbmTofDigiBdfPar::GetCalibFileName(), CbmTofDigiBdfPar::GetDetInd(), CbmTofDigiBdfPar::GetMaxDistAlongCh(), CbmTofDigiBdfPar::GetMaxTimeDist(), CbmTofDigiBdfPar::GetSignalSpeed(), CbmTofAddress::GetUniqueAddress(), iIndexDut, CbmTofCreateDigiPar::Init(), CbmTofGeoHandler::Init(), InitCalibParameter(), k14a, k21a, ModMask, ReInitContainers(), and SelMask.
Referenced by InitTask().
|
private |
Definition at line 361 of file CbmDeviceHitBuilderTof.cxx.
References fEvtHeader, fOutRootFile, fTofCalDigiVec, iRunId, and rootMgr.
Referenced by InitTask().
|
protectedvirtual |
Definition at line 248 of file CbmDeviceHitBuilderTof.cxx.
References HandleData(), HandleMessage(), InitContainers(), InitRootOutput(), InitWorkspace(), IsChannelNameAllowed(), and LoadGeometry().
|
private |
Definition at line 295 of file CbmDeviceHitBuilderTof.cxx.
References dTmax, fDutId, fDutRpc, fDutSm, fiBeamRefDet, fiBeamRefSm, fiBeamRefType, fiMaxEvent, fiMode, fiPulDetRef, fiPulMulMin, fiPulserMode, fiPulTotMax, fiPulTotMin, fiRunId, fOutRootFile, fOutRootFileName, fSel2Id, fSel2Rpc, fSel2Sm, fSelId, fSelRpc, fSelSm, fTofCalDigiVec, fTofDigiMatchColl, fTofDigiMatchCollOut, fTofHitsColl, fTofHitsCollOut, and rootMgr.
Referenced by InitTask().
|
private |
Definition at line 1513 of file CbmDeviceHitBuilderTof.cxx.
References dDoubleMax, DetMask, fChannelInfo, fDetIdIndexMap, fDigiBdfPar, fDigiPar, fhBucDigiCor, fhDigiTdif, fhDigiTimesRaw, fhRpcDigiCor, fhRpcDigiTot, fiBeamRefAddr, fiMsgCnt, fiNDigiIn, fiNevtBuild, fPosYMaxScal, fTofId, fvDigiIn, CbmTofDigi::GetAddress(), CbmTofDigiPar::GetCell(), CbmTofDigi::GetChannel(), CbmTofDigiBdfPar::GetDetInd(), CbmTofDigiBdfPar::GetNbDet(), CbmTofDigi::GetRpc(), CbmTofDigi::GetSide(), CbmTofDigiBdfPar::GetSigVel(), CbmTofCell::GetSizey(), CbmTofDigi::GetSm(), CbmTofDigi::GetTime(), CbmTofDigi::GetTot(), CbmTofDigi::GetType(), iMess, kTof, pRef, CbmTofDigi::SetAddress(), CbmTofDetectorId::SetDetectorInfo(), CbmTofDigi::SetTime(), CbmTofDigi::SetTot(), and CbmTofDigi::ToString().
Referenced by HandleData().
|
private |
Definition at line 277 of file CbmDeviceHitBuilderTof.cxx.
References fAllowedChannels, and pos.
Referenced by InitTask().
|
protectedvirtual |
Definition at line 2473 of file CbmDeviceHitBuilderTof.cxx.
References fdEvent, fvLastHits, CbmHit::GetAddress(), CbmHit::GetTime(), and size().
Referenced by AddNextChan(), and BuildHits().
|
private |
Definition at line 2803 of file CbmDeviceHitBuilderTof.cxx.
References fChannelInfo, fDigiBdfPar, fDigiPar, fGeoHandler, fStorDigi, fStorDigiInd, fvdDifCh, fvdDifX, fvdDifY, fvDeadStrips, fvdX, fvdY, fviClusterMul, fviClusterSize, fviTrkMul, fvLastHits, fvPulserOffset, fvPulserTimes, CbmTofDigiPar::GetCell(), CbmTofGeoHandler::GetCell(), CbmTofDigiPar::GetCellId(), CbmTofGeoHandler::GetCounter(), CbmTofDigiBdfPar::GetDetUId(), CbmTofDigiBdfPar::GetNbChan(), CbmTofDigiBdfPar::GetNbDet(), CbmTofDigiBdfPar::GetNbRpc(), CbmTofDigiBdfPar::GetNbSm(), CbmTofDigiBdfPar::GetNbSmTypes(), CbmTofDigiPar::GetNrOfModules(), CbmTofAddress::GetRpcId(), CbmTofDigiBdfPar::GetSigVel(), CbmTofCell::GetSizex(), CbmTofCell::GetSizey(), CbmTofAddress::GetSmId(), CbmTofGeoHandler::GetSModule(), CbmTofGeoHandler::GetSMType(), CbmTofAddress::GetSmType(), CbmTofAddress::GetUniqueAddress(), CbmTofCell::GetX(), CbmTofCell::GetY(), CbmTofCell::GetZ(), CbmTofDigiBdfPar::UseExpandedDigi(), x, and y.
Referenced by InitTask().
|
private |
Definition at line 2471 of file CbmDeviceHitBuilderTof.cxx.
|
private |
Definition at line 3781 of file CbmDeviceHitBuilderTof.cxx.
References DetMask, fDetIdIndexMap, fdEvent, fDigiBdfPar, fhPulserTimeRawEvo, fhPulserTimesCor, fhPulserTimesRaw, fhRpcDigiTot, fiNDigiIn, fiPulDetRef, fiPulMulMin, fiPulserMode, fiPulTotMax, fiPulTotMin, fvDigiIn, fvPulserOffset, fvPulserTimes, CbmTofDigiBdfPar::GetDetInd(), iNPulserFound, NPulserTimes, and size().
Referenced by HandleData().
|
private |
Definition at line 535 of file CbmDeviceHitBuilderTof.cxx.
Referenced by InitContainers().
|
private |
Definition at line 3051 of file CbmDeviceHitBuilderTof.cxx.
Referenced by HandleData().
|
private |
Definition at line 3003 of file CbmDeviceHitBuilderTof.cxx.
References fEventHeader, fiNbHits, fTofHitsColl, CbmHit::GetAddress(), CbmTofHit::GetFlag(), CbmHit::GetTime(), CbmPixelHit::GetX(), CbmPixelHit::GetY(), and CbmHit::GetZ().
|
private |
Definition at line 1480 of file CbmDeviceHitBuilderTof.cxx.
References fOutRootFile.
Referenced by HandleData(), HandleMessage(), and ~CbmDeviceHitBuilderTof().
|
private |
Definition at line 239 of file CbmDeviceHitBuilderTof.h.
Referenced by FillHistos().
|
private |
Definition at line 110 of file CbmDeviceHitBuilderTof.h.
Referenced by IsChannelNameAllowed().
|
private |
Definition at line 284 of file CbmDeviceHitBuilderTof.h.
Referenced by CalibRawDigis().
|
private |
Definition at line 240 of file CbmDeviceHitBuilderTof.h.
Referenced by InitCalibParameter().
|
private |
Definition at line 289 of file CbmDeviceHitBuilderTof.h.
Referenced by InitCalibParameter().
|
private |
Definition at line 286 of file CbmDeviceHitBuilderTof.h.
Referenced by InitCalibParameter().
|
private |
Definition at line 117 of file CbmDeviceHitBuilderTof.h.
Referenced by AddNextChan(), BuildHits(), CreateHistograms(), FillHistos(), InspectRawDigis(), and LoadGeometry().
|
private |
Definition at line 241 of file CbmDeviceHitBuilderTof.h.
Referenced by FillHistos().
|
private |
Definition at line 280 of file CbmDeviceHitBuilderTof.h.
Referenced by CalibRawDigis().
|
private |
Definition at line 278 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 270 of file CbmDeviceHitBuilderTof.h.
Referenced by ApplyPulserCorrection(), BuildHits(), CalibRawDigis(), CreateHistograms(), FillHistos(), InspectRawDigis(), and MonitorPulser().
|
private |
Definition at line 145 of file CbmDeviceHitBuilderTof.h.
Referenced by BuildHits(), CheckLHMemory(), CleanLHMemory(), FillHistos(), HandleData(), LH_store(), and MonitorPulser().
|
private |
Definition at line 118 of file CbmDeviceHitBuilderTof.h.
Referenced by AddNextChan(), BuildHits(), CalibRawDigis(), CheckLHMemory(), CleanLHMemory(), CreateHistograms(), FillDigiStor(), FillHistos(), InitCalibParameter(), InitContainers(), InspectRawDigis(), LoadGeometry(), and MonitorPulser().
|
private |
Definition at line 116 of file CbmDeviceHitBuilderTof.h.
Referenced by AddNextChan(), BuildHits(), CreateHistograms(), FillHistos(), InitContainers(), InspectRawDigis(), and LoadGeometry().
|
private |
Definition at line 143 of file CbmDeviceHitBuilderTof.h.
Referenced by AddNextChan(), BuildHits(), and InitContainers().
|
private |
Definition at line 142 of file CbmDeviceHitBuilderTof.h.
Referenced by AddNextChan(), BuildHits(), and InitContainers().
|
private |
Definition at line 281 of file CbmDeviceHitBuilderTof.h.
Referenced by AddNextChan(), BuildHits(), and FillHistos().
|
private |
Definition at line 138 of file CbmDeviceHitBuilderTof.h.
Referenced by CalibRawDigis(), and CreateHistograms().
|
private |
Definition at line 139 of file CbmDeviceHitBuilderTof.h.
Referenced by CalibRawDigis(), and CreateHistograms().
|
private |
Definition at line 140 of file CbmDeviceHitBuilderTof.h.
Referenced by InitCalibParameter().
|
private |
Definition at line 248 of file CbmDeviceHitBuilderTof.h.
Referenced by FillHistos(), and InitContainers().
|
private |
Definition at line 245 of file CbmDeviceHitBuilderTof.h.
Referenced by FillHistos(), InitContainers(), and InitWorkspace().
|
private |
Definition at line 247 of file CbmDeviceHitBuilderTof.h.
Referenced by FillHistos(), InitContainers(), and InitWorkspace().
|
private |
Definition at line 246 of file CbmDeviceHitBuilderTof.h.
Referenced by FillHistos(), InitContainers(), and InitWorkspace().
|
private |
Definition at line 283 of file CbmDeviceHitBuilderTof.h.
Referenced by FillHistos().
|
private |
Definition at line 122 of file CbmDeviceHitBuilderTof.h.
Referenced by HandleData(), and SendHits().
|
private |
Definition at line 123 of file CbmDeviceHitBuilderTof.h.
Referenced by HandleData(), and InitRootOutput().
|
private |
Definition at line 114 of file CbmDeviceHitBuilderTof.h.
Referenced by InitContainers(), and LoadGeometry().
|
private |
Definition at line 112 of file CbmDeviceHitBuilderTof.h.
Referenced by InitContainers().
|
private |
Definition at line 187 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and InspectRawDigis().
|
private |
Definition at line 192 of file CbmDeviceHitBuilderTof.h.
Referenced by CalibRawDigis(), and CreateHistograms().
|
private |
Definition at line 191 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and InspectRawDigis().
|
private |
Definition at line 182 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and HandleData().
|
private |
Definition at line 183 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and HandleData().
|
private |
Definition at line 184 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and HandleData().
|
private |
Definition at line 185 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and HandleData().
|
private |
Definition at line 186 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and HandleData().
|
private |
Definition at line 189 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and MonitorPulser().
|
private |
Definition at line 190 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and MonitorPulser().
|
private |
Definition at line 188 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and MonitorPulser().
|
private |
Definition at line 208 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 207 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 200 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 203 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 199 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 202 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 196 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 198 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 197 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 206 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 201 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 205 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 204 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 209 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 195 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and InspectRawDigis().
|
private |
Definition at line 194 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), InspectRawDigis(), and MonitorPulser().
|
private |
Definition at line 214 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 216 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 215 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 236 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 213 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms().
|
private |
Definition at line 210 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 212 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms().
|
private |
Definition at line 211 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 223 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 224 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 225 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 234 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 218 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 219 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 222 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 233 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 220 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 231 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 221 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 232 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 226 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 228 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 229 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 230 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 258 of file CbmDeviceHitBuilderTof.h.
Referenced by FillHistos().
|
private |
Definition at line 256 of file CbmDeviceHitBuilderTof.h.
Referenced by FillHistos(), InitContainers(), and InspectRawDigis().
|
private |
Definition at line 255 of file CbmDeviceHitBuilderTof.h.
Referenced by FillHistos(), InitContainers(), and InitWorkspace().
|
private |
Definition at line 257 of file CbmDeviceHitBuilderTof.h.
Referenced by FillHistos().
|
private |
Definition at line 254 of file CbmDeviceHitBuilderTof.h.
Referenced by FillHistos(), InitContainers(), and InitWorkspace().
|
private |
Definition at line 253 of file CbmDeviceHitBuilderTof.h.
Referenced by FillHistos(), InitContainers(), and InitWorkspace().
|
private |
Definition at line 242 of file CbmDeviceHitBuilderTof.h.
Referenced by FillHistos().
|
private |
Definition at line 150 of file CbmDeviceHitBuilderTof.h.
Referenced by AddNextChan(), and BuildHits().
|
private |
Definition at line 146 of file CbmDeviceHitBuilderTof.h.
Referenced by HandleData(), and InitWorkspace().
|
private |
Definition at line 263 of file CbmDeviceHitBuilderTof.h.
Referenced by BuildClusters(), CreateHistograms(), and InitWorkspace().
|
private |
Definition at line 136 of file CbmDeviceHitBuilderTof.h.
Referenced by InspectRawDigis().
|
private |
Definition at line 132 of file CbmDeviceHitBuilderTof.h.
Referenced by AddNextChan(), BuildHits(), HandleData(), and SendHits().
|
private |
Definition at line 120 of file CbmDeviceHitBuilderTof.h.
Referenced by ApplyPulserCorrection(), HandleData(), InspectRawDigis(), and MonitorPulser().
|
private |
Definition at line 135 of file CbmDeviceHitBuilderTof.h.
Referenced by BuildClusters(), FillHistos(), and InspectRawDigis().
|
private |
Definition at line 149 of file CbmDeviceHitBuilderTof.h.
Referenced by AddNextChan(), and BuildHits().
|
private |
Definition at line 266 of file CbmDeviceHitBuilderTof.h.
Referenced by HandleData(), InitWorkspace(), and MonitorPulser().
|
private |
Definition at line 265 of file CbmDeviceHitBuilderTof.h.
Referenced by InitWorkspace(), and MonitorPulser().
|
private |
Definition at line 264 of file CbmDeviceHitBuilderTof.h.
Referenced by ApplyPulserCorrection(), HandleData(), InitWorkspace(), and MonitorPulser().
|
private |
Definition at line 268 of file CbmDeviceHitBuilderTof.h.
Referenced by InitWorkspace(), and MonitorPulser().
|
private |
Definition at line 267 of file CbmDeviceHitBuilderTof.h.
Referenced by InitWorkspace(), and MonitorPulser().
|
private |
Definition at line 147 of file CbmDeviceHitBuilderTof.h.
Referenced by InitContainers(), and InitWorkspace().
|
private |
Definition at line 279 of file CbmDeviceHitBuilderTof.h.
Referenced by InitContainers().
|
private |
Definition at line 109 of file CbmDeviceHitBuilderTof.h.
Referenced by HandleData().
|
private |
Definition at line 287 of file CbmDeviceHitBuilderTof.h.
|
private |
Definition at line 290 of file CbmDeviceHitBuilderTof.h.
Referenced by HandleData(), HandleMessage(), InitRootOutput(), InitWorkspace(), WriteHistograms(), and ~CbmDeviceHitBuilderTof().
|
private |
Definition at line 288 of file CbmDeviceHitBuilderTof.h.
Referenced by InitWorkspace().
|
private |
Definition at line 273 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), FillHistos(), and InspectRawDigis().
|
private |
Definition at line 262 of file CbmDeviceHitBuilderTof.h.
Referenced by FillHistos(), and InitContainers().
|
private |
Definition at line 259 of file CbmDeviceHitBuilderTof.h.
Referenced by FillHistos(), InitContainers(), and InitWorkspace().
|
private |
Definition at line 261 of file CbmDeviceHitBuilderTof.h.
Referenced by FillHistos(), InitContainers(), and InitWorkspace().
|
private |
Definition at line 260 of file CbmDeviceHitBuilderTof.h.
Referenced by FillHistos(), InitContainers(), and InitWorkspace().
|
private |
Definition at line 252 of file CbmDeviceHitBuilderTof.h.
Referenced by FillHistos(), and InitContainers().
|
private |
Definition at line 249 of file CbmDeviceHitBuilderTof.h.
Referenced by FillHistos(), InitContainers(), and InitWorkspace().
|
private |
Definition at line 251 of file CbmDeviceHitBuilderTof.h.
Referenced by FillHistos(), InitContainers(), and InitWorkspace().
|
private |
Definition at line 250 of file CbmDeviceHitBuilderTof.h.
Referenced by FillHistos(), InitContainers(), and InitWorkspace().
|
private |
Definition at line 153 of file CbmDeviceHitBuilderTof.h.
Referenced by AddNextChan(), BuildHits(), FillDigiStor(), and LoadGeometry().
|
private |
Definition at line 154 of file CbmDeviceHitBuilderTof.h.
Referenced by AddNextChan(), BuildHits(), FillDigiStor(), and LoadGeometry().
|
private |
Definition at line 127 of file CbmDeviceHitBuilderTof.h.
Referenced by AddNextChan(), BuildHits(), CalibRawDigis(), FillDigiStor(), FillHistos(), InitRootOutput(), and InitWorkspace().
|
private |
Definition at line 129 of file CbmDeviceHitBuilderTof.h.
Referenced by FillHistos(), HandleData(), and InitWorkspace().
|
private |
Definition at line 131 of file CbmDeviceHitBuilderTof.h.
Referenced by InitWorkspace().
|
private |
Definition at line 128 of file CbmDeviceHitBuilderTof.h.
Referenced by BuildHits(), FillHistos(), HandleData(), InitWorkspace(), and SendHits().
|
private |
Definition at line 130 of file CbmDeviceHitBuilderTof.h.
Referenced by InitWorkspace().
|
private |
Definition at line 115 of file CbmDeviceHitBuilderTof.h.
Referenced by AddNextChan(), BuildHits(), CheckLHMemory(), CleanLHMemory(), InitContainers(), and InspectRawDigis().
|
private |
Definition at line 275 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms().
|
private |
Definition at line 277 of file CbmDeviceHitBuilderTof.h.
Referenced by InitCalibParameter().
|
private |
Definition at line 276 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms().
|
private |
Definition at line 274 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms().
|
private |
Definition at line 244 of file CbmDeviceHitBuilderTof.h.
Referenced by FillHistos().
|
private |
Definition at line 243 of file CbmDeviceHitBuilderTof.h.
Referenced by FillHistos().
|
private |
Definition at line 167 of file CbmDeviceHitBuilderTof.h.
Referenced by FillHistos(), and InitCalibParameter().
|
private |
Definition at line 168 of file CbmDeviceHitBuilderTof.h.
Referenced by CalibRawDigis(), and InitCalibParameter().
|
private |
Definition at line 169 of file CbmDeviceHitBuilderTof.h.
Referenced by CalibRawDigis(), and InitCalibParameter().
|
private |
Definition at line 170 of file CbmDeviceHitBuilderTof.h.
Referenced by CalibRawDigis(), and InitCalibParameter().
|
private |
Definition at line 172 of file CbmDeviceHitBuilderTof.h.
Referenced by CalibRawDigis(), and InitCalibParameter().
|
private |
Definition at line 164 of file CbmDeviceHitBuilderTof.h.
Referenced by LoadGeometry().
|
private |
Definition at line 162 of file CbmDeviceHitBuilderTof.h.
Referenced by LoadGeometry().
|
private |
Definition at line 163 of file CbmDeviceHitBuilderTof.h.
Referenced by LoadGeometry().
|
private |
Definition at line 174 of file CbmDeviceHitBuilderTof.h.
Referenced by BuildHits(), and LoadGeometry().
|
private |
Definition at line 121 of file CbmDeviceHitBuilderTof.h.
Referenced by ApplyPulserCorrection(), CalibRawDigis(), HandleData(), InspectRawDigis(), and MonitorPulser().
|
private |
Definition at line 160 of file CbmDeviceHitBuilderTof.h.
Referenced by BuildHits(), and LoadGeometry().
|
private |
Definition at line 161 of file CbmDeviceHitBuilderTof.h.
Referenced by BuildHits(), and LoadGeometry().
|
private |
Definition at line 157 of file CbmDeviceHitBuilderTof.h.
Referenced by AddNextChan(), BuildHits(), FillHistos(), and LoadGeometry().
|
private |
Definition at line 158 of file CbmDeviceHitBuilderTof.h.
Referenced by BuildHits(), and LoadGeometry().
|
private |
Definition at line 271 of file CbmDeviceHitBuilderTof.h.
Referenced by CreateHistograms(), and FillHistos().
|
private |
Definition at line 159 of file CbmDeviceHitBuilderTof.h.
Referenced by LoadGeometry().
|
private |
Definition at line 173 of file CbmDeviceHitBuilderTof.h.
Referenced by CheckLHMemory(), CleanLHMemory(), FillHistos(), LH_store(), and LoadGeometry().
|
private |
Definition at line 176 of file CbmDeviceHitBuilderTof.h.
Referenced by ApplyPulserCorrection(), LoadGeometry(), and MonitorPulser().
|
private |
Definition at line 178 of file CbmDeviceHitBuilderTof.h.
Referenced by HandleData(), LoadGeometry(), and MonitorPulser().
|
private |
Definition at line 177 of file CbmDeviceHitBuilderTof.h.
Referenced by MonitorPulser().
|
private |
Definition at line 155 of file CbmDeviceHitBuilderTof.h.
Referenced by AddNextChan(), and BuildHits().