ATLAS Offline Software
ElectronPhotonFourMomentumCorrection_test_memory.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 int main()
8 {
9 #ifdef XAOD_STANDALONE
10  StatusCode::enableFailure();
11 #endif // XAOD_STANDALONE
12  CP::EgammaCalibrationAndSmearingTool tool("EgammaCalibrationAndSmearingTool");
13  tool.msg().setLevel(MSG::DEBUG);
14  tool.setProperty("ESModel", "es2015cPRE").ignore();
15  tool.setProperty("decorrelationModel", "FULL_v1").ignore();
16  tool.initialize().ignore();
17  return 0;
18 }
main
int main()
Definition: ElectronPhotonFourMomentumCorrection_test_memory.cxx:7
AtlCoolConsole.tool
tool
Definition: AtlCoolConsole.py:453
CP::EgammaCalibrationAndSmearingTool
Definition: EgammaCalibrationAndSmearingTool.h:91
DEBUG
#define DEBUG
Definition: page_access.h:11
EgammaCalibrationAndSmearingTool.h