ATLAS Offline Software
Loading...
Searching...
No Matches
EGIdentification_mem_check.cxx File Reference
Include dependency graph for EGIdentification_mem_check.cxx:

Go to the source code of this file.

Functions

int main ()

Function Documentation

◆ main()

int main ( )

Definition at line 21 of file EGIdentification_mem_check.cxx.

21 {
22 using namespace asg::msgUserCode;
24 asg::StandaloneToolHandle<IAsgElectronLikelihoodTool> MediumLH("AsgElectronLikelihoodTool/MediumLH");
25 ANA_CHECK(MediumLH.setProperty("WorkingPoint", "MediumLHElectron"));
26 ANA_CHECK(MediumLH.initialize());
27
28 return 0;
29}
#define ANA_CHECK(EXP)
check whether the given expression was successful
#define ANA_CHECK_SET_TYPE(TYPE)
set the type for ANA_CHECK to report failures
an "initializing" ToolHandle for stand-alone applications