ATLAS Offline Software
LArBlockCorrections.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
8  public:
9  LArBlockCorrections(const std::string& name, ISvcLocator* pSvcLocator);
11  StatusCode execute() {return StatusCode::SUCCESS;}
12  StatusCode finalize() {return StatusCode::SUCCESS;}
13 
14 };
LArBlockCorrections
Definition: LArBlockCorrections.h:7
LArBlockCorrections::execute
StatusCode execute()
Definition: LArBlockCorrections.h:11
AthAlgorithm.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArBlockCorrections::LArBlockCorrections
LArBlockCorrections(const std::string &name, ISvcLocator *pSvcLocator)
Definition: LArBlockCorrections.cxx:8
AthAlgorithm
Definition: AthAlgorithm.h:47
LArBlockCorrections::finalize
StatusCode finalize()
Definition: LArBlockCorrections.h:12
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
LArBlockCorrections::initialize
StatusCode initialize()
Definition: LArBlockCorrections.cxx:11