#include "larcorealg/Geometry/Exceptions.h"#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_root_io/TFileService.h"#include "canvas/Utilities/InputTag.h"#include "canvas/Persistency/Common/FindManyP.h"#include "fhiclcpp/ParameterSet.h"#include "messagefacility/MessageLogger/MessageLogger.h"#include "lardata/DetectorInfoServices/DetectorPropertiesService.h"#include "larcore/Geometry/Geometry.h"#include "larcoreobj/SimpleTypesAndConstants/geo_types.h"#include "lardata/DetectorInfoServices/DetectorClocksService.h"#include "larsim/MCCheater/BackTrackerService.h"#include "larsim/MCCheater/ParticleInventoryService.h"#include "lardataobj/RecoBase/Hit.h"#include "lardataobj/RecoBase/Track.h"#include "lardataobj/RecoBase/Shower.h"#include "lardataobj/RecoBase/TrackHitMeta.h"#include "lardataobj/RecoBase/PFParticle.h"#include "larreco/RecoAlg/TrackMomentumCalculator.h"#include "larreco/RecoAlg/TrajectoryMCSFitter.h"#include "nusimdata/SimulationBase/MCParticle.h"#include "nusimdata/SimulationBase/MCTruth.h"#include "lardataobj/AnalysisBase/CosmicTag.h"#include "lardataobj/AnalysisBase/T0.h"#include "lardataobj/AnalysisBase/Calorimetry.h"#include "dune/DuneObj/ProtoDUNEBeamEvent.h"#include "lardata/ArtDataHelper/MVAReader.h"#include "dune/Protodune/singlephase/DataUtils/ProtoDUNEDataUtils.h"#include "protoduneana/Utilities/ProtoDUNETrackUtils.h"#include "protoduneana/Utilities/ProtoDUNEShowerUtils.h"#include "protoduneana/Utilities/ProtoDUNETruthUtils.h"#include "protoduneana/Utilities/ProtoDUNEPFParticleUtils.h"#include "protoduneana/Utilities/ProtoDUNEEmptyEventFinder.h"#include "geant4reweight/src/ReweightBase/G4ReweighterFactory.hh"#include "geant4reweight/src/ReweightBase/G4Reweighter.hh"#include "geant4reweight/src/ReweightBase/G4ReweightTraj.hh"#include "geant4reweight/src/PropBase/G4ReweightParameterMaker.hh"#include "geant4reweight/src/ReweightBase/G4MultiReweighter.hh"#include "protoduneana/Utilities/G4ReweightUtils.h"#include "TTree.h"#include "TFile.h"#include "TString.h"#include "TTimeStamp.h"#include <stdio.h>#include <stdlib.h>#include <fstream>#include <string>#include <sstream>#include <cmath>#include <algorithm>#include <iostream>#include <vector>Go to the source code of this file.
Classes | |
| class | protoana::protonmcnorw |
Namespaces | |
| protoana | |
Variables | |
| const int | NMAXDAUGTHERS = 15 |
| const int NMAXDAUGTHERS = 15 |
Definition at line 100 of file protonmcnorw_module.cc.
1.8.11