8#ifndef ASG_ANALYSIS_ALGORITHMS__METADATA_HIST_ALG_H
9#define ASG_ANALYSIS_ALGORITHMS__METADATA_HIST_ALG_H
28 virtual ::StatusCode
execute ()
override;
29 virtual ::StatusCode
finalize ()
override;
33 Gaudi::Property<std::string>
m_histogramName {
this,
"histogramName",
"metadata",
"the name of the output histogram"};
37 Gaudi::Property<std::string>
m_dataType {
this,
"dataType",
"",
"dataType"};
41 Gaudi::Property<std::string>
m_campaign {
this,
"campaign",
"",
"campaign"};
45 Gaudi::Property<std::string>
m_mcChannelNumber {
this,
"mcChannelNumber",
"",
"mcChannelNumber"};
49 Gaudi::Property<std::string>
m_etag {
this,
"etag",
"",
"etag"};
the (new) base class for EventLoop algorithms
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Select isolated Photons, Electrons and Muons.