ATLAS Offline Software
Loading...
Searching...
No Matches
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
15namespace 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
::StatusCode StatusCode
StatusCode definition for legacy code.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
StatusCode Init(const char *appname)
Function initialising ROOT/PyROOT for using the ATLAS EDM.
Definition Init.cxx:31
void SetMessageSourceWidth(size_t value)
Set the width of the source strings for the printed messages.
Definition Init.cxx:89