18 #include "art_root_io/TFileService.h" 25 #include "TLorentzVector.h" 101 fHitTree = tfs->make<TTree>(
"HitTree",
"HitTree");
127 std::vector<TH1D*> HitHist;
129 sprintf(HistName,
"Event %d AllOpDets", evt.
id().
event());
131 TH1D* AllHits =
nullptr;
133 AllHits = tfs->make<TH1D>(HistName,
140 for (
int i = 0; i != NOpChannels; ++i) {
142 sprintf(HistName,
"Event %d OpDet %i", evt.
id().
event(), i);
144 HitHist.push_back(tfs->make<TH1D>(HistName,
154 for (
unsigned int i = 0; i < HitHandle->size(); ++i) {
cout<< "Opened file "<< fin<< " ixs= "<< ixs<< endl;if(ixs==0) hhh=(TH1F *) fff-> Get("h1")
MaybeLogger_< ELseverityLevel::ELsev_error, false > LogError
EDAnalyzer(fhicl::ParameterSet const &pset)
#define DEFINE_ART_MODULE(klass)
T get(std::string const &key) const
bool getByLabel(std::string const &label, std::string const &instance, Handle< PROD > &result) const
void analyze(const art::Event &)
EventNumber_t event() const
OpHitAna(const fhicl::ParameterSet &)
bool fMakeHistAllChannels