ATLAS Offline Software
Loading...
Searching...
No Matches
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);
10 StatusCode initialize();
11 StatusCode execute(const EventContext&) {return StatusCode::SUCCESS;}
12 StatusCode finalize() {return StatusCode::SUCCESS;}
13
14};
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
LArBlockCorrections(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode execute(const EventContext &)
Execute method.