#include <iostream>
#include <vector>
#include "art/Framework/Core/ModuleMacros.h"
#include "art/Framework/Core/EDAnalyzer.h"
#include "art/Framework/Principal/Event.h"
#include "art/Framework/Principal/SubRun.h"
#include "fhiclcpp/ParameterSet.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "art_root_io/TFileService.h"
#include "nugen/NuReweight/art/NuReweight.h"
#include "Framework/Utils/AppInit.h"
#include "nusimdata/SimulationBase/MCTruth.h"
#include "dunereco/FDSensOpt/FDSensOptData/EnergyRecoOutput.h"
#include "TH1D.h"
#include "TF1.h"
#include "TGraphErrors.h"
#include "Framework/ParticleData/PDGCodes.h"
#include "Framework/ParticleData/PDGUtils.h"
#include "Framework/ParticleData/PDGLibrary.h"
#include "Framework/EventGen/EventRecord.h"
#include "Framework/GHEP/GHepParticle.h"
Go to the source code of this file.
Classes | |
class | dune::CheckRecoEnergy |
Namespaces | |
dune | |
Macros | |
#define | CheckRecoEnergy_H |
#define CheckRecoEnergy_H |
Definition at line 10 of file CheckRecoEnergy_module.cc.