CbmRoot
|
#include <CbmTofCosmicClusterizer.h>
Public Member Functions | |
CbmTofCosmicClusterizer () | |
Constructor. More... | |
CbmTofCosmicClusterizer (const char *name, Int_t verbose=1, Bool_t writeDataInOut=kTRUE) | |
Constructor. More... | |
virtual | ~CbmTofCosmicClusterizer () |
Destructor. More... | |
virtual InitStatus | Init () |
Inherited from FairTask. More... | |
virtual void | SetParContainers () |
Inherited from FairTask. More... | |
virtual void | Exec (Option_t *option) |
Inherited from FairTask. More... | |
virtual void | Finish () |
Inherited from FairTask. More... | |
virtual void | Finish (Double_t calMode) |
void | SetCalMode (Int_t iMode) |
void | SetCalSel (Int_t iSel) |
void | SetCalSmType (Int_t iCalSmType) |
void | SetCalSmAddr (Int_t iCalSmAddr) |
void | SetCalRpc (Int_t iCalRpc) |
void | SetCaldXdYMax (Double_t dCaldXdYMax) |
void | SetCalCluMulMax (Int_t ival) |
void | SetTRefId (Int_t Id) |
void | SetDutId (Int_t Id) |
void | SetDutSm (Int_t Id) |
void | SetDutRpc (Int_t Id) |
void | SetSelId (Int_t Id) |
void | SetSelSm (Int_t Id) |
void | SetSelRpc (Int_t Id) |
void | SetTRefDifMax (Double_t val) |
void | SetdTRefMax (Double_t val) |
void | PosYMaxScal (Double_t val) |
void | SetTotMax (Double_t val) |
void | SetTotMin (Double_t val) |
void | SetTotMean (Double_t val) |
void | SetDelTofMax (Double_t val) |
void | SetTotPreRange (Double_t val) |
void | SetMaxTimeDist (Double_t val) |
void | SetChannelDeadtime (Double_t val) |
void | SetMemoryTime (Double_t val) |
void | SetYFitMin (Double_t val) |
void | SetSel2Id (Int_t ival) |
void | SetSel2Sm (Int_t ival) |
void | SetSel2Rpc (Int_t ival) |
void | SetSel2MulMax (Int_t Id) |
void | SetOutHstFileName (TString OutHstFileName) |
void | SetCalParFileName (TString CalParFileName) |
void | SetEnableMatchPosScaling (Bool_t bval) |
void | SetEnableAvWalk (Bool_t bval) |
void | SetPs2Ns (Bool_t bval) |
void | SetTimePeriod (Double_t dval) |
void | SetCorMode (Int_t ival) |
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) |
virtual Double_t | TimeInPeriod (Double_t dTime) |
Static Public Member Functions | |
static CbmTofCosmicClusterizer * | Instance () |
Private Member Functions | |
CbmTofCosmicClusterizer (const CbmTofCosmicClusterizer &) | |
Copy constructor. More... | |
CbmTofCosmicClusterizer & | operator= (const CbmTofCosmicClusterizer &) |
Copy operator. More... | |
Bool_t | RegisterInputs () |
Recover pointer on input TClonesArray: TofPoints, TofDigis... More... | |
Bool_t | RegisterOutputs () |
Create and register output TClonesArray of Tof Hits. More... | |
Bool_t | InitParameters () |
Initialize other parameters not included in parameter classes. More... | |
Bool_t | InitCalibParameter () |
Initialize other parameters not included in parameter classes. More... | |
Bool_t | LoadGeometry () |
Load the geometry: for now just resizing the Digis temporary vectors. More... | |
Bool_t | DeleteGeometry () |
Delete the geometry related arrays: for now just clearing the Digis temporary vectors. More... | |
Bool_t | CreateHistos () |
Bool_t | FillHistos () |
Bool_t | WriteHistos () |
Bool_t | DeleteHistos () |
Bool_t | BuildClusters () |
Build clusters out of ToF Digis and store the resulting info in a TofHit. More... | |
Bool_t | MergeClusters () |
ClassDef (CbmTofCosmicClusterizer, 1) | |
Private Attributes | |
CbmTofGeoHandler * | fGeoHandler |
CbmTofDetectorId * | fTofId |
CbmTofDigiPar * | fDigiPar |
CbmTofCell * | fChannelInfo |
CbmTofDigiBdfPar * | fDigiBdfPar |
TTrbHeader * | fTrbHeader |
TClonesArray * | fTofPointsColl |
TClonesArray * | fMcTracksColl |
TClonesArray * | fTofDigisColl |
Bool_t | fbWriteHitsInOut |
Bool_t | fbWriteDigisInOut |
TClonesArray * | fTofCalDigisColl |
TClonesArray * | fTofHitsColl |
TClonesArray * | fTofDigiMatchColl |
Int_t | fiNbHits |
Int_t | fVerbose |
std::vector< std::vector< std::vector< std::vector< CbmTofDigi * > > > > | fStorDigiExp |
std::vector< std::vector< std::vector< std::vector< Int_t > > > > | fStorDigiInd |
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 |
TH1 * | fhClustBuildTime |
TH1 * | fhHitsPerTracks |
TH1 * | fhPtsPerHit |
TH1 * | fhTimeResSingHits |
TH2 * | fhTimeResSingHitsB |
TH2 * | fhTimePtVsHits |
TH1 * | fhClusterSize |
TH2 * | fhClusterSizeType |
TH1 * | fhTrackMul |
TH2 * | fhClusterSizeMulti |
TH2 * | fhTrk1MulPos |
TH2 * | fhHiTrkMulPos |
TH2 * | fhAllTrkMulPos |
TH2 * | fhMultiTrkProbPos |
TH1 * | fhDigSpacDifClust |
TH1 * | fhDigTimeDifClust |
TH2 * | fhDigDistClust |
TH2 * | fhClustSizeDifX |
TH2 * | fhClustSizeDifY |
TH2 * | fhChDifDifX |
TH2 * | fhChDifDifY |
TH2 * | fhCluMulCorDutSel |
std::vector< TH2 * > | fhRpcDigiCor |
std::vector< TH1 * > | fhRpcCluMul |
std::vector< TH1 * > | fhRpcCluRate |
std::vector< TH2 * > | fhRpcCluPosition |
std::vector< TProfile * > | fhRpcCluPositionEvol |
std::vector< TProfile * > | fhRpcCluTimeEvol |
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< TH3 * > > | fhTRpcCluWalk2 |
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 |
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 |
Int_t | fiNbSameSide |
TH1 * | fhNbSameSide |
TH1 * | fhNbDigiPerChan |
TTimeStamp | fStart |
TTimeStamp | fStop |
Double_t | dTRef |
Double_t | fdTRefMax |
Int_t | fCalMode |
Int_t | fCalSel |
Int_t | fCalSmAddr |
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 | fSel2Id |
Int_t | fSel2Sm |
Int_t | fSel2Rpc |
Int_t | fSel2Addr |
Int_t | fSel2MulMax |
std::map< UInt_t, UInt_t > | fDetIdIndexMap |
std::vector< Int_t > | fviDetId |
std::vector< Int_t > | vDigiIndRef |
Double_t | fPosYMaxScal |
Double_t | fTRefDifMax |
Double_t | fTotMax |
Double_t | fTotMin |
Double_t | fTotOff |
Double_t | fTotMean |
Double_t | fdDelTofMax |
Double_t | fTotPreRange |
Double_t | fMaxTimeDist |
Double_t | fdChannelDeadtime |
Double_t | fdMemoryTime |
Double_t | fdYFitMin |
Double_t | fdTimePeriod |
Int_t | fiCorMode |
Bool_t | fEnableMatchPosScaling |
Bool_t | fEnableAvWalk |
Bool_t | fbPs2Ns |
TString | fCalParFileName |
TString | fOutHstFileName |
TFile * | fCalParFile |
Int_t | fiNevtBuild |
Int_t | fiMsgCnt |
Double_t | fdTOTMax |
Double_t | fdTOTMin |
Double_t | fdTTotMean |
Double_t | fdMaxTimeDist |
Double_t | fdMaxSpaceDist |
Double_t | fdEvent |
Static Private Attributes | |
static CbmTofCosmicClusterizer * | fInstance = 0 |
Friends | |
class | CbmTofAnaTestbeam |
Definition at line 50 of file CbmTofCosmicClusterizer.h.
CbmTofCosmicClusterizer::CbmTofCosmicClusterizer | ( | ) |
CbmTofCosmicClusterizer::CbmTofCosmicClusterizer | ( | const char * | name, |
Int_t | verbose = 1 , |
||
Bool_t | writeDataInOut = kTRUE |
||
) |
|
virtual |
Destructor.
Definition at line 234 of file CbmTofCosmicClusterizer.cxx.
References fGeoHandler, and fInstance.
|
private |
Copy constructor.
|
virtual |
Definition at line 6422 of file CbmTofCosmicClusterizer.cxx.
References CbmMatch::AddLink(), fChannelInfo, fDigiBdfPar, fDigiPar, fdMaxSpaceDist, fdMaxTimeDist, fdMemoryTime, fhNbDigiPerChan, fiNbHits, fStorDigiExp, fStorDigiInd, fTofCalDigisColl, 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(), i, kTof, LH_store(), CbmTofDetectorId::SetDetectorInfo(), and vDigiIndRef.
Referenced by BuildClusters().
|
private |
Build clusters out of ToF Digis and store the resulting info in a TofHit.
Definition at line 4727 of file CbmTofCosmicClusterizer.cxx.
References CbmMatch::AddLink(), AddNextChan(), dDoubleMax, fbPs2Ns, fChannelInfo, fdChannelDeadtime, fdEvent, fDigiBdfPar, fDigiPar, fdMaxSpaceDist, fdMaxTimeDist, fdMemoryTime, fdTimePeriod, fdTOTMax, fdTOTMin, fhDigDistClust, fhDigSpacDifClust, fhDigTimeDifClust, fhNbDigiPerChan, fhRpcDigiCor, fiCorMode, fiMsgCnt, fiNbHits, fiNbSameSide, fiNevtBuild, fPosYMaxScal, fStorDigiExp, fStorDigiInd, fTofCalDigisColl, fTofDigiMatchColl, fTofDigisColl, fTofHitsColl, fTofId, fTRefHits, fvCPTOff, fvCPTotGain, fvCPTotOff, fvCPWalk, fvdX, fvdY, fviClusterMul, fviClusterSize, CbmHit::GetAddress(), CbmTofDigi::GetAddress(), CbmTofDigiPar::GetCell(), CbmTofDigi::GetChannel(), CbmTofDigiBdfPar::GetChanOrient(), CbmTofDigiBdfPar::GetChanType(), CbmTofDigiBdfPar::GetDetInd(), CbmLink::GetIndex(), CbmMatch::GetLink(), CbmTofDigiBdfPar::GetNbChan(), CbmTofDigiBdfPar::GetNbDet(), CbmTofDigiBdfPar::GetNbRpc(), CbmTofDigiBdfPar::GetNbSm(), CbmTofDigiBdfPar::GetNbSmTypes(), CbmMatch::GetNofLinks(), CbmTofDigi::GetRpc(), CbmTofDigi::GetSide(), CbmTofDigiBdfPar::GetSigVel(), CbmTofCell::GetSizex(), CbmTofCell::GetSizey(), CbmTofDigi::GetSm(), CbmHit::GetTime(), CbmTofDigi::GetTime(), CbmTofDigi::GetTot(), CbmTofDigi::GetType(), CbmTofAddress::GetUniqueAddress(), CbmTofCell::GetX(), CbmTofCell::GetY(), CbmTofCell::GetZ(), i, iMess, kTof, LH_store(), nbClWalkBinX, CbmTofDigi::SetAddress(), CbmTofDetectorId::SetDetectorInfo(), CbmTofDigi::SetTime(), CbmTofDigi::SetTot(), TimeInPeriod(), CbmTofDigi::ToString(), CbmTofDigiBdfPar::UseExpandedDigi(), and vDigiIndRef.
Referenced by Exec().
|
virtual |
Definition at line 6309 of file CbmTofCosmicClusterizer.cxx.
References fdEvent, fDigiBdfPar, fTofId, fvLastHits, CbmStsAddress::GetAddress(), CbmTofDigiBdfPar::GetNbChan(), CbmTofDigiBdfPar::GetNbRpc(), CbmTofDigiBdfPar::GetNbSm(), CbmTofDigiBdfPar::GetNbSmTypes(), kTof, and CbmTofDetectorId::SetDetectorInfo().
|
private |
|
virtual |
Definition at line 6365 of file CbmTofCosmicClusterizer.cxx.
References fdEvent, fDigiBdfPar, fTofId, fvLastHits, CbmStsAddress::GetAddress(), CbmTofDigiBdfPar::GetNbChan(), CbmTofDigiBdfPar::GetNbRpc(), CbmTofDigiBdfPar::GetNbSm(), CbmTofDigiBdfPar::GetNbSmTypes(), kTof, and CbmTofDetectorId::SetDetectorInfo().
Referenced by Finish().
|
private |
Definition at line 906 of file CbmTofCosmicClusterizer.cxx.
References CbmTofDigiBdfPar::ClustUseTrackId(), dXdYMax, fChannelInfo, fdDelTofMax, fDetIdIndexMap, fDigiBdfPar, fDigiPar, fdTOTMax, fdTOTMin, fDutId, fDutRpc, fDutSm, fhAllTrkMulPos, fhChDifDifX, fhChDifDifY, fhCluMulCorDutSel, fhClustBuildTime, fhClusterSize, fhClusterSizeMulti, fhClusterSizeType, fhClustSizeDifX, fhClustSizeDifY, fhDigDistClust, fhDigSpacDifClust, fhDigTimeDifClust, fhHiTrkMulPos, fhHitsPerTracks, fhMultiTrkProbPos, fhNbDigiPerChan, fhNbSameSide, fhPtsPerHit, fhRpcCluAvLnWalk, fhRpcCluAvWalk, fhRpcCluDelMatPos, fhRpcCluDelMatTOff, fhRpcCluDelPos, fhRpcCluDelTOff, fhRpcCluMul, fhRpcCluPosition, fhRpcCluPositionEvol, fhRpcCluRate, fhRpcCluSize, fhRpcCluTimeEvol, fhRpcCluTOff, fhRpcCluTot, fhRpcCluTrms, fhRpcCluWalk, fhRpcDigiCor, fhRpcDTLastHits, fhRpcDTLastHits_CluSize, fhRpcDTLastHits_Tot, fhSeldT, fhSmCluFpar, fhSmCluPosition, fhSmCluSvel, fhSmCluTOff, fhTimePtVsHits, fhTimeResSingHits, fhTimeResSingHitsB, fhTrackMul, fhTrk1MulPos, fhTRpcCluAvWalk, fhTRpcCluDelTof, fhTRpcCludXdY, fhTRpcCluMemMulDTLastHits, fhTRpcCluMul, fhTRpcCluPosition, fhTRpcCluSize, fhTRpcCluSizeDTLastHits, fhTRpcCluTOff, fhTRpcCluTOffDTLastHits, fhTRpcCluTot, fhTRpcCluTotDTLastHits, fhTRpcCluWalk, fhTRpcCluWalk2, fhTSmCluPosition, fhTSmCluTOff, fhTSmCluTRun, fPosYMaxScal, fSelId, fSelRpc, fSelSm, 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 Init().
|
private |
Delete the geometry related arrays: for now just clearing the Digis temporary vectors.
Definition at line 881 of file CbmTofCosmicClusterizer.cxx.
References fDigiBdfPar, fStorDigiExp, fStorDigiInd, CbmTofDigiBdfPar::GetNbRpc(), CbmTofDigiBdfPar::GetNbSm(), CbmTofDigiBdfPar::GetNbSmTypes(), and CbmTofDigiBdfPar::UseExpandedDigi().
|
private |
Definition at line 4693 of file CbmTofCosmicClusterizer.cxx.
References CbmTofDigiBdfPar::ClustUseTrackId(), fDigiBdfPar, fhAllTrkMulPos, fhChDifDifX, fhChDifDifY, fhClustBuildTime, fhClusterSize, fhClusterSizeMulti, fhClusterSizeType, fhClustSizeDifX, fhClustSizeDifY, fhDigDistClust, fhDigSpacDifClust, fhDigTimeDifClust, fhHiTrkMulPos, fhHitsPerTracks, fhMultiTrkProbPos, fhNbDigiPerChan, fhNbSameSide, fhPtsPerHit, fhTimePtVsHits, fhTimeResSingHits, fhTimeResSingHitsB, fhTrackMul, and fhTrk1MulPos.
|
virtual |
Inherited from FairTask.
Definition at line 289 of file CbmTofCosmicClusterizer.cxx.
References BuildClusters(), fdEvent, FillHistos(), fiNbHits, fStart, fStop, fTofCalDigisColl, fTofDigiMatchColl, fTofHitsColl, and MergeClusters().
|
private |
Definition at line 1987 of file CbmTofCosmicClusterizer.cxx.
References cLight, dDoubleMax, DetMask, dTRef, fChannelInfo, fdCaldXdYMax, fdDelTofMax, fDetIdIndexMap, fdEvent, fDigiBdfPar, fDigiPar, fdMemoryTime, fDutAddr, fDutId, fDutRpc, fDutSm, fEnableMatchPosScaling, fhChDifDifX, fhChDifDifY, fhCluMulCorDutSel, fhClustBuildTime, fhClusterSize, fhClusterSizeType, fhClustSizeDifX, fhClustSizeDifY, fhNbSameSide, fhRpcCluAvLnWalk, fhRpcCluAvWalk, fhRpcCluDelMatPos, fhRpcCluDelMatTOff, fhRpcCluDelPos, fhRpcCluDelTOff, fhRpcCluMul, fhRpcCluPosition, fhRpcCluPositionEvol, fhRpcCluRate, fhRpcCluSize, fhRpcCluTimeEvol, 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, fhTRpcCluWalk2, fhTSmCluPosition, fhTSmCluTOff, fhTSmCluTRun, fiCluMulMax, fiNbSameSide, fiNevtBuild, fPosYMaxScal, fSel2Addr, fSel2Id, fSel2MulMax, fSelAddr, fSelId, fSelRpc, fSelSm, fStart, fStop, fTofCalDigisColl, fTofDigiMatchColl, fTofHitsColl, fTrbHeader, fTRefHits, fTRefMode, fvCPDelTof, fvdDifCh, fvdDifX, fvdDifY, fvdX, fvdY, fviClusterMul, fviClusterSize, fviDetId, fviTrkMul, fvLastHits, CbmStsAddress::GetAddress(), CbmHit::GetAddress(), CbmTofDigiPar::GetCell(), CbmTofDigi::GetChannel(), CbmTofAddress::GetChannelId(), CbmLink::GetIndex(), CbmMatch::GetLink(), CbmTofDigiBdfPar::GetNbChan(), CbmTofDigiBdfPar::GetNbDet(), CbmTofDigiBdfPar::GetNbRpc(), CbmTofDigiBdfPar::GetNbSmTypes(), CbmMatch::GetNofLinks(), CbmTofAddress::GetRpcId(), CbmTofDigi::GetSide(), CbmTofDigiBdfPar::GetSigVel(), CbmTofCell::GetSizey(), CbmTofAddress::GetSmId(), CbmTofAddress::GetSmType(), CbmHit::GetTime(), CbmTofDigi::GetTime(), CbmTofDigi::GetTot(), TTrbHeader::GetTriggerPattern(), CbmTofDigi::GetType(), CbmTofCell::GetX(), CbmPixelHit::GetX(), CbmTofCell::GetY(), CbmPixelHit::GetY(), CbmTofCell::GetZ(), CbmHit::GetZ(), iIndexDut, iNSel, ModMask, nbClDelTofBinX, pRef, CbmHit::SetTimeError(), and StartAnalysisTime.
Referenced by Exec().
|
virtual |
Inherited from FairTask.
Definition at line 316 of file CbmTofCosmicClusterizer.cxx.
References CleanLHMemory(), fdMemoryTime, and WriteHistos().
|
virtual |
Definition at line 323 of file CbmTofCosmicClusterizer.cxx.
References SetCalMode(), and WriteHistos().
|
virtual |
Definition at line 6252 of file CbmTofCosmicClusterizer.cxx.
Referenced by fit_ybox(), and WriteHistos().
|
virtual |
Definition at line 6258 of file CbmTofCosmicClusterizer.cxx.
References fit_ybox().
|
virtual |
Definition at line 6263 of file CbmTofCosmicClusterizer.cxx.
References f1_xboxe(), and i.
|
virtual |
Inherited from FairTask.
Definition at line 242 of file CbmTofCosmicClusterizer.cxx.
References CreateHistos(), fDigiBdfPar, fDutAddr, fDutId, fDutRpc, fDutSm, fSel2Addr, fSel2Id, fSel2Rpc, fSel2Sm, fSelAddr, fSelId, fSelRpc, fSelSm, CbmTofDigiBdfPar::GetDetInd(), CbmTofAddress::GetUniqueAddress(), iIndexDut, InitCalibParameter(), InitParameters(), iNSel, LoadGeometry(), RegisterInputs(), and RegisterOutputs().
|
private |
Initialize other parameters not included in parameter classes.
Definition at line 463 of file CbmTofCosmicClusterizer.cxx.
References fCalMode, fCalParFile, fCalParFileName, fDigiBdfPar, fdTTotMean, fTotMean, fvCPDelTof, fvCPTOff, fvCPTotGain, fvCPTotOff, fvCPWalk, CbmTofDigiBdfPar::GetChanType(), CbmTofDigiBdfPar::GetNbChan(), CbmTofDigiBdfPar::GetNbRpc(), CbmTofDigiBdfPar::GetNbSm(), CbmTofDigiBdfPar::GetNbSmTypes(), CbmTofDigiBdfPar::GetSigVel(), iNSel, nbClDelTofBinX, nbClWalkBinX, and CbmTofDigiBdfPar::SetSigVel().
Referenced by Init().
|
private |
Initialize other parameters not included in parameter classes.
Definition at line 400 of file CbmTofCosmicClusterizer.cxx.
References fDigiBdfPar, fDigiPar, fdMaxSpaceDist, fdMaxTimeDist, fGeoHandler, fiCluMulMax, fMaxTimeDist, fOutHstFileName, fSel2Id, fSel2MulMax, fSel2Rpc, fSel2Sm, fTofId, CbmTofDigiBdfPar::GetMaxDistAlongCh(), CbmTofDigiBdfPar::GetMaxTimeDist(), CbmTofDigiPar::GetNrOfModules(), CbmTofDigiBdfPar::GetSignalSpeed(), CbmTofGeoHandler::Init(), and k14a.
Referenced by Init().
|
inlinestatic |
Definition at line 55 of file CbmTofCosmicClusterizer.h.
References fInstance.
|
virtual |
Definition at line 6612 of file CbmTofCosmicClusterizer.cxx.
References fdEvent, fvLastHits, CbmHit::GetAddress(), and CbmHit::GetTime().
Referenced by AddNextChan(), and BuildClusters().
|
private |
Load the geometry: for now just resizing the Digis temporary vectors.
Definition at line 755 of file CbmTofCosmicClusterizer.cxx.
References fChannelInfo, fDigiBdfPar, fDigiPar, fGeoHandler, fStorDigiExp, fStorDigiInd, fvdDifCh, fvdDifX, fvdDifY, fvdX, fvdY, fviClusterMul, fviClusterSize, fviTrkMul, fvLastHits, 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 Init().
|
private |
Definition at line 6087 of file CbmTofCosmicClusterizer.cxx.
References CbmMatch::AddLink(), DetMask, fChannelInfo, fdCaldXdYMax, fDigiBdfPar, fDigiPar, fMaxTimeDist, fTofCalDigisColl, fTofDigiMatchColl, fTofHitsColl, CbmHit::GetAddress(), CbmTofDigiPar::GetCell(), CbmTofAddress::GetChannelId(), CbmLink::GetIndex(), CbmMatch::GetLink(), CbmTofDigiBdfPar::GetNbRpc(), CbmMatch::GetNofLinks(), CbmTofAddress::GetRpcId(), CbmTofAddress::GetSmId(), CbmTofAddress::GetSmType(), CbmHit::GetTime(), CbmTofDigi::GetTot(), CbmPixelHit::GetX(), CbmPixelHit::GetY(), CbmHit::SetTime(), CbmPixelHit::SetX(), and CbmPixelHit::SetY().
Referenced by Exec().
|
private |
Copy operator.
|
inline |
Definition at line 128 of file CbmTofCosmicClusterizer.h.
References fPosYMaxScal.
|
private |
Recover pointer on input TClonesArray: TofPoints, TofDigis...
Definition at line 330 of file CbmTofCosmicClusterizer.cxx.
References fTofDigisColl, and fTrbHeader.
Referenced by Init().
|
private |
Create and register output TClonesArray of Tof Hits.
Definition at line 381 of file CbmTofCosmicClusterizer.cxx.
References fbWriteDigisInOut, fbWriteHitsInOut, fTofCalDigisColl, fTofDigiMatchColl, fTofHitsColl, and rootMgr.
Referenced by Init().
|
inline |
Definition at line 118 of file CbmTofCosmicClusterizer.h.
References fiCluMulMax.
|
inline |
Definition at line 115 of file CbmTofCosmicClusterizer.h.
References fdCaldXdYMax.
|
inline |
Definition at line 94 of file CbmTofCosmicClusterizer.h.
References fCalMode.
Referenced by Finish().
|
inline |
Definition at line 146 of file CbmTofCosmicClusterizer.h.
References fCalParFileName.
|
inline |
Definition at line 100 of file CbmTofCosmicClusterizer.h.
References fCalSmAddr, and CbmTofAddress::GetUniqueAddress().
|
inline |
Definition at line 95 of file CbmTofCosmicClusterizer.h.
References fCalSel.
|
inline |
Definition at line 99 of file CbmTofCosmicClusterizer.h.
References fCalSmAddr.
|
inline |
Definition at line 96 of file CbmTofCosmicClusterizer.h.
References fCalSmAddr, and CbmTofAddress::GetUniqueAddress().
|
inline |
Definition at line 135 of file CbmTofCosmicClusterizer.h.
References fdChannelDeadtime.
|
inline |
Definition at line 156 of file CbmTofCosmicClusterizer.h.
References fiCorMode.
|
inline |
Definition at line 132 of file CbmTofCosmicClusterizer.h.
References fdDelTofMax.
|
inline |
Definition at line 127 of file CbmTofCosmicClusterizer.h.
References fdTRefMax.
|
inline |
Definition at line 120 of file CbmTofCosmicClusterizer.h.
References fDutId.
|
inline |
Definition at line 122 of file CbmTofCosmicClusterizer.h.
References fDutRpc.
|
inline |
Definition at line 121 of file CbmTofCosmicClusterizer.h.
References fDutSm.
|
inline |
Definition at line 153 of file CbmTofCosmicClusterizer.h.
References fEnableAvWalk.
|
inline |
Definition at line 150 of file CbmTofCosmicClusterizer.h.
References fEnableMatchPosScaling.
|
inline |
Definition at line 134 of file CbmTofCosmicClusterizer.h.
References fMaxTimeDist.
|
inline |
Definition at line 136 of file CbmTofCosmicClusterizer.h.
References fdMemoryTime.
|
inline |
Definition at line 143 of file CbmTofCosmicClusterizer.h.
References fOutHstFileName.
|
virtual |
Inherited from FairTask.
Definition at line 274 of file CbmTofCosmicClusterizer.cxx.
References fDigiBdfPar, fDigiPar, and CbmTofDigiPar::GetNrOfModules().
|
inline |
Definition at line 154 of file CbmTofCosmicClusterizer.h.
References fbPs2Ns.
|
inline |
Definition at line 138 of file CbmTofCosmicClusterizer.h.
References fSel2Id.
|
inline |
Definition at line 141 of file CbmTofCosmicClusterizer.h.
References fSel2MulMax.
|
inline |
Definition at line 140 of file CbmTofCosmicClusterizer.h.
References fSel2Rpc.
|
inline |
Definition at line 139 of file CbmTofCosmicClusterizer.h.
References fSel2Sm.
|
inline |
Definition at line 123 of file CbmTofCosmicClusterizer.h.
References fSelId.
|
inline |
Definition at line 125 of file CbmTofCosmicClusterizer.h.
References fSelRpc.
|
inline |
Definition at line 124 of file CbmTofCosmicClusterizer.h.
References fSelSm.
|
inline |
Definition at line 155 of file CbmTofCosmicClusterizer.h.
References fdTimePeriod.
|
inline |
Definition at line 129 of file CbmTofCosmicClusterizer.h.
References fTotMax.
|
inline |
Definition at line 131 of file CbmTofCosmicClusterizer.h.
References fTotMean.
|
inline |
Definition at line 130 of file CbmTofCosmicClusterizer.h.
References fTotMin.
|
inline |
Definition at line 133 of file CbmTofCosmicClusterizer.h.
References fTotPreRange.
|
inline |
Definition at line 126 of file CbmTofCosmicClusterizer.h.
References fTRefDifMax.
|
inline |
Definition at line 119 of file CbmTofCosmicClusterizer.h.
References fTRefMode.
|
inline |
Definition at line 137 of file CbmTofCosmicClusterizer.h.
References fdYFitMin.
|
virtual |
Definition at line 6682 of file CbmTofCosmicClusterizer.cxx.
References fdTimePeriod.
Referenced by BuildClusters().
|
private |
Definition at line 3032 of file CbmTofCosmicClusterizer.cxx.
References CbmTofDigiBdfPar::ClustUseTrackId(), fCalMode, fCalSel, fCalSmAddr, fChannelInfo, fDigiBdfPar, fDigiPar, fdTTotMean, fdYFitMin, fEnableAvWalk, fhRpcCluAvWalk, fhRpcCluDelMatPos, fhRpcCluDelMatTOff, fhRpcCluDelPos, fhRpcCluDelTOff, fhRpcCluMul, fhRpcCluPosition, fhRpcCluTOff, fhRpcCluTot, fhRpcCluWalk, fhSmCluFpar, fhSmCluPosition, fhSmCluSvel, fhSmCluTOff, fhTRpcCluAvWalk, fhTRpcCluDelTof, fhTRpcCluMul, fhTRpcCluTOff, fhTRpcCluTot, fhTRpcCluWalk, fhTSmCluPosition, fhTSmCluTOff, PairAnalysisStyler::Fill, fit_ybox(), fOutHstFileName, fPosYMaxScal, fSel2Addr, fTofId, fTotPreRange, fTRefMode, fvCPDelTof, fvCPTOff, fvCPTotGain, fvCPTotOff, fvCPWalk, CbmTofDigiPar::GetCell(), CbmTofDigiBdfPar::GetDetUId(), CbmTofDigiBdfPar::GetNbChan(), CbmTofDigiBdfPar::GetNbDet(), CbmTofDigiBdfPar::GetNbRpc(), CbmTofDigiBdfPar::GetNbSmTypes(), CbmTofAddress::GetRpcId(), CbmTofDigiBdfPar::GetSigVel(), CbmTofCell::GetSizey(), CbmTofAddress::GetSmId(), CbmTofAddress::GetSmType(), i, iNSel, iNWalkSmooth, kTof, ModMask, nbClDelTofBinX, nbClWalkBinX, nbClWalkBinY, CbmTofDetectorId::SetDetectorInfo(), and WalkNHmin.
Referenced by Finish().
|
friend |
Definition at line 52 of file CbmTofCosmicClusterizer.h.
|
private |
Definition at line 375 of file CbmTofCosmicClusterizer.h.
Referenced by FillHistos().
|
private |
Definition at line 419 of file CbmTofCosmicClusterizer.h.
Referenced by BuildClusters(), and SetPs2Ns().
|
private |
Definition at line 242 of file CbmTofCosmicClusterizer.h.
Referenced by RegisterOutputs().
|
private |
Definition at line 241 of file CbmTofCosmicClusterizer.h.
Referenced by RegisterOutputs().
|
private |
Definition at line 377 of file CbmTofCosmicClusterizer.h.
Referenced by InitCalibParameter(), SetCalMode(), and WriteHistos().
|
private |
Definition at line 424 of file CbmTofCosmicClusterizer.h.
Referenced by InitCalibParameter().
|
private |
Definition at line 421 of file CbmTofCosmicClusterizer.h.
Referenced by InitCalibParameter(), and SetCalParFileName().
|
private |
Definition at line 378 of file CbmTofCosmicClusterizer.h.
Referenced by SetCalSel(), and WriteHistos().
|
private |
Definition at line 379 of file CbmTofCosmicClusterizer.h.
Referenced by SetCalRpc(), SetCalSmAddr(), SetCalSmType(), and WriteHistos().
|
private |
Definition at line 230 of file CbmTofCosmicClusterizer.h.
Referenced by AddNextChan(), BuildClusters(), CreateHistos(), FillHistos(), LoadGeometry(), MergeClusters(), and WriteHistos().
|
private |
Definition at line 380 of file CbmTofCosmicClusterizer.h.
Referenced by FillHistos(), MergeClusters(), and SetCaldXdYMax().
|
private |
Definition at line 411 of file CbmTofCosmicClusterizer.h.
Referenced by BuildClusters(), and SetChannelDeadtime().
|
private |
Definition at line 408 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), and SetDelTofMax().
|
private |
Definition at line 398 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and FillHistos().
|
private |
Definition at line 439 of file CbmTofCosmicClusterizer.h.
Referenced by BuildClusters(), CheckLHMemory(), CleanLHMemory(), Exec(), FillHistos(), and LH_store().
|
private |
Definition at line 231 of file CbmTofCosmicClusterizer.h.
Referenced by AddNextChan(), BuildClusters(), CheckLHMemory(), CleanLHMemory(), CreateHistos(), DeleteGeometry(), DeleteHistos(), FillHistos(), Init(), InitCalibParameter(), InitParameters(), LoadGeometry(), MergeClusters(), SetParContainers(), and WriteHistos().
|
private |
Definition at line 229 of file CbmTofCosmicClusterizer.h.
Referenced by AddNextChan(), BuildClusters(), CreateHistos(), FillHistos(), InitParameters(), LoadGeometry(), MergeClusters(), SetParContainers(), and WriteHistos().
|
private |
Definition at line 437 of file CbmTofCosmicClusterizer.h.
Referenced by AddNextChan(), BuildClusters(), and InitParameters().
|
private |
Definition at line 435 of file CbmTofCosmicClusterizer.h.
Referenced by AddNextChan(), BuildClusters(), and InitParameters().
|
private |
Definition at line 412 of file CbmTofCosmicClusterizer.h.
Referenced by AddNextChan(), BuildClusters(), FillHistos(), Finish(), and SetMemoryTime().
|
private |
Definition at line 414 of file CbmTofCosmicClusterizer.h.
Referenced by BuildClusters(), SetTimePeriod(), and TimeInPeriod().
|
private |
Definition at line 430 of file CbmTofCosmicClusterizer.h.
Referenced by BuildClusters(), and CreateHistos().
|
private |
Definition at line 431 of file CbmTofCosmicClusterizer.h.
Referenced by BuildClusters(), and CreateHistos().
|
private |
Definition at line 376 of file CbmTofCosmicClusterizer.h.
Referenced by SetdTRefMax().
|
private |
Definition at line 432 of file CbmTofCosmicClusterizer.h.
Referenced by InitCalibParameter(), and WriteHistos().
|
private |
Definition at line 387 of file CbmTofCosmicClusterizer.h.
Referenced by FillHistos(), and Init().
|
private |
Definition at line 384 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), Init(), and SetDutId().
|
private |
Definition at line 386 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), Init(), and SetDutRpc().
|
private |
Definition at line 385 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), Init(), and SetDutSm().
|
private |
Definition at line 413 of file CbmTofCosmicClusterizer.h.
Referenced by SetYFitMin(), and WriteHistos().
|
private |
Definition at line 418 of file CbmTofCosmicClusterizer.h.
Referenced by SetEnableAvWalk(), and WriteHistos().
|
private |
Definition at line 417 of file CbmTofCosmicClusterizer.h.
Referenced by FillHistos(), and SetEnableMatchPosScaling().
|
private |
Definition at line 227 of file CbmTofCosmicClusterizer.h.
Referenced by InitParameters(), LoadGeometry(), and ~CbmTofCosmicClusterizer().
|
private |
Definition at line 292 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and DeleteHistos().
|
private |
Definition at line 299 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), and FillHistos().
|
private |
Definition at line 300 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), and FillHistos().
|
private |
Definition at line 301 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and FillHistos().
|
private |
Definition at line 280 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), and FillHistos().
|
private |
Definition at line 286 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), and FillHistos().
|
private |
Definition at line 289 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and DeleteHistos().
|
private |
Definition at line 287 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), and FillHistos().
|
private |
Definition at line 297 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), and FillHistos().
|
private |
Definition at line 298 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), and FillHistos().
|
private |
Definition at line 296 of file CbmTofCosmicClusterizer.h.
Referenced by BuildClusters(), CreateHistos(), and DeleteHistos().
|
private |
Definition at line 294 of file CbmTofCosmicClusterizer.h.
Referenced by BuildClusters(), CreateHistos(), and DeleteHistos().
|
private |
Definition at line 295 of file CbmTofCosmicClusterizer.h.
Referenced by BuildClusters(), CreateHistos(), and DeleteHistos().
|
private |
Definition at line 291 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and DeleteHistos().
|
private |
Definition at line 281 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and DeleteHistos().
|
private |
Definition at line 293 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and DeleteHistos().
|
private |
Definition at line 368 of file CbmTofCosmicClusterizer.h.
Referenced by AddNextChan(), BuildClusters(), CreateHistos(), and DeleteHistos().
|
private |
Definition at line 367 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), and FillHistos().
|
private |
Definition at line 282 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and DeleteHistos().
|
private |
Definition at line 318 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and FillHistos().
|
private |
Definition at line 317 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 310 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 313 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 309 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 312 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 304 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 306 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 307 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and FillHistos().
|
private |
Definition at line 305 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and FillHistos().
|
private |
Definition at line 316 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and FillHistos().
|
private |
Definition at line 308 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and FillHistos().
|
private |
Definition at line 311 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 315 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 314 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and FillHistos().
|
private |
Definition at line 320 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 303 of file CbmTofCosmicClusterizer.h.
Referenced by BuildClusters(), and CreateHistos().
|
private |
Definition at line 325 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and FillHistos().
|
private |
Definition at line 327 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and FillHistos().
|
private |
Definition at line 326 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and FillHistos().
|
private |
Definition at line 349 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and FillHistos().
|
private |
Definition at line 324 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and WriteHistos().
|
private |
Definition at line 321 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 323 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and WriteHistos().
|
private |
Definition at line 322 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 285 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and DeleteHistos().
|
private |
Definition at line 283 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and DeleteHistos().
|
private |
Definition at line 284 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and DeleteHistos().
|
private |
Definition at line 288 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and DeleteHistos().
|
private |
Definition at line 290 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and DeleteHistos().
|
private |
Definition at line 334 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 335 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 336 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and FillHistos().
|
private |
Definition at line 347 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and FillHistos().
|
private |
Definition at line 329 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 330 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and FillHistos().
|
private |
Definition at line 333 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and FillHistos().
|
private |
Definition at line 346 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and FillHistos().
|
private |
Definition at line 331 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 344 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and FillHistos().
|
private |
Definition at line 332 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 345 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and FillHistos().
|
private |
Definition at line 338 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 339 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and FillHistos().
|
private |
Definition at line 341 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 342 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 343 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and FillHistos().
|
private |
Definition at line 381 of file CbmTofCosmicClusterizer.h.
Referenced by FillHistos(), InitParameters(), and SetCalCluMulMax().
|
private |
Definition at line 415 of file CbmTofCosmicClusterizer.h.
Referenced by BuildClusters(), and SetCorMode().
|
private |
Definition at line 428 of file CbmTofCosmicClusterizer.h.
Referenced by BuildClusters().
|
private |
Definition at line 246 of file CbmTofCosmicClusterizer.h.
Referenced by AddNextChan(), BuildClusters(), and Exec().
|
private |
Definition at line 366 of file CbmTofCosmicClusterizer.h.
Referenced by BuildClusters(), and FillHistos().
|
private |
Definition at line 427 of file CbmTofCosmicClusterizer.h.
Referenced by BuildClusters(), and FillHistos().
|
staticprivate |
Definition at line 178 of file CbmTofCosmicClusterizer.h.
Referenced by CbmTofCosmicClusterizer(), Instance(), and ~CbmTofCosmicClusterizer().
|
private |
Definition at line 410 of file CbmTofCosmicClusterizer.h.
Referenced by InitParameters(), MergeClusters(), and SetMaxTimeDist().
|
private |
Definition at line 237 of file CbmTofCosmicClusterizer.h.
|
private |
Definition at line 423 of file CbmTofCosmicClusterizer.h.
Referenced by InitParameters(), SetOutHstFileName(), and WriteHistos().
|
private |
Definition at line 402 of file CbmTofCosmicClusterizer.h.
Referenced by BuildClusters(), CreateHistos(), FillHistos(), PosYMaxScal(), and WriteHistos().
|
private |
Definition at line 395 of file CbmTofCosmicClusterizer.h.
Referenced by FillHistos(), Init(), and WriteHistos().
|
private |
Definition at line 392 of file CbmTofCosmicClusterizer.h.
Referenced by FillHistos(), Init(), InitParameters(), and SetSel2Id().
|
private |
Definition at line 396 of file CbmTofCosmicClusterizer.h.
Referenced by FillHistos(), InitParameters(), and SetSel2MulMax().
|
private |
Definition at line 394 of file CbmTofCosmicClusterizer.h.
Referenced by Init(), InitParameters(), and SetSel2Rpc().
|
private |
Definition at line 393 of file CbmTofCosmicClusterizer.h.
Referenced by Init(), InitParameters(), and SetSel2Sm().
|
private |
Definition at line 391 of file CbmTofCosmicClusterizer.h.
Referenced by FillHistos(), and Init().
|
private |
Definition at line 388 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), Init(), and SetSelId().
|
private |
Definition at line 390 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), Init(), and SetSelRpc().
|
private |
Definition at line 389 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), FillHistos(), Init(), and SetSelSm().
|
private |
Definition at line 371 of file CbmTofCosmicClusterizer.h.
Referenced by Exec(), and FillHistos().
|
private |
Definition at line 372 of file CbmTofCosmicClusterizer.h.
Referenced by Exec(), and FillHistos().
|
private |
Definition at line 253 of file CbmTofCosmicClusterizer.h.
Referenced by AddNextChan(), BuildClusters(), DeleteGeometry(), and LoadGeometry().
|
private |
Definition at line 255 of file CbmTofCosmicClusterizer.h.
Referenced by AddNextChan(), BuildClusters(), DeleteGeometry(), and LoadGeometry().
|
private |
Definition at line 243 of file CbmTofCosmicClusterizer.h.
Referenced by AddNextChan(), BuildClusters(), Exec(), FillHistos(), MergeClusters(), and RegisterOutputs().
|
private |
Definition at line 245 of file CbmTofCosmicClusterizer.h.
Referenced by BuildClusters(), Exec(), FillHistos(), MergeClusters(), and RegisterOutputs().
|
private |
Definition at line 238 of file CbmTofCosmicClusterizer.h.
Referenced by BuildClusters(), and RegisterInputs().
|
private |
Definition at line 244 of file CbmTofCosmicClusterizer.h.
Referenced by BuildClusters(), Exec(), FillHistos(), MergeClusters(), and RegisterOutputs().
|
private |
Definition at line 228 of file CbmTofCosmicClusterizer.h.
Referenced by AddNextChan(), BuildClusters(), CheckLHMemory(), CleanLHMemory(), InitParameters(), and WriteHistos().
|
private |
Definition at line 236 of file CbmTofCosmicClusterizer.h.
|
private |
Definition at line 404 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and SetTotMax().
|
private |
Definition at line 407 of file CbmTofCosmicClusterizer.h.
Referenced by InitCalibParameter(), and SetTotMean().
|
private |
Definition at line 405 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and SetTotMin().
|
private |
Definition at line 406 of file CbmTofCosmicClusterizer.h.
|
private |
Definition at line 409 of file CbmTofCosmicClusterizer.h.
Referenced by SetTotPreRange(), and WriteHistos().
|
private |
Definition at line 233 of file CbmTofCosmicClusterizer.h.
Referenced by FillHistos(), and RegisterInputs().
|
private |
Definition at line 403 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and SetTRefDifMax().
|
private |
Definition at line 383 of file CbmTofCosmicClusterizer.h.
Referenced by BuildClusters(), and FillHistos().
|
private |
Definition at line 382 of file CbmTofCosmicClusterizer.h.
Referenced by FillHistos(), SetTRefId(), and WriteHistos().
|
private |
Definition at line 352 of file CbmTofCosmicClusterizer.h.
Referenced by FillHistos(), InitCalibParameter(), and WriteHistos().
|
private |
Definition at line 354 of file CbmTofCosmicClusterizer.h.
Referenced by BuildClusters(), InitCalibParameter(), and WriteHistos().
|
private |
Definition at line 356 of file CbmTofCosmicClusterizer.h.
Referenced by BuildClusters(), InitCalibParameter(), and WriteHistos().
|
private |
Definition at line 358 of file CbmTofCosmicClusterizer.h.
Referenced by BuildClusters(), InitCalibParameter(), and WriteHistos().
|
private |
Definition at line 360 of file CbmTofCosmicClusterizer.h.
Referenced by BuildClusters(), InitCalibParameter(), and WriteHistos().
|
private |
Definition at line 277 of file CbmTofCosmicClusterizer.h.
Referenced by FillHistos(), and LoadGeometry().
|
private |
Definition at line 273 of file CbmTofCosmicClusterizer.h.
Referenced by FillHistos(), and LoadGeometry().
|
private |
Definition at line 275 of file CbmTofCosmicClusterizer.h.
Referenced by FillHistos(), and LoadGeometry().
|
private |
Definition at line 269 of file CbmTofCosmicClusterizer.h.
Referenced by BuildClusters(), FillHistos(), and LoadGeometry().
|
private |
Definition at line 271 of file CbmTofCosmicClusterizer.h.
Referenced by BuildClusters(), FillHistos(), and LoadGeometry().
|
private |
Definition at line 249 of file CbmTofCosmicClusterizer.h.
|
private |
Definition at line 263 of file CbmTofCosmicClusterizer.h.
Referenced by AddNextChan(), BuildClusters(), FillHistos(), and LoadGeometry().
|
private |
Definition at line 265 of file CbmTofCosmicClusterizer.h.
Referenced by BuildClusters(), FillHistos(), and LoadGeometry().
|
private |
Definition at line 399 of file CbmTofCosmicClusterizer.h.
Referenced by CreateHistos(), and FillHistos().
|
private |
Definition at line 267 of file CbmTofCosmicClusterizer.h.
Referenced by FillHistos(), and LoadGeometry().
|
private |
Definition at line 363 of file CbmTofCosmicClusterizer.h.
Referenced by CheckLHMemory(), CleanLHMemory(), FillHistos(), LH_store(), and LoadGeometry().
|
private |
Definition at line 400 of file CbmTofCosmicClusterizer.h.
Referenced by AddNextChan(), and BuildClusters().