11#ifndef ATHEXHISTNTUP_ATHEXHIST_H
12#define ATHEXHISTNTUP_ATHEXHIST_H 1
19#include "GaudiKernel/ITHistSvc.h"
20#include "GaudiKernel/ServiceHandle.h"
41 Hist(
const std::string& name, ISvcLocator* pSvcLocator );
Property holding a SG store/key/clid from which a ReadHandle is made.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual ~Hist()
Destructor:
Hist()
Default constructor:
virtual StatusCode initialize()
virtual StatusCode execute()
Hist(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode finalize()
SG::ReadHandleKey< xAOD::EventInfo > m_evt
key to the event-info
TH1F * m_hist
pointer to our histogram
ServiceHandle< ITHistSvc > m_histSvc
handle to the histogram service
Property holding a SG store/key/clid from which a ReadHandle is made.
TH1F(name, title, nxbins, bins_par2, bins_par3=None, path='', **kwargs)