LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
trkf::TrackAna::MCHists Struct Reference

Public Member Functions

 MCHists ()
 
 MCHists (const std::string &subdir)
 

Public Attributes

TH2F * fHduvcosth
 
TH1F * fHcosth
 
TH1F * fHmcu
 
TH1F * fHmcv
 
TH1F * fHmcw
 
TH1F * fHupull
 
TH1F * fHvpull
 
TH1F * fHmcdudw
 
TH1F * fHmcdvdw
 
TH1F * fHdudwpull
 
TH1F * fHdvdwpull
 
TH1F * fHHitEff
 
TH1F * fHHitPurity
 
TH1F * fHstartdx
 
TH1F * fHstartdy
 
TH1F * fHstartdz
 
TH1F * fHenddx
 
TH1F * fHenddy
 
TH1F * fHenddz
 
TH2F * fHlvsl
 
TH1F * fHdl
 
TH2F * fHpvsp
 
TH2F * fHpvspc
 
TH1F * fHdp
 
TH1F * fHdpc
 
TH1F * fHppull
 
TH1F * fHppullc
 
TH1F * fHmcstartx
 
TH1F * fHmcstarty
 
TH1F * fHmcstartz
 
TH1F * fHmcendx
 
TH1F * fHmcendy
 
TH1F * fHmcendz
 
TH1F * fHmctheta
 
TH1F * fHmcphi
 
TH1F * fHmctheta_xz
 
TH1F * fHmctheta_yz
 
TH1F * fHmcmom
 
TH1F * fHmcmoml
 
TH1F * fHmcke
 
TH1F * fHmckel
 
TH1F * fHmclen
 
TH1F * fHmclens
 
TH1F * fHgstartx
 
TH1F * fHgstarty
 
TH1F * fHgstartz
 
TH1F * fHgendx
 
TH1F * fHgendy
 
TH1F * fHgendz
 
TH1F * fHgtheta
 
TH1F * fHgphi
 
TH1F * fHgtheta_xz
 
TH1F * fHgtheta_yz
 
TH1F * fHgmom
 
TH1F * fHgmoml
 
TH1F * fHgke
 
TH1F * fHgkel
 
TH1F * fHglen
 
TH1F * fHglens
 
TH1F * fHestartx
 
TH1F * fHestarty
 
TH1F * fHestartz
 
TH1F * fHeendx
 
TH1F * fHeendy
 
TH1F * fHeendz
 
TH1F * fHetheta
 
TH1F * fHephi
 
TH1F * fHetheta_xz
 
TH1F * fHetheta_yz
 
TH1F * fHemom
 
TH1F * fHemoml
 
TH1F * fHeke
 
TH1F * fHekel
 
TH1F * fHelen
 
TH1F * fHelens
 

Detailed Description

Definition at line 329 of file TrackAna_module.cc.

Constructor & Destructor Documentation

trkf::TrackAna::MCHists::MCHists ( )

Definition at line 573 of file TrackAna_module.cc.

Referenced by MCHists().

573  :
574  //
575  // Purpose: Default constructor.
576  //
577  fHduvcosth(0),
578  fHcosth(0),
579  fHmcu(0),
580  fHmcv(0),
581  fHmcw(0),
582  fHupull(0),
583  fHvpull(0),
584  fHmcdudw(0),
585  fHmcdvdw(0),
586  fHdudwpull(0),
587  fHdvdwpull(0),
588  fHHitEff(0),
589  fHHitPurity(0),
590  fHstartdx(0),
591  fHstartdy(0),
592  fHstartdz(0),
593  fHenddx(0),
594  fHenddy(0),
595  fHenddz(0),
596  fHlvsl(0),
597  fHdl(0),
598  fHpvsp(0),
599  fHpvspc(0),
600  fHdp(0),
601  fHdpc(0),
602  fHppull(0),
603  fHppullc(0),
604  fHmcstartx(0),
605  fHmcstarty(0),
606  fHmcstartz(0),
607  fHmcendx(0),
608  fHmcendy(0),
609  fHmcendz(0),
610  fHmctheta(0),
611  fHmcphi(0),
612  fHmctheta_xz(0),
613  fHmctheta_yz(0),
614  fHmcmom(0),
615  fHmcmoml(0),
616  fHmcke(0),
617  fHmckel(0),
618  fHmclen(0),
619  fHmclens(0),
620  fHgstartx(0),
621  fHgstarty(0),
622  fHgstartz(0),
623  fHgendx(0),
624  fHgendy(0),
625  fHgendz(0),
626  fHgtheta(0),
627  fHgphi(0),
628  fHgtheta_xz(0),
629  fHgtheta_yz(0),
630  fHgmom(0),
631  fHgmoml(0),
632  fHgke(0),
633  fHgkel(0),
634  fHglen(0),
635  fHglens(0),
636  fHestartx(0),
637  fHestarty(0),
638  fHestartz(0),
639  fHeendx(0),
640  fHeendy(0),
641  fHeendz(0),
642  fHetheta(0),
643  fHephi(0),
644  fHetheta_xz(0),
645  fHetheta_yz(0),
646  fHemom(0),
647  fHemoml(0),
648  fHeke(0),
649  fHekel(0),
650  fHelen(0),
651  fHelens(0)
652  {}
trkf::TrackAna::MCHists::MCHists ( const std::string &  subdir)

Definition at line 654 of file TrackAna_module.cc.

References geo::GeometryCore::DetHalfHeight(), geo::GeometryCore::DetHalfWidth(), geo::GeometryCore::DetLength(), dir, fHcosth, fHdl, fHdp, fHdpc, fHdudwpull, fHduvcosth, fHdvdwpull, fHeendx, fHeendy, fHeendz, fHeke, fHekel, fHelen, fHelens, fHemom, fHemoml, fHenddx, fHenddy, fHenddz, fHephi, fHestartx, fHestarty, fHestartz, fHetheta, fHetheta_xz, fHetheta_yz, fHgendx, fHgendy, fHgendz, fHgke, fHgkel, fHglen, fHglens, fHgmom, fHgmoml, fHgphi, fHgstartx, fHgstarty, fHgstartz, fHgtheta, fHgtheta_xz, fHgtheta_yz, fHHitEff, fHHitPurity, fHlvsl, fHmcdudw, fHmcdvdw, fHmcendx, fHmcendy, fHmcendz, fHmcke, fHmckel, fHmclen, fHmclens, fHmcmom, fHmcmoml, fHmcphi, fHmcstartx, fHmcstarty, fHmcstartz, fHmctheta, fHmctheta_xz, fHmctheta_yz, fHmcu, fHmcv, fHmcw, fHppull, fHppullc, fHpvsp, fHpvspc, fHstartdx, fHstartdy, fHstartdz, fHupull, fHvpull, art::TFileDirectory::make(), MCHists(), and art::TFileDirectory::mkdir().

658  {
659  // Make sure all histogram pointers are initially zero.
660 
661  *this = MCHists();
662 
663  // Get services.
664 
667 
668  // Make histogram directory.
669 
670  art::TFileDirectory topdir = tfs->mkdir("trkana", "TrackAna histograms");
671  art::TFileDirectory dir = topdir.mkdir(subdir);
672 
673  // Book histograms.
674 
675  fHduvcosth = dir.make<TH2F>("duvcosth", "Delta(uv) vs. Colinearity",
676  100, 0.95, 1., 100, 0., 1.);
677  fHcosth = dir.make<TH1F>("colin", "Colinearity", 100, 0.95, 1.);
678  fHmcu = dir.make<TH1F>("mcu", "MC Truth U", 100, -5., 5.);
679  fHmcv = dir.make<TH1F>("mcv", "MC Truth V", 100, -5., 5.);
680  fHmcw = dir.make<TH1F>("mcw", "MC Truth W", 100, -20., 20.);
681  fHupull = dir.make<TH1F>("dupull", "U Pull", 100, -20., 20.);
682  fHvpull = dir.make<TH1F>("dvpull", "V Pull", 100, -20., 20.);
683  fHmcdudw = dir.make<TH1F>("mcdudw", "MC Truth U Slope", 100, -0.2, 0.2);
684  fHmcdvdw = dir.make<TH1F>("mcdvdw", "MV Truth V Slope", 100, -0.2, 0.2);
685  fHdudwpull = dir.make<TH1F>("dudwpull", "U Slope Pull", 100, -10., 10.);
686  fHdvdwpull = dir.make<TH1F>("dvdwpull", "V Slope Pull", 100, -10., 10.);
687  fHHitEff = dir.make<TH1F>("hiteff", "MC Hit Efficiency", 100, 0., 1.0001);
688  fHHitPurity = dir.make<TH1F>("hitpurity", "MC Hit Purity", 100, 0., 1.0001);
689  fHstartdx = dir.make<TH1F>("startdx", "Start Delta x", 100, -10., 10.);
690  fHstartdy = dir.make<TH1F>("startdy", "Start Delta y", 100, -10., 10.);
691  fHstartdz = dir.make<TH1F>("startdz", "Start Delta z", 100, -10., 10.);
692  fHenddx = dir.make<TH1F>("enddx", "End Delta x", 100, -10., 10.);
693  fHenddy = dir.make<TH1F>("enddy", "End Delta y", 100, -10., 10.);
694  fHenddz = dir.make<TH1F>("enddz", "End Delta z", 100, -10., 10.);
695  fHlvsl = dir.make<TH2F>("lvsl", "Reco Length vs. MC Truth Length",
696  100, 0., 1.1 * geom->DetLength(), 100, 0., 1.1 * geom->DetLength());
697  fHdl = dir.make<TH1F>("dl", "Track Length Minus MC Particle Length", 100, -50., 50.);
698  fHpvsp = dir.make<TH2F>("pvsp", "Reco Momentum vs. MC Truth Momentum",
699  100, 0., 5., 100, 0., 5.);
700  fHpvspc = dir.make<TH2F>("pvspc", "Reco Momentum vs. MC Truth Momentum (Contained Tracks)",
701  100, 0., 5., 100, 0., 5.);
702  fHdp = dir.make<TH1F>("dp", "Reco-MC Momentum Difference", 100, -5., 5.);
703  fHdpc = dir.make<TH1F>("dpc", "Reco-MC Momentum Difference (Contained Tracks)",
704  100, -5., 5.);
705  fHppull = dir.make<TH1F>("ppull", "Momentum Pull", 100, -10., 10.);
706  fHppullc = dir.make<TH1F>("ppullc", "Momentum Pull (Contained Tracks)", 100, -10., 10.);
707 
708  fHmcstartx = dir.make<TH1F>("mcxstart", "MC X Start Position",
709  10, -2.*geom->DetHalfWidth(), 4.*geom->DetHalfWidth());
710  fHmcstarty = dir.make<TH1F>("mcystart", "MC Y Start Position",
711  10, -geom->DetHalfHeight(), geom->DetHalfHeight());
712  fHmcstartz = dir.make<TH1F>("mczstart", "MC Z Start Position",
713  10, 0., geom->DetLength());
714  fHmcendx = dir.make<TH1F>("mcxend", "MC X End Position",
715  10, -2.*geom->DetHalfWidth(), 4.*geom->DetHalfWidth());
716  fHmcendy = dir.make<TH1F>("mcyend", "MC Y End Position",
717  10, -geom->DetHalfHeight(), geom->DetHalfHeight());
718  fHmcendz = dir.make<TH1F>("mczend", "MC Z End Position",
719  10, 0., geom->DetLength());
720  fHmctheta = dir.make<TH1F>("mctheta", "MC Theta", 20, 0., 3.142);
721  fHmcphi = dir.make<TH1F>("mcphi", "MC Phi", 10, -3.142, 3.142);
722  fHmctheta_xz = dir.make<TH1F>("mctheta_xz", "MC Theta_xz", 40, -3.142, 3.142);
723  fHmctheta_yz = dir.make<TH1F>("mctheta_yz", "MC Theta_yz", 40, -3.142, 3.142);
724  fHmcmom = dir.make<TH1F>("mcmom", "MC Momentum", 10, 0., 10.);
725  fHmcmoml = dir.make<TH1F>("mcmoml", "MC Momentum", 10, 0., 1.);
726  fHmcke = dir.make<TH1F>("mcke", "MC Kinetic Energy", 10, 0., 10.);
727  fHmckel = dir.make<TH1F>("mckel", "MC Kinetic Energy", 10, 0., 1.);
728  fHmclen = dir.make<TH1F>("mclen", "MC Particle Length", 10, 0., 1.1 * geom->DetLength());
729  fHmclens = dir.make<TH1F>("mclens", "MC Particle Length", 10, 0., 0.1 * geom->DetLength());
730 
731  fHgstartx = dir.make<TH1F>("gxstart", "Good X Start Position",
732  10, -2.*geom->DetHalfWidth(), 4.*geom->DetHalfWidth());
733  fHgstarty = dir.make<TH1F>("gystart", "Good Y Start Position",
734  10, -geom->DetHalfHeight(), geom->DetHalfHeight());
735  fHgstartz = dir.make<TH1F>("gzstart", "Good Z Start Position",
736  10, 0., geom->DetLength());
737  fHgendx = dir.make<TH1F>("gxend", "Good X End Position",
738  10, -2.*geom->DetHalfWidth(), 4.*geom->DetHalfWidth());
739  fHgendy = dir.make<TH1F>("gyend", "Good Y End Position",
740  10, -geom->DetHalfHeight(), geom->DetHalfHeight());
741  fHgendz = dir.make<TH1F>("gzend", "Good Z End Position",
742  10, 0., geom->DetLength());
743  fHgtheta = dir.make<TH1F>("gtheta", "Good Theta", 20, 0., 3.142);
744  fHgphi = dir.make<TH1F>("gphi", "Good Phi", 10, -3.142, 3.142);
745  fHgtheta_xz = dir.make<TH1F>("gtheta_xz", "Good Theta_xz", 40, -3.142, 3.142);
746  fHgtheta_yz = dir.make<TH1F>("gtheta_yz", "Good Theta_yz", 40, -3.142, 3.142);
747  fHgmom = dir.make<TH1F>("gmom", "Good Momentum", 10, 0., 10.);
748  fHgmoml = dir.make<TH1F>("gmoml", "Good Momentum", 10, 0., 1.);
749  fHgke = dir.make<TH1F>("gke", "Good Kinetic Energy", 10, 0., 10.);
750  fHgkel = dir.make<TH1F>("gkel", "Good Kinetic Energy", 10, 0., 1.);
751  fHglen = dir.make<TH1F>("glen", "Good Particle Length", 10, 0., 1.1 * geom->DetLength());
752  fHglens = dir.make<TH1F>("glens", "Good Particle Length", 10, 0., 0.1 * geom->DetLength());
753 
754  fHestartx = dir.make<TH1F>("exstart", "Efficiency vs. X Start Position",
755  10, -2.*geom->DetHalfWidth(), 4.*geom->DetHalfWidth());
756  fHestarty = dir.make<TH1F>("eystart", "Efficiency vs. Y Start Position",
757  10, -geom->DetHalfHeight(), geom->DetHalfHeight());
758  fHestartz = dir.make<TH1F>("ezstart", "Efficiency vs. Z Start Position",
759  10, 0., geom->DetLength());
760  fHeendx = dir.make<TH1F>("exend", "Efficiency vs. X End Position",
761  10, -2.*geom->DetHalfWidth(), 4.*geom->DetHalfWidth());
762  fHeendy = dir.make<TH1F>("eyend", "Efficiency vs. Y End Position",
763  10, -geom->DetHalfHeight(), geom->DetHalfHeight());
764  fHeendz = dir.make<TH1F>("ezend", "Efficiency vs. Z End Position",
765  10, 0., geom->DetLength());
766  fHetheta = dir.make<TH1F>("etheta", "Efficiency vs. Theta", 20, 0., 3.142);
767  fHephi = dir.make<TH1F>("ephi", "Efficiency vs. Phi", 10, -3.142, 3.142);
768  fHetheta_xz = dir.make<TH1F>("etheta_xz", "Efficiency vs. Theta_xz", 40, -3.142, 3.142);
769  fHetheta_yz = dir.make<TH1F>("etheta_yz", "Efficiency vs. Theta_yz", 40, -3.142, 3.142);
770  fHemom = dir.make<TH1F>("emom", "Efficiency vs. Momentum", 10, 0., 10.);
771  fHemoml = dir.make<TH1F>("emoml", "Efficiency vs. Momentum", 10, 0., 1.);
772  fHeke = dir.make<TH1F>("eke", "Efficiency vs. Kinetic Energy", 10, 0., 10.);
773  fHekel = dir.make<TH1F>("ekel", "Efficiency vs. Kinetic Energy", 10, 0., 1.);
774  fHelen = dir.make<TH1F>("elen", "Efficiency vs. Particle Length",
775  10, 0., 1.1 * geom->DetLength());
776  fHelens = dir.make<TH1F>("elens", "Efficiency vs. Particle Length",
777  10, 0., 0.1 * geom->DetLength());
778  }
TFileDirectory mkdir(std::string const &dir, std::string const &descr="")
T * make(ARGS...args) const
TDirectory * dir
Definition: macro.C:5

Member Data Documentation

TH1F* trkf::TrackAna::MCHists::fHcosth

Definition at line 339 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHdl

Definition at line 361 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHdp

Definition at line 364 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHdpc

Definition at line 365 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHdudwpull

Definition at line 347 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().

TH2F* trkf::TrackAna::MCHists::fHduvcosth

Definition at line 338 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHdvdwpull

Definition at line 348 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHeendx

Definition at line 412 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHeendy

Definition at line 413 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHeendz

Definition at line 414 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHeke

Definition at line 421 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHekel

Definition at line 422 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHelen

Definition at line 423 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHelens

Definition at line 424 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHemom

Definition at line 419 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHemoml

Definition at line 420 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHenddx

Definition at line 357 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHenddy

Definition at line 358 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHenddz

Definition at line 359 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHephi

Definition at line 416 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHestartx

Definition at line 409 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHestarty

Definition at line 410 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHestartz

Definition at line 411 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHetheta

Definition at line 415 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHetheta_xz

Definition at line 417 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHetheta_yz

Definition at line 418 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHgendx

Definition at line 393 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHgendy

Definition at line 394 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHgendz

Definition at line 395 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHgke

Definition at line 402 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHgkel

Definition at line 403 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHglen

Definition at line 404 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHglens

Definition at line 405 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHgmom

Definition at line 400 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHgmoml

Definition at line 401 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHgphi

Definition at line 397 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHgstartx

Definition at line 390 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHgstarty

Definition at line 391 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHgstartz

Definition at line 392 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHgtheta

Definition at line 396 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHgtheta_xz

Definition at line 398 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHgtheta_yz

Definition at line 399 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHHitEff

Definition at line 349 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHHitPurity

Definition at line 350 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().

TH2F* trkf::TrackAna::MCHists::fHlvsl

Definition at line 360 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHmcdudw

Definition at line 345 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHmcdvdw

Definition at line 346 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHmcendx

Definition at line 374 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHmcendy

Definition at line 375 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHmcendz

Definition at line 376 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHmcke

Definition at line 383 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHmckel

Definition at line 384 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHmclen

Definition at line 385 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHmclens

Definition at line 386 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHmcmom

Definition at line 381 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHmcmoml

Definition at line 382 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHmcphi

Definition at line 378 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHmcstartx

Definition at line 371 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHmcstarty

Definition at line 372 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHmcstartz

Definition at line 373 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHmctheta

Definition at line 377 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHmctheta_xz

Definition at line 379 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHmctheta_yz

Definition at line 380 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::endJob(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHmcu

Definition at line 340 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHmcv

Definition at line 341 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHmcw

Definition at line 342 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHppull

Definition at line 366 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHppullc

Definition at line 367 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().

TH2F* trkf::TrackAna::MCHists::fHpvsp

Definition at line 362 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().

TH2F* trkf::TrackAna::MCHists::fHpvspc

Definition at line 363 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHstartdx

Definition at line 354 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHstartdy

Definition at line 355 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHstartdz

Definition at line 356 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHupull

Definition at line 343 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().

TH1F* trkf::TrackAna::MCHists::fHvpull

Definition at line 344 of file TrackAna_module.cc.

Referenced by trkf::TrackAna::analyze(), and MCHists().


The documentation for this struct was generated from the following file: