Definition at line 236 of file SeedAna_module.cc.
trkf::SeedAna::RecoHists::RecoHists |
( |
const std::string & |
subdir | ) |
|
Definition at line 373 of file SeedAna_module.cc.
385 art::TFileDirectory topdir = tfs->mkdir(
"seedana",
"SeedAna histograms");
386 art::TFileDirectory
dir = topdir.mkdir(subdir);
393 fHz = dir.make<TH1F>(
"z",
"Z Position", 100, 0., geom->
DetLength());
395 dir.make<TH1F>(
"dist",
"Position Distance to Boundary", 100, -10., geom->
DetHalfWidth());
396 fHtheta = dir.make<TH1F>(
"theta",
"Theta", 100, 0., 3.142);
397 fHphi = dir.make<TH1F>(
"phi",
"Phi", 100, -3.142, 3.142);
398 fHtheta_xz = dir.make<TH1F>(
"theta_xz",
"Theta_xz", 100, -3.142, 3.142);
399 fHtheta_yz = dir.make<TH1F>(
"theta_yz",
"Theta_yz", 100, -3.142, 3.142);
geo::Length_t DetHalfWidth(geo::TPCID const &tpcid) const
Returns the half width of the active volume of the specified TPC.
geo::Length_t DetHalfHeight(geo::TPCID const &tpcid) const
Returns the half height of the active volume of the specified TPC.
geo::Length_t DetLength(geo::TPCID const &tpcid) const
Returns the length of the active volume of the specified TPC.
TH1F* trkf::SeedAna::RecoHists::fHdist {nullptr} |
TH1F* trkf::SeedAna::RecoHists::fHphi {nullptr} |
TH1F* trkf::SeedAna::RecoHists::fHtheta {nullptr} |
TH1F* trkf::SeedAna::RecoHists::fHtheta_xz {nullptr} |
TH1F* trkf::SeedAna::RecoHists::fHtheta_yz {nullptr} |
TH1F* trkf::SeedAna::RecoHists::fHx {nullptr} |
TH1F* trkf::SeedAna::RecoHists::fHy {nullptr} |
TH1F* trkf::SeedAna::RecoHists::fHz {nullptr} |
The documentation for this struct was generated from the following file: