#include "CbmTofHitFinderQa.h"
#include "CbmTofAddress.h"
#include "CbmTofCell.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 "CbmMCTrack.h"
#include "CbmMatch.h"
#include "FairMCEventHeader.h"
#include "FairRootManager.h"
#include "FairRunAna.h"
#include "FairRuntimeDb.h"
#include <Logger.h>
#include "TClonesArray.h"
#include "TFile.h"
#include "TH1.h"
#include "TH2.h"
#include "TH3.h"
#include "TMath.h"
#include "TProfile2D.h"
#include "TROOT.h"
#include "TRandom.h"
#include "TString.h"
#include "Riostream.h"
Go to the source code of this file.
|
const Int_t | kiNbPart = 13 |
|
const TString | ksPartTag [kiNbPart] = {"others", "ep", "em", "pip", "pim", "kp", "km", "p", "pbar", "d", "t", "he", "a"} |
|
const Int_t | kiPartPdgCode [kiNbPart] |
|
const TString | ksPartName [kiNbPart] |
|
const Int_t | kiMinNbStsPntAcc = 3 |
|
◆ ClassImp()
◆ kiMinNbStsPntAcc
const Int_t kiMinNbStsPntAcc = 3 |
◆ kiNbPart
const Int_t kiNbPart = 13 |
◆ kiPartPdgCode
Initial value:= {0, 11, -11, 211, -211, 321, -321,
2212, -2212, 1000010020, 1000010030, 1000020030, 1000020040}
Definition at line 56 of file CbmTofHitFinderQa.cxx.
◆ ksPartName
Initial value:= {"any other part.", "e+", "e-", "#pi+", "#pi-", "k+", "k-", "p",
"anti-p", "d", "t", "he", "#alpha"}
Definition at line 58 of file CbmTofHitFinderQa.cxx.
◆ ksPartTag
const TString ksPartTag[kiNbPart] = {"others", "ep", "em", "pip", "pim", "kp", "km", "p", "pbar", "d", "t", "he", "a"} |