ATLAS Offline Software
Loading...
Searching...
No Matches
LArCalorimeter
LArCalibTools
src
LArBlockCorrections.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
LArCalibTools/LArBlockCorrections.h
"
6
#include "
LArRawConditions/LArConditionsContainerBase.h
"
7
8
LArBlockCorrections::LArBlockCorrections
(
const
std::string& name, ISvcLocator* pSvcLocator) :
9
AthAlgorithm
(name,pSvcLocator) {}
10
11
StatusCode
LArBlockCorrections::initialize
() {
12
bool
setFlag =
LArConditionsContainerBase::applyCorrectionsAtInit
(
true
,
false
);
13
14
ATH_MSG_INFO
(
"LArConditionsContainerBase::applyCorrectionsAtInit set to "
<< setFlag );
15
16
return
StatusCode::SUCCESS;
17
}
18
ATH_MSG_INFO
#define ATH_MSG_INFO(x)
Definition
AthMsgStreamMacros.h:31
LArBlockCorrections.h
LArConditionsContainerBase.h
This file contain an implementation base class for LArConditionsContainer.
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
LArBlockCorrections::initialize
StatusCode initialize()
Definition
LArBlockCorrections.cxx:11
LArBlockCorrections::LArBlockCorrections
LArBlockCorrections(const std::string &name, ISvcLocator *pSvcLocator)
Definition
LArBlockCorrections.cxx:8
LArConditionsContainerBase::applyCorrectionsAtInit
static bool applyCorrectionsAtInit(bool setFlag=false, bool flag=true)
provide access to flag which determines corrections are applied at initialize, i.e.
Definition
LArConditionsContainerBase.cxx:564
Generated on
for ATLAS Offline Software by
1.16.1