ATLAS Offline Software
Loading...
Searching...
No Matches
CaloClusterCorrDumper.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5//-----------------------------------------------------------------------
6//
7// Description: see CaloClusterCorrDumper.h
8//-----------------------------------------------------------------------
9
10
13
14
15
17{
18 ATH_CHECK( m_constants.initialize() );
19 return StatusCode::SUCCESS;
20}
21
22
23StatusCode CaloClusterCorrDumper::execute (const EventContext& ctx) const
24{
27 ATH_MSG_INFO( constant->toString ("dumper") );
28 }
29 return StatusCode::SUCCESS;
30}
31
32
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_INFO(x)
virtual StatusCode initialize() override
SG::ReadCondHandleKeyArray< CaloRec::ToolConstants > m_constants
virtual StatusCode execute(const EventContext &ctx) const override