CbmRoot
|
#include "CbmTofEventClusterizer.h"
#include "CbmBmonDigi.h"
#include "CbmDigiManager.h"
#include "CbmEvent.h"
#include "CbmMatch.h"
#include "CbmTimeSlice.h"
#include "CbmTofAddress.h"
#include "CbmTofCalibrator.h"
#include "CbmTofCell.h"
#include "CbmTofCreateDigiPar.h"
#include "CbmTofDetectorId_v12b.h"
#include "CbmTofDetectorId_v14a.h"
#include "CbmTofDetectorId_v21a.h"
#include "CbmTofDigi.h"
#include "CbmTofDigiBdfPar.h"
#include "CbmTofDigiPar.h"
#include "CbmTofGeoHandler.h"
#include "CbmTofHit.h"
#include "CbmTofPoint.h"
#include "CbmTsEventHeader.h"
#include "CbmVertex.h"
#include "TTrbHeader.h"
#include "TimesliceMetaData.h"
#include "CbmMCTrack.h"
#include "FairEventHeader.h"
#include "FairRootFileSink.h"
#include "FairRootManager.h"
#include "FairRunAna.h"
#include "FairRuntimeDb.h"
#include <Logger.h>
#include "TClonesArray.h"
#include "TDirectory.h"
#include "TF1.h"
#include "TF2.h"
#include "TFitResult.h"
#include "TFitter.h"
#include "TGeoManager.h"
#include "TGeoPhysicalNode.h"
#include "TH1.h"
#include "TH2.h"
#include "TH3.h"
#include "TLine.h"
#include "TMath.h"
#include "TMinuit.h"
#include "TProfile.h"
#include "TROOT.h"
#include "TRandom.h"
#include "TRandom3.h"
#include "TStopwatch.h"
#include "TVector3.h"
#include "CbmTofClusterizersDef.h"
#include <iomanip>
#include <vector>
Go to the source code of this file.
Functions | |
static Double_t | f1_xboxe (double *x, double *par) |
Variables | |
static Int_t | iIndexDut = 0 |
static Int_t | SelMask = DetMask |
static Double_t | fdStartAna10s = 0. |
static Double_t | dTLEvt = 0. |
static Int_t | iNSpill = 0 |
static Int_t | iNbTs = 0 |
static int | fiHitStart = 0 |
static double | dTsStartTime = 0. |
static double | dTsStartTimeLast = -1. |
const Double_t | fdSpillDuration = 2. |
const Double_t | fdSpillBreak = 0.9 |
const Double_t | dTimeRes = 0.08 |
static Bool_t | bAddBeamCounterSideDigi = kTRUE |
static TRandom3 * | fRndm = new TRandom3() |
std::vector< CbmTofDigi > * | fT0DigiVec |
static int | iLogCal = 0 |
Definition in file CbmTofEventClusterizer.cxx.
|
static |
Definition at line 5272 of file CbmTofEventClusterizer.cxx.
References x.
|
static |
Definition at line 97 of file CbmTofEventClusterizer.cxx.
Referenced by CbmTofEventClusterizer::BuildClusters(), CbmTofHitMaker::BuildClusters(), and CbmTofEventClusterizer::Init().
const Double_t dTimeRes = 0.08 |
Definition at line 95 of file CbmTofEventClusterizer.cxx.
Referenced by CbmTofEventClusterizer::AddNextChan(), and CbmTofEventClusterizer::BuildHits().
|
static |
Definition at line 87 of file CbmTofEventClusterizer.cxx.
|
static |
Definition at line 91 of file CbmTofEventClusterizer.cxx.
Referenced by CbmTofEventClusterizer::AddNextChan(), CbmTofEventClusterizer::BuildClusters(), CbmMcbm2018MonitorTof::DoUnpack(), CbmMcbm2018MonitorTofPulser::DoUnpack(), CbmMcbm2018TofTestFee::DoUnpack(), CbmStar2019MonitorTof::DoUnpack(), CbmStar2019TofFeeThr::DoUnpack(), CbmTofEventClusterizer::ExecEvent(), CbmTofEventClusterizer::FillHistos(), CbmAlgoBuildRawEvents::InitSeedWindow(), CbmMcbm2019TimeWinEventBuilderAlgo::LoopOnSeeds(), CbmAlgoBuildRawEvents::SetTsParameters(), CbmMcbm2019TimeWinEventBuilderAlgo::SetTsParameters(), CbmMcbm2019TimeWinEventBuilderTask::SetTsParameters(), and CbmTaskBuildRawEvents::SetTsParameters().
|
static |
Definition at line 92 of file CbmTofEventClusterizer.cxx.
Referenced by CbmTofEventClusterizer::ExecEvent().
const Double_t fdSpillBreak = 0.9 |
Definition at line 94 of file CbmTofEventClusterizer.cxx.
Referenced by CbmTofEventClusterizer::FillHistos().
const Double_t fdSpillDuration = 2. |
Definition at line 93 of file CbmTofEventClusterizer.cxx.
Referenced by CbmTofEventClusterizer::FillHistos().
|
static |
Definition at line 86 of file CbmTofEventClusterizer.cxx.
Referenced by CbmTofEventClusterizer::FillHistos().
|
static |
Definition at line 90 of file CbmTofEventClusterizer.cxx.
Referenced by CbmTofEventClusterizer::Exec(), CbmTofEventClusterizer::GetHitPointer(), and CbmTofEventClusterizer::GetMatchPointer().
|
static |
Definition at line 98 of file CbmTofEventClusterizer.cxx.
Referenced by CbmTofHitMaker::CalibRawDigis().
std::vector<CbmTofDigi>* fT0DigiVec |
Definition at line 99 of file CbmTofEventClusterizer.cxx.
Referenced by CbmTofEventClusterizer::Exec().
|
static |
Definition at line 83 of file CbmTofEventClusterizer.cxx.
|
static |
Definition at line 6762 of file CbmTofEventClusterizer.cxx.
Referenced by CbmTofEventClusterizer::CalibHits().
|
static |
Definition at line 89 of file CbmTofEventClusterizer.cxx.
|
static |
Definition at line 88 of file CbmTofEventClusterizer.cxx.
Referenced by CbmTofEventClusterizer::FillHistos().
|
static |
Definition at line 85 of file CbmTofEventClusterizer.cxx.