#include "art/Framework/Core/EDAnalyzer.h"#include "art/Framework/Core/ModuleMacros.h"#include "art/Framework/Principal/Event.h"#include "art/Framework/Principal/Handle.h"#include "art/Framework/Principal/Run.h"#include "art/Framework/Principal/SubRun.h"#include "art/Framework/Services/Registry/ServiceHandle.h"#include "art_root_io/TFileService.h"#include "canvas/Utilities/InputTag.h"#include "fhiclcpp/types/Atom.h"#include "messagefacility/MessageLogger/MessageLogger.h"#include "lardata/DetectorInfoServices/DetectorPropertiesService.h"#include "canvas/Persistency/Common/FindManyP.h"#include "canvas/Persistency/Common/FindMany.h"#include "canvas/Persistency/Common/FindOne.h"#include "canvas/Persistency/Common/FindOneP.h"#include "larcore/Geometry/Geometry.h"#include "larcorealg/Geometry/CryostatGeo.h"#include "larcorealg/Geometry/TPCGeo.h"#include "larcorealg/Geometry/PlaneGeo.h"#include "larcorealg/Geometry/WireGeo.h"#include "lardataobj/RecoBase/Hit.h"#include "lardataobj/RecoBase/SpacePoint.h"#include "lardataobj/RecoBase/Track.h"#include "larsim/MCCheater/BackTrackerService.h"#include "larsim/MCCheater/ParticleInventoryService.h"#include "nusimdata/SimulationBase/MCParticle.h"#include "lardataobj/AnalysisBase/T0.h"#include "TH1.h"#include "TH2.h"#include "TEfficiency.h"#include "TTree.h"#include "TVector3.h"Go to the source code of this file.
Classes | |
| class | pdune::RecoEff |
| struct | pdune::RecoEff::Config |
Namespaces | |
| pdune | |
1.8.11