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() {return StatusCode::SUCCESS;}
12 StatusCode finalize() {return StatusCode::SUCCESS;}
13
14};
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
LArBlockCorrections(const std::string &name, ISvcLocator *pSvcLocator)