ATLAS Offline Software
Loading...
Searching...
No Matches
GeneratorEventInfo.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef GeneratorPhysValEventInfo_GeneratorEventInfo_H
6#define GeneratorPhysValEventInfo_GeneratorEventInfo_H
7
11
12namespace GeneratorPhysVal
13{
15 {
16 public:
17
18 GeneratorEventInfo(PlotBase* pParent, const std::string& sDir, const std::string& sType = "");
19
22
23 TH1* m_event_number = nullptr;
24 TH1* m_mc_ChannelNumber = nullptr;
25
26 private:
27 std::string m_sType = "";
28 };
29}
30
31#endif
const boost::regex ref(r_ef)
Handle class for reading from StoreGate.
void check_eventNumber(SG::ReadHandle< xAOD::EventInfo > evt)
GeneratorEventInfo(PlotBase *pParent, const std::string &sDir, const std::string &sType="")
int check_mcChannelNumber(SG::ReadHandle< xAOD::EventInfo > evt, int ref)
PlotBase(PlotBase *parent, const std::string &sDir)
Definition PlotBase.cxx:29