25 #include "art_root_io/TFileService.h" 26 #include "art_root_io/TFileDirectory.h" 27 #include "canvas/Persistency/Common/FindManyP.h" 88 fNParticlesHist = tfs->make<TH1F>(
"NParticles",
";Number of particles",50,0,200);
89 fNTracksHist = tfs->make<TH1F>(
"NTracks",
";Number of tracks",50,0,200);
90 fNLongTracksHist = tfs->make<TH1F>(
"NLongTracks",
";Number of long tracks",50,0,200);
91 fNShowersHist = tfs->make<TH1F>(
"NShowers",
";Number of showers",50,0,200);
127 unsigned int nLongTracks = 0;
128 for(
auto const track : (*trackHandle)){
PlotEventDetails(fhicl::ParameterSet const &p)
std::string fTrackProducerLabel
std::string fParticleProducerLabel
EDAnalyzer(fhicl::ParameterSet const &pset)
#define DEFINE_ART_MODULE(klass)
void reconfigure(fhicl::ParameterSet const &p)
T get(std::string const &key) const
void analyze(art::Event const &e) override
ValidHandle< PROD > getValidHandle(InputTag const &tag) const
PlotEventDetails & operator=(PlotEventDetails const &)=delete
std::string fShowerProducerLabel
Provides recob::Track data product.