#include "TH1D.h"
#include "TH2.h"
#include "TTree.h"
#include <map>
#include <vector>
#include <iostream>
#include "lardataobj/RecoBase/OpFlash.h"
#include "lardataobj/RecoBase/OpHit.h"
#include "lardataobj/RecoBase/PFParticle.h"
#include "lardataobj/AnalysisBase/T0.h"
#include "nusimdata/SimulationBase/MCTruth.h"
#include "larsim/MCCheater/PhotonBackTrackerService.h"
#include "dune/OpticalDetector/OpFlashSort.h"
#include "protoduneana/Utilities/ProtoDUNEPFParticleUtils.h"
#include "protoduneana/Utilities/ProtoDUNETruthUtils.h"
#include "lardata/DetectorInfoServices/DetectorClocksService.h"
#include "art/Framework/Core/EDAnalyzer.h"
#include "art/Framework/Principal/Event.h"
#include "fhiclcpp/ParameterSet.h"
#include "art/Framework/Principal/Handle.h"
#include "canvas/Persistency/Common/Ptr.h"
#include "canvas/Persistency/Common/PtrVector.h"
#include "art/Framework/Services/Registry/ServiceHandle.h"
#include "art_root_io/TFileService.h"
#include "art_root_io/TFileDirectory.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "art/Framework/Core/ModuleMacros.h"
#include "canvas/Persistency/Common/FindManyP.h"
Go to the source code of this file.
Classes | |
class | protoana::ProtoFlash |
Namespaces | |
protoana | |
Macros | |
#define | ProtoFlash_H 1 |
#define ProtoFlash_H 1 |
Definition at line 7 of file ProtoFlash_module.cc.