26 return StatusCode::SUCCESS;
39 if(jets->empty())
return 0;
49 unsigned int nbins = 100;
50 float xlow = 0, xhigh = 1.0;
73 outputHist =
new TH1F(
m_FloatMoments[i].c_str(),
"", nbins, xlow, xhigh);
82 outputHist->Fill(
jet->pt());
#define ATH_CHECK
Evaluate an expression and check for errors.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
ServiceHandle< StoreGateSvc > & evtStore()
std::string m_InputContainer
std::vector< std::string > m_FloatMoments
ServiceHandle< ITHistSvc > m_histSvc
Validator(const std::string &name)
virtual StatusCode initialize() override
Dummy implementation of the initialisation function.
virtual int execute() const override
Method to be called for each event.
bool contains(const std::string &s, const std::string ®x)
does a string contain the substring
std::string find(const std::string &s)
return a remapped string
Jet_v1 Jet
Definition of the current "jet version".
JetContainer_v1 JetContainer
Definition of the current "jet container version".