CbmRoot
CbmTofEventClusterizer.cxx File Reference
#include "CbmTofEventClusterizer.h"
#include "CbmDigiManager.h"
#include "CbmEvent.h"
#include "CbmMatch.h"
#include "CbmTofAddress.h"
#include "CbmTofCell.h"
#include "CbmTofCreateDigiPar.h"
#include "CbmTofDetectorId_v12b.h"
#include "CbmTofDetectorId_v14a.h"
#include "CbmTofDigi.h"
#include "CbmTofDigiBdfPar.h"
#include "CbmTofDigiPar.h"
#include "CbmTofGeoHandler.h"
#include "CbmTofHit.h"
#include "CbmTofPoint.h"
#include "CbmVertex.h"
#include "TTrbHeader.h"
#include "CbmMCTrack.h"
#include "FairEventHeader.h"
#include "FairLogger.h"
#include "FairRootFileSink.h"
#include "FairRootManager.h"
#include "FairRunAna.h"
#include "FairRuntimeDb.h"
#include "TClonesArray.h"
#include "TDirectory.h"
#include "TF1.h"
#include "TF2.h"
#include "TGeoManager.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 "TVector3.h"
#include "CbmTofClusterizersDef.h"
#include <vector>
Include dependency graph for CbmTofEventClusterizer.cxx:

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 Double_t StartAnalysisTime = 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
 
const Double_t fdSpillDuration = 4.
 
const Double_t fdSpillBreak = 0.9
 
static Bool_t bAddBeamCounterSideDigi = kTRUE
 

Detailed Description

Author
nh
Date
13.07.2018 adopted from

Definition in file CbmTofEventClusterizer.cxx.

Function Documentation

◆ f1_xboxe()

static Double_t f1_xboxe ( double *  x,
double *  par 
)
static

Definition at line 5840 of file CbmTofEventClusterizer.cxx.

References x.

Referenced by CbmTofEventClusterizer::fit_ybox().

Variable Documentation

◆ bAddBeamCounterSideDigi

Bool_t bAddBeamCounterSideDigi = kTRUE
static

Definition at line 80 of file CbmTofEventClusterizer.cxx.

Referenced by CbmTofEventClusterizer::BuildClusters().

◆ dTLEvt

Double_t dTLEvt = 0.
static

Definition at line 73 of file CbmTofEventClusterizer.cxx.

Referenced by CbmTofEventClusterizer::FillHistos().

◆ fdSpillBreak

const Double_t fdSpillBreak = 0.9

Definition at line 78 of file CbmTofEventClusterizer.cxx.

Referenced by CbmTofEventClusterizer::FillHistos().

◆ fdSpillDuration

const Double_t fdSpillDuration = 4.

◆ fdStartAna10s

Double_t fdStartAna10s = 0.
static

◆ iIndexDut

Int_t iIndexDut = 0
static

◆ iNbTs

Int_t iNbTs = 0
static

Definition at line 75 of file CbmTofEventClusterizer.cxx.

Referenced by CbmTofEventClusterizer::Exec().

◆ iNSpill

Int_t iNSpill = 0
static

Definition at line 74 of file CbmTofEventClusterizer.cxx.

Referenced by CbmTofEventClusterizer::FillHistos().

◆ SelMask

◆ StartAnalysisTime

Double_t StartAnalysisTime = 0.
static

Definition at line 69 of file CbmTofEventClusterizer.cxx.

Referenced by CbmTofEventClusterizer::FillHistos().