ATLAS Offline Software
Init.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 //
3 // Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
4 //
5 #ifndef XAODROOTACCESS_INIT_H
6 #define XAODROOTACCESS_INIT_H
7 
8 // System include(s):
9 #include <cstddef>
10 
11 // Local include(s):
13 
15 namespace xAOD {
16 
30  StatusCode Init( const char* appname = "xAOD::Init" );
31 
49  StatusCode Init( const char* appname, int* argc, char** argv );
50 
65  void SetMessageSourceWidth( size_t value );
66 
67 } // namespace xAOD
68 
69 #endif // XAODROOTACCESS_INIT_H
athena.value
value
Definition: athena.py:122
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
LArCellConditions.argv
argv
Definition: LArCellConditions.py:112
xAOD::SetMessageSourceWidth
void SetMessageSourceWidth(size_t value)
Set the width of the source strings for the printed messages.
Definition: Init.cxx:89
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
DQHistogramMergeRegExp.argc
argc
Definition: DQHistogramMergeRegExp.py:20
StatusCode.h
xAOD::Init
StatusCode Init(const char *appname)
Function initialising ROOT/PyROOT for using the ATLAS EDM.
Definition: Init.cxx:31