MetHists¶
-
class
MetHists: public HistogramManager¶ Public Functions
-
MetHists(std::string name, std::string detailStr)¶
-
~MetHists()¶
-
StatusCode
initialize()¶ Initialize and book all histograms.
Note
This should call the overloaded functions
HistogramManager::book()to create the histograms so that the user can call hists->record(wk()) to record all histograms to the EventLoop worker.Example implementation:
StatusCode JetHists::initialize() { m_jetPt = book(m_name, "jetPt", "jet p_{T} [GeV]", 120, 0, 3000.); return StatusCode::SUCCESS; }
-
StatusCode
execute(const xAOD::MissingETContainer *met, float eventWeight)¶
Public Members
-
bool
m_debug¶
Protected Attributes
-
HelperClasses::METInfoSwitch *
m_infoSwitch¶
-