CbmRoot
|
Simple Cluster building and hit producing for CBM ToF using Digis as input. More...
#include <CbmTofSimpClusterizer.h>
Public Member Functions | |
CbmTofSimpClusterizer () | |
Constructor. | |
CbmTofSimpClusterizer (const char *name, Int_t verbose=1) | |
Constructor. | |
virtual | ~CbmTofSimpClusterizer () |
Destructor. | |
virtual InitStatus | Init () |
Inherited from FairTask. | |
virtual void | SetParContainers () |
Inherited from FairTask. | |
virtual void | Exec (Option_t *option) |
Inherited from FairTask. | |
virtual void | Finish () |
Inherited from FairTask. | |
void | SetCalMode (Int_t iMode) |
void | SetCalTrg (Int_t iTrg) |
void | SetCalSmType (Int_t iCalSmType) |
void | SetCaldXdYMax (Double_t dCaldXdYMax) |
void | SetTRefId (Int_t Id) |
void | SetTRefDifMax (Double_t TRefMax) |
void | SetdTRefMax (Double_t dTRefMax) |
void | PosYMaxScal (Double_t PosYmaxScal) |
void | SetTotMax (Double_t TOTMax) |
void | SetTotMin (Double_t TOTMin) |
void | SetOutTimeFactor (Double_t val) |
void | SetCalParFileName (TString CalParFileName) |
Bool_t | SetHistoFileName (TString sFilenameIn="./tofSimpClust.hst.root") |
void | UseMcTrackMonitoring (Bool_t bMcTrkMonitor=kTRUE) |
Private Member Functions | |
CbmTofSimpClusterizer (const CbmTofSimpClusterizer &) | |
Copy constructor. | |
CbmTofSimpClusterizer & | operator= (const CbmTofSimpClusterizer &) |
Copy operator. | |
Bool_t | RegisterInputs () |
Recover pointer on input TClonesArray: TofPoints, TofDigis... | |
Bool_t | RegisterOutputs () |
Create and register output TClonesArray of Tof Hits. | |
Bool_t | InitParameters () |
Initialize other parameters not included in parameter classes. | |
Bool_t | InitCalibParameter () |
Initialize other parameters not included in parameter classes. | |
Bool_t | LoadGeometry () |
Load the geometry: for now just resizing the Digis temporary vectors. | |
Bool_t | DeleteGeometry () |
Delete the geometry related arrays: for now just clearing the Digis temporary vectors. | |
Bool_t | CreateHistos () |
Bool_t | FillHistos () |
Bool_t | WriteHistos () |
Bool_t | DeleteHistos () |
std::pair< Int_t, Int_t > | BuildClusters (CbmEvent *event) |
Build clusters out of ToF Digis and store the resulting info in a TofHit. | |
void | GetEventInfo (Int_t &inputNr, Int_t &eventNr, Double_t &eventTime) |
Retrieve event info from run manager to properly fill the CbmLink objects. | |
ClassDef (CbmTofSimpClusterizer, 2) | |
Private Attributes | |
CbmTofGeoHandler * | fGeoHandler |
CbmTofDetectorId * | fTofId |
CbmTofDigiPar * | fDigiPar |
CbmTofCell * | fChannelInfo |
CbmTofDigiBdfPar * | fDigiBdfPar |
Double_t | fdParFeeTimeRes |
Double_t | fdParSystTimeRes |
TClonesArray * | fTofPointsColl |
TClonesArray * | fMcTracksColl |
CbmDigiManager * | fDigiMan |
TClonesArray * | fEvents = nullptr |
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 |
TString | fsHistoOutFilename |
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 |
std::vector< TH2 * > | fhRpcDigiCor |
std::vector< TH1 * > | fhRpcCluMul |
std::vector< TH1 * > | fhRpcSigPropSpeed |
std::vector< TH2 * > | fhRpcCluPosition |
std::vector< TH2 * > | fhRpcCluTOff |
std::vector< TH2 * > | fhRpcCluTrms |
std::vector< TH2 * > | fhRpcCluTot |
std::vector< TH2 * > | fhRpcCluSize |
std::vector< TH2 * > | fhRpcCluAvWalk |
std::vector< std::vector< std::vector< TH2 * > > > | fhRpcCluWalk |
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< TH1 * > | fhTrgdT |
std::vector< std::vector< Double_t > > | fvCPSigPropSpeed |
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< std::vector< Double_t > > > > > | fvCPWalk |
Int_t | fiNbSameSide |
TH1 * | fhNbSameSide |
TH1 * | fhNbDigiPerChan |
TTimeStamp | fStart |
TTimeStamp | fStop |
TStopwatch | fTimer |
ROOT timer. | |
Int_t | fiNofTs = 0 |
Number of processed timeslices. | |
Int_t | fiNofEvents |
Total number of events processed. | |
Double_t | fNofDigisAll = 0 |
Total number of TOF digis in input. | |
Double_t | fNofDigisUsed = 0 |
Total number of Tof Digis processed. | |
Double_t | fdNofHitsTot |
Total number of hits produced. | |
Double_t | fdTimeTot |
Total execution time. | |
Double_t | dTRef |
Double_t | fdTRefMax |
Int_t | fCalMode |
Int_t | fCalTrg |
Int_t | fCalSmType |
Double_t | fdCaldXdYMax |
Int_t | fTRefMode |
Int_t | fTRefHits |
Double_t | fPosYMaxScal |
Double_t | fTRefDifMax |
Double_t | fTotMax |
Double_t | fTotMin |
Double_t | fOutTimeFactor |
TString | fCalParFileName |
TFile * | fCalParFile |
Bool_t | fbMcTrkMonitor |
Simple Cluster building and hit producing for CBM ToF using Digis as input.
Definition at line 47 of file CbmTofSimpClusterizer.h.
CbmTofSimpClusterizer::CbmTofSimpClusterizer | ( | ) |
Constructor.
Definition at line 92 of file CbmTofSimpClusterizer.cxx.
CbmTofSimpClusterizer::CbmTofSimpClusterizer | ( | const char * | name, |
Int_t | verbose = 1 ) |
Constructor.
Definition at line 193 of file CbmTofSimpClusterizer.cxx.
|
virtual |
|
private |
Copy constructor.
|
private |
Build clusters out of ToF Digis and store the resulting info in a TofHit.
Go to Top volume of the geometry in the GeoManager to make sure our nodes are found
Comment the full Block as not used anymore
Definition at line 1106 of file CbmTofSimpClusterizer.cxx.
References CbmMatch::AddLink(), CbmTofDigiBdfPar::ClustUseTrackId(), fChannelInfo, fDigiBdfPar, fDigiMan, fDigiPar, fdParFeeTimeRes, fdParSystTimeRes, fGeoHandler, fhDigDistClust, fhDigSpacDifClust, fhDigTimeDifClust, fhNbDigiPerChan, fiNbHits, fiNbSameSide, fOutTimeFactor, fStorDigiExp, fStorDigiInd, fTofHitsColl, fTofId, fTofPointsColl, fvCPSigPropSpeed, fvCPTOff, fvCPTotGain, fvCPWalk, fvdX, fvdY, fviClusterMul, fviClusterSize, fviTrkMul, CbmDigiManager::Get(), CbmTofDigiPar::GetCell(), CbmTofDigi::GetChannel(), CbmTofDigiBdfPar::GetChanOrient(), CbmTofDigiBdfPar::GetChanType(), GetEventInfo(), CbmTofDigiBdfPar::GetGapSize(), CbmTofGeoHandler::GetGeoVersion(), CbmTofDigiBdfPar::GetMaxDistAlongCh(), CbmTofDigiBdfPar::GetMaxTimeDist(), CbmTofDigiBdfPar::GetNbChan(), CbmTofDigiBdfPar::GetNbGaps(), CbmTofDigiBdfPar::GetNbRpc(), CbmTofDigiBdfPar::GetNbSm(), CbmTofDigiBdfPar::GetNbSmTypes(), CbmDigiManager::GetNofDigis(), CbmTofDigi::GetRpc(), CbmTofDigi::GetSide(), CbmTofCell::GetSizex(), CbmTofCell::GetSizey(), CbmTofDigi::GetSm(), CbmTofDigi::GetTime(), CbmTofDigi::GetTot(), CbmTofDigi::GetType(), CbmTofAddress::GetUniqueAddress(), CbmTofCell::GetX(), CbmTofCell::GetY(), CbmTofCell::GetZ(), k14a, kTof, kTofDigi, kTofHit, nbClWalkBinX, CbmTofDetectorId::SetDetectorInfo(), CbmTofDigi::SetTime(), CbmTofDigi::SetTot(), size(), TOTMax, TOTMin, CbmTofDigiBdfPar::UseExpandedDigi(), vDigiIndRef, and vPtsRef.
Referenced by Exec().
|
private |
|
private |
Definition at line 814 of file CbmTofSimpClusterizer.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, fhTrk1MulPos, and CbmTofDigiBdfPar::GetNbSmTypes().
Referenced by Init().
|
private |
Delete the geometry related arrays: for now just clearing the Digis temporary vectors.
Definition at line 791 of file CbmTofSimpClusterizer.cxx.
References fDigiBdfPar, fStorDigiExp, fStorDigiInd, CbmTofDigiBdfPar::GetNbRpc(), CbmTofDigiBdfPar::GetNbSm(), CbmTofDigiBdfPar::GetNbSmTypes(), and CbmTofDigiBdfPar::UseExpandedDigi().
|
private |
Definition at line 1071 of file CbmTofSimpClusterizer.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.
Referenced by Finish().
|
virtual |
Inherited from FairTask.
Definition at line 338 of file CbmTofSimpClusterizer.cxx.
References BuildClusters(), fdNofHitsTot, fdTimeTot, fEvents, FillHistos(), fiNbHits, fiNofEvents, fiNofTs, fNofDigisAll, fNofDigisUsed, fStart, fStop, fTimer, fTofDigiMatchColl, fTofHitsColl, CbmDigiManager::GetNofDigis(), and kTof.
|
private |
Definition at line 926 of file CbmTofSimpClusterizer.cxx.
References CbmTofDigiBdfPar::ClustUseTrackId(), fbMcTrkMonitor, fDigiBdfPar, fhAllTrkMulPos, fhChDifDifX, fhChDifDifY, fhClustBuildTime, fhClusterSize, fhClusterSizeMulti, fhClusterSizeType, fhClustSizeDifX, fhClustSizeDifY, fhHiTrkMulPos, fhHitsPerTracks, fhNbSameSide, fhPtsPerHit, fhTrackMul, fhTrk1MulPos, fiNbSameSide, fMcTracksColl, fStart, fStop, fTofHitsColl, fvdDifCh, fvdDifX, fvdDifY, fvdX, fvdY, fviClusterSize, fviTrkMul, CbmTofHit::GetFlag(), CbmMCTrack::GetMotherId(), CbmTofDigiBdfPar::GetNbRpc(), CbmTofDigiBdfPar::GetNbSmTypes(), CbmMCTrack::GetNPoints(), and kTof.
Referenced by Exec().
|
virtual |
Inherited from FairTask.
Definition at line 404 of file CbmTofSimpClusterizer.cxx.
References DeleteHistos(), fdNofHitsTot, fdTimeTot, fEvents, fiNofEvents, fiNofTs, fNofDigisAll, fNofDigisUsed, and WriteHistos().
|
private |
Retrieve event info from run manager to properly fill the CbmLink objects.
Definition at line 1884 of file CbmTofSimpClusterizer.cxx.
Referenced by BuildClusters().
|
virtual |
Inherited from FairTask.
Definition at line 303 of file CbmTofSimpClusterizer.cxx.
References CreateHistos(), fDigiMan, CbmDigiManager::Init(), InitCalibParameter(), InitParameters(), CbmDigiManager::Instance(), LoadGeometry(), RegisterInputs(), and RegisterOutputs().
|
private |
Initialize other parameters not included in parameter classes.
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 541 of file CbmTofSimpClusterizer.cxx.
References fCalMode, fCalParFile, fCalParFileName, fDigiBdfPar, fvCPDelTof, fvCPSigPropSpeed, fvCPTOff, fvCPTotGain, fvCPWalk, CbmTofDigiBdfPar::GetChanType(), CbmTofDigiBdfPar::GetNbChan(), CbmTofDigiBdfPar::GetNbRpc(), CbmTofDigiBdfPar::GetNbSm(), CbmTofDigiBdfPar::GetNbSmTypes(), CbmTofDigiBdfPar::GetSignalSpeed(), CbmTofDigiBdfPar::GetSigVel(), iNTrg, nbClDelTofBinX, nbClWalkBinX, and TTotMean.
Referenced by Init().
|
private |
Initialize other parameters not included in parameter classes.
Definition at line 489 of file CbmTofSimpClusterizer.cxx.
References fDigiBdfPar, fDigiPar, fdParFeeTimeRes, fdParSystTimeRes, fGeoHandler, fTofId, CbmTofDigiBdfPar::GetFeeTimeRes(), CbmTofGeoHandler::GetGeoVersion(), CbmTofCreateDigiPar::Init(), CbmTofGeoHandler::Init(), k12b, k14a, and k21a.
Referenced by Init().
|
private |
Load the geometry: for now just resizing the Digis temporary vectors.
Definition at line 719 of file CbmTofSimpClusterizer.cxx.
References CbmTofGeoHandler::CheckGeometryVersion(), fChannelInfo, fDigiBdfPar, fDigiPar, fGeoHandler, fStorDigiExp, fStorDigiInd, fvdDifCh, fvdDifX, fvdDifY, fvdX, fvdY, fviClusterMul, fviClusterSize, fviTrkMul, CbmTofDigiPar::GetCell(), CbmTofGeoHandler::GetCell(), CbmTofDigiPar::GetCellId(), CbmTofGeoHandler::GetCounter(), CbmTofGeoHandler::GetGeoVersion(), CbmTofDigiBdfPar::GetNbChan(), CbmTofDigiBdfPar::GetNbRpc(), CbmTofDigiBdfPar::GetNbSm(), CbmTofDigiBdfPar::GetNbSmTypes(), CbmTofDigiPar::GetNrOfModules(), CbmTofCell::GetSizex(), CbmTofCell::GetSizey(), CbmTofGeoHandler::GetSModule(), CbmTofGeoHandler::GetSMType(), CbmTofCell::GetX(), CbmTofCell::GetY(), CbmTofCell::GetZ(), CbmTofDigiBdfPar::UseExpandedDigi(), x, and y.
Referenced by Init().
|
private |
Copy operator.
|
inline |
Definition at line 90 of file CbmTofSimpClusterizer.h.
References fPosYMaxScal.
|
private |
Recover pointer on input TClonesArray: TofPoints, TofDigis...
VF: The task should run without MC input fTofPointsColl = (TClonesArray *) fManager->GetObject("TofPoint"); if( NULL == fTofPointsColl) { LOG(error)<<"CbmTofSimpClusterizer::RegisterInputs => Could not get the TofPoint TClonesArray!!!"; return kFALSE; } // if( NULL == fTofPointsColl)
Definition at line 431 of file CbmTofSimpClusterizer.cxx.
References fDigiMan, fEvents, fMcTracksColl, fTofPointsColl, CbmDigiManager::IsPresent(), and kTof.
Referenced by Init().
|
private |
Create and register output TClonesArray of Tof Hits.
Definition at line 475 of file CbmTofSimpClusterizer.cxx.
References fTofDigiMatchColl, fTofHitsColl, and rootMgr.
Referenced by Init().
|
inline |
Definition at line 86 of file CbmTofSimpClusterizer.h.
References fdCaldXdYMax.
|
inline |
Definition at line 83 of file CbmTofSimpClusterizer.h.
References fCalMode.
|
inline |
Definition at line 95 of file CbmTofSimpClusterizer.h.
References fCalParFileName.
|
inline |
Definition at line 85 of file CbmTofSimpClusterizer.h.
References fCalSmType.
|
inline |
Definition at line 84 of file CbmTofSimpClusterizer.h.
References fCalTrg.
|
inline |
Definition at line 89 of file CbmTofSimpClusterizer.h.
References fdTRefMax.
Bool_t CbmTofSimpClusterizer::SetHistoFileName | ( | TString | sFilenameIn = "./tofSimpClust.hst.root" | ) |
Definition at line 1066 of file CbmTofSimpClusterizer.cxx.
References fsHistoOutFilename.
|
inline |
Definition at line 93 of file CbmTofSimpClusterizer.h.
References fOutTimeFactor.
|
virtual |
Inherited from FairTask.
Definition at line 323 of file CbmTofSimpClusterizer.cxx.
References fDigiBdfPar, fDigiPar, and CbmTofDigiPar::GetNrOfModules().
|
inline |
Definition at line 91 of file CbmTofSimpClusterizer.h.
|
inline |
Definition at line 92 of file CbmTofSimpClusterizer.h.
|
inline |
Definition at line 88 of file CbmTofSimpClusterizer.h.
References fTRefDifMax.
|
inline |
Definition at line 87 of file CbmTofSimpClusterizer.h.
References fTRefMode.
|
inline |
Definition at line 98 of file CbmTofSimpClusterizer.h.
References fbMcTrkMonitor.
|
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 1009 of file CbmTofSimpClusterizer.cxx.
References CbmTofDigiBdfPar::ClustUseTrackId(), fDigiBdfPar, fhAllTrkMulPos, fhChDifDifX, fhChDifDifY, fhClustBuildTime, fhClusterSize, fhClusterSizeMulti, fhClusterSizeType, fhClustSizeDifX, fhClustSizeDifY, fhDigDistClust, fhDigSpacDifClust, fhDigTimeDifClust, fhHiTrkMulPos, fhHitsPerTracks, fHist, fhMultiTrkProbPos, fhNbDigiPerChan, fhNbSameSide, fhPtsPerHit, fhTimePtVsHits, fhTimeResSingHits, fhTimeResSingHitsB, fhTrackMul, fhTrk1MulPos, and fsHistoOutFilename.
Referenced by Finish().
|
private |
Definition at line 268 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 285 of file CbmTofSimpClusterizer.h.
Referenced by FillHistos(), and UseMcTrackMonitoring().
|
private |
Definition at line 270 of file CbmTofSimpClusterizer.h.
Referenced by InitCalibParameter(), and SetCalMode().
|
private |
Definition at line 283 of file CbmTofSimpClusterizer.h.
Referenced by InitCalibParameter().
|
private |
Definition at line 282 of file CbmTofSimpClusterizer.h.
Referenced by InitCalibParameter(), and SetCalParFileName().
|
private |
Definition at line 272 of file CbmTofSimpClusterizer.h.
Referenced by SetCalSmType().
|
private |
Definition at line 271 of file CbmTofSimpClusterizer.h.
Referenced by SetCalTrg().
|
private |
Definition at line 157 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), and LoadGeometry().
|
private |
Definition at line 273 of file CbmTofSimpClusterizer.h.
Referenced by SetCaldXdYMax().
|
private |
Definition at line 158 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), CreateHistos(), DeleteGeometry(), DeleteHistos(), FillHistos(), InitCalibParameter(), InitParameters(), LoadGeometry(), SetParContainers(), and WriteHistos().
|
private |
Definition at line 165 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), Init(), and RegisterInputs().
|
private |
Definition at line 156 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), InitParameters(), LoadGeometry(), and SetParContainers().
|
private |
Total number of hits produced.
Definition at line 264 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 159 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), and InitParameters().
|
private |
Definition at line 160 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), and InitParameters().
|
private |
Total execution time.
Definition at line 265 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 269 of file CbmTofSimpClusterizer.h.
Referenced by SetdTRefMax().
|
private |
Definition at line 166 of file CbmTofSimpClusterizer.h.
Referenced by Exec(), Finish(), and RegisterInputs().
|
private |
Definition at line 154 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), InitParameters(), LoadGeometry(), and ~CbmTofSimpClusterizer().
|
private |
Definition at line 209 of file CbmTofSimpClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 216 of file CbmTofSimpClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 217 of file CbmTofSimpClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 197 of file CbmTofSimpClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 203 of file CbmTofSimpClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 206 of file CbmTofSimpClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 204 of file CbmTofSimpClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 214 of file CbmTofSimpClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 215 of file CbmTofSimpClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 213 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), CreateHistos(), DeleteHistos(), and WriteHistos().
|
private |
Definition at line 211 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), CreateHistos(), DeleteHistos(), and WriteHistos().
|
private |
Definition at line 212 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), CreateHistos(), DeleteHistos(), and WriteHistos().
|
private |
Definition at line 208 of file CbmTofSimpClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 198 of file CbmTofSimpClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 210 of file CbmTofSimpClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), and WriteHistos().
|
private |
Definition at line 252 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), CreateHistos(), DeleteHistos(), and WriteHistos().
|
private |
Definition at line 251 of file CbmTofSimpClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 199 of file CbmTofSimpClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 227 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 220 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 222 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 226 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 223 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 225 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 224 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 228 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 219 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 221 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 202 of file CbmTofSimpClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), and WriteHistos().
|
private |
Definition at line 200 of file CbmTofSimpClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), and WriteHistos().
|
private |
Definition at line 201 of file CbmTofSimpClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), and WriteHistos().
|
private |
Definition at line 205 of file CbmTofSimpClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 240 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 207 of file CbmTofSimpClusterizer.h.
Referenced by CreateHistos(), DeleteHistos(), FillHistos(), and WriteHistos().
|
private |
Definition at line 235 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 236 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 237 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 230 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 231 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 234 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 232 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 233 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 238 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 171 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), and Exec().
|
private |
Definition at line 250 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), and FillHistos().
|
private |
Total number of events processed.
Definition at line 261 of file CbmTofSimpClusterizer.h.
|
private |
Number of processed timeslices.
Definition at line 260 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 164 of file CbmTofSimpClusterizer.h.
Referenced by FillHistos(), and RegisterInputs().
|
private |
Total number of TOF digis in input.
Definition at line 262 of file CbmTofSimpClusterizer.h.
|
private |
Total number of Tof Digis processed.
Definition at line 263 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 280 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), and SetOutTimeFactor().
|
private |
Definition at line 276 of file CbmTofSimpClusterizer.h.
Referenced by PosYMaxScal().
|
private |
Definition at line 195 of file CbmTofSimpClusterizer.h.
Referenced by SetHistoFileName(), and WriteHistos().
|
private |
Definition at line 255 of file CbmTofSimpClusterizer.h.
Referenced by Exec(), and FillHistos().
|
private |
Definition at line 256 of file CbmTofSimpClusterizer.h.
Referenced by Exec(), and FillHistos().
|
private |
Definition at line 177 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), DeleteGeometry(), and LoadGeometry().
|
private |
Definition at line 178 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), DeleteGeometry(), and LoadGeometry().
|
private |
|
private |
Definition at line 170 of file CbmTofSimpClusterizer.h.
Referenced by Exec(), and RegisterOutputs().
|
private |
Definition at line 169 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), Exec(), FillHistos(), and RegisterOutputs().
|
private |
Definition at line 155 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), and InitParameters().
|
private |
Definition at line 163 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), and RegisterInputs().
|
private |
Definition at line 278 of file CbmTofSimpClusterizer.h.
Referenced by SetTotMax().
|
private |
Definition at line 279 of file CbmTofSimpClusterizer.h.
Referenced by SetTotMin().
|
private |
Definition at line 277 of file CbmTofSimpClusterizer.h.
Referenced by SetTRefDifMax().
|
private |
Definition at line 275 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 274 of file CbmTofSimpClusterizer.h.
Referenced by SetTRefId().
|
private |
Definition at line 243 of file CbmTofSimpClusterizer.h.
Referenced by InitCalibParameter().
|
private |
Definition at line 242 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), and InitCalibParameter().
|
private |
Definition at line 244 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), and InitCalibParameter().
|
private |
Definition at line 245 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), and InitCalibParameter().
|
private |
Definition at line 247 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), and InitCalibParameter().
|
private |
Definition at line 192 of file CbmTofSimpClusterizer.h.
Referenced by FillHistos(), and LoadGeometry().
|
private |
Definition at line 190 of file CbmTofSimpClusterizer.h.
Referenced by FillHistos(), and LoadGeometry().
|
private |
Definition at line 191 of file CbmTofSimpClusterizer.h.
Referenced by FillHistos(), and LoadGeometry().
|
private |
Definition at line 188 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), FillHistos(), and LoadGeometry().
|
private |
Definition at line 189 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), FillHistos(), and LoadGeometry().
|
private |
Definition at line 174 of file CbmTofSimpClusterizer.h.
|
private |
Definition at line 185 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), and LoadGeometry().
|
private |
Definition at line 186 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), FillHistos(), and LoadGeometry().
|
private |
Definition at line 187 of file CbmTofSimpClusterizer.h.
Referenced by BuildClusters(), FillHistos(), and LoadGeometry().