 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef HICLUSTERGEOWEIGHTS_HICLUSTERGEO_HISTOFILLER_H
6 #define HICLUSTERGEOWEIGHTS_HICLUSTERGEO_HISTOFILLER_H
10 #include "GaudiKernel/ServiceHandle.h"
11 #include "GaudiKernel/ITHistSvc.h"
20 #include <unordered_map>
38 Gaudi::Property<std::string>
m_histStream{
this,
"HistStream",
"CLUSTERGEOFILLERSTREAM"};
39 Gaudi::Property<float>
m_minFCalET{
this,
"minFCalET", 0.0,
"minimum allowed FCal ET in TeV"};
40 Gaudi::Property<float>
m_maxFCalET{
this,
"maxFCalET", 5.4,
"maximum allowed FCal ET in TeV"};
52 TH1 *
regAndGetTHF(
const std::string&
histName,
const std::string& histTitle,
int numBinsX,
double xMin,
double xMax,
int numBinsY,
double yMin,
double yMax);
61 #endif // HICLUSTERGEOWEIGHTS_HICLUSTERGEO_HISTOFILLER_H
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_caloClusterContainerKey
ServiceHandle< ITHistSvc > m_thistSvc
SG::ReadHandleKey< xAOD::HIEventShapeContainer > m_hiEventShapeKey
Gaudi::Property< std::string > m_histStream
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
virtual ~HIClusterGeo_HistoFiller()=default
def TH2F(name, title, nxbins, bins_par2, bins_par3, bins_par4, bins_par5=None, bins_par6=None, path='', **kwargs)
SG::ReadHandleKey< xAOD::VertexContainer > m_vertexContainerKey
Gaudi::Property< float > m_minFCalET
::StatusCode StatusCode
StatusCode definition for legacy code.
TH1 * regAndGetTHF(const std::string &histName, const std::string &histTitle, int numBinsX, double xMin, double xMax, int numBinsY, double yMin, double yMax)
virtual StatusCode finalize() override
HIClusterGeo_HistoFiller(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute() override
virtual StatusCode initialize() override
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
std::unordered_map< int, TH2F * > m_histTileWeights
Gaudi::Property< float > m_maxFCalET