25 n =
"tof_lst_hit_time";
26 t =
"Time of last TOF hit in track;t [ns];Counts";
30 t =
"Speed of tracks (all);#beta;Counts";
35 t =
"DCA to the origin of the selected tracks;dca [cm];Counts";
39 t =
"DCA to the origin of the selected tracks;dca_{x} [cm];dca_{y} [cm];Counts";
42 n =
"dca_projectionX";
43 t =
"DCA to the origin of the selected tracks;dca_{x} [cm];Counts";
46 n =
"dca_projectionY";
47 t =
"DCA to the origin of the selected tracks;dca_{y} [cm];Counts";
50 n =
"lambda_cand_mass";
51 t =
"Mass of lambda candidate;m [GeV/^{2}];Counts";
61 LOG(info) <<
"V0FinderQa: writing histograms to file: " << fileName;
62 TFile fileOut(fileName,
"RECREATE");
A simple QA for the V0 finder class (runs together with the finder task)
T * MakeQaObject(TString sName, TString sTitle, Args... args)
void WriteToFile(TFile *pOutFile) const
Writes objects into file.
A simple QA for the V0 finder.
TH1D * fph_tof_lst_hit_time
Time of tof hits, used for track momentum estimation.
TH1D * fph_dca
Track DCA to origin.
TH1D * fph_dca_projectionX
Track DCA to origin (x-component)
TH2D * fph_dca2D
Track DCA to origin (2D)
TH1D * fph_dca_projectionY
Track DCA to origin (y-component)
void WriteHistograms(const TString &)
Writes histograms into file.
TH1D * fph_beta_all
Beta of tracks.
TH1D * fph_lambda_cand_mass
Mass of lambda candidates.
void InitHistograms()
Initializes histograms.