#include <Histograms.h>
Inherits Histograms.
Definition at line 423 of file Histograms.h.
◆ HDelta() [1/3]
HDelta::HDelta |
( |
const TString & |
name | ) |
|
|
inline |
Definition at line 425 of file Histograms.h.
429 hEta_(
new TH1F(
name +
"_DeltaEta",
"#Delta#eta", 100, 0, 6)),
430 hEtaSign_(
new TH1F(
name +
"_DeltaEtaSign",
"#Delta#eta with sign", 100, -6, 6)),
431 hPhi_(
new TH1F(
name +
"_DeltaPhi",
"#Delta#phi", 100, 0, 3.2)),
432 hTheta_(
new TH1F(
name +
"_DeltaTheta",
"#Delta#theta", 100, -3.2, 3.2)),
433 hCotgTheta_(
new TH1F(
name +
"_DeltaCotgTheta",
"#Delta Cotg(#theta )", 100, -3.2, 3.2)),
434 hDeltaR_(
new TH1F(
name +
"_DeltaR",
"#Delta R", 400, 0, 4)) {}
◆ HDelta() [2/3]
HDelta::HDelta |
( |
TFile * |
outputFile, |
|
|
const TString & |
name |
|
) |
| |
|
inline |
Definition at line 436 of file Histograms.h.
440 hEta_(
new TH1F(
name +
"_DeltaEta",
"#Delta#eta", 100, 0, 6)),
441 hEtaSign_(
new TH1F(
name +
"_DeltaEtaSign",
"#Delta#eta with sign", 100, -6, 6)),
442 hPhi_(
new TH1F(
name +
"_DeltaPhi",
"#Delta#phi", 100, 0, 3.2)),
443 hTheta_(
new TH1F(
name +
"_DeltaTheta",
"#Delta#theta", 100, -3.2, 3.2)),
444 hCotgTheta_(
new TH1F(
name +
"_DeltaCotgTheta",
"#Delta Cotg(#theta )", 100, -3.2, 3.2)),
445 hDeltaR_(
new TH1F(
name +
"_DeltaR",
"#DeltaR", 400, 0, 4)) {}
◆ HDelta() [3/3]
HDelta::HDelta |
( |
const TString & |
name, |
|
|
TFile * |
file |
|
) |
| |
|
inline |
◆ ~HDelta()
◆ Clear()
◆ Fill() [1/3]
void HDelta::Fill |
( |
const CLHEP::HepLorentzVector & |
momentum1, |
|
|
const CLHEP::HepLorentzVector & |
momentum2 |
|
) |
| |
|
inlineoverride |
◆ Fill() [2/3]
◆ Fill() [3/3]
◆ Write()
◆ hCotgTheta_
TH1F* HDelta::hCotgTheta_ |
◆ hDeltaR_
◆ hEta_
◆ hEtaSign_
◆ hPhi_
◆ hTheta_