|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #include "GaudiKernel/EventContext.h"
33 return StatusCode::SUCCESS;
39 const EventContext& ctx = Gaudi::Hive::currentContext();
41 if(!evInfoHdl.isValid()){
43 return StatusCode::FAILURE;
48 if(clusHdl.isValid()){
49 for(
auto cluster: *clusHdl) {
54 return StatusCode::SUCCESS;
PhysValCluster(const std::string &type, const std::string &name, const IInterface *parent)
Standard Constructor.
const std::string & key() const
Return the StoreGate ID for the referenced object.
std::unique_ptr< ClusterValidationPlots > m_clusterValidationPlots
Pointer to class that defines which histogram blocks to fill.
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_clusterContainerName
String that defines with Cluster container to use.
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
#define ATH_MSG_WARNING(x)
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().
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoName
Event info key.
virtual StatusCode initialize()
Standard AlgTool Functions.