5#ifndef PHYSVALCLUSTER_H
6#define PHYSVALCLUSTER_H
20 PhysValCluster (
const std::string&
type,
const std::string& name,
const IInterface* parent );
Property holding a SG store/key/clid from which a ReadHandle is made.
Handle class for reading from StoreGate.
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_clusterContainerName
String that defines with Cluster container to use.
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoName
Event info key.
virtual StatusCode initialize()
Standard AlgTool Functions.
PhysValCluster(const std::string &type, const std::string &name, const IInterface *parent)
Standard Constructor.
virtual StatusCode bookHistograms()
An inheriting class should either override this function or bookHists().
virtual StatusCode fillHistograms()
An inheriting class should either override this function or fillHists().
std::unique_ptr< ClusterValidationPlots > m_clusterValidationPlots
Pointer to class that defines which histogram blocks to fill.
Property holding a SG store/key/clid from which a ReadHandle is made.