LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
gm2.cc
Go to the documentation of this file.
1
// vim: set sw=2 expandtab :
2
3
// Initialize ExitCodePrinter as early as possible, before other
4
// include files, to have its destructor called as late as possible.
5
#include "
art/Framework/Art/detail/ExitCodePrinter.h
"
6
namespace
{
7
art::detail::ExitCodePrinter
p;
8
}
9
10
#include "
art/Framework/Art/artapp.h
"
11
#include "
messagefacility/MessageLogger/MessageLogger.h
"
12
13
int
14
main
(
int
argc,
char
* argv[])
15
{
16
p =
artapp
(argc, argv);
17
mf::EndMessageFacility
();
18
return
p.exitcode();
19
}
20
21
// Local Variables:
22
// mode: c++
23
// End:
mf::EndMessageFacility
void EndMessageFacility()
Definition:
MessageLogger.cc:502
MessageLogger.h
main
int main(int argc, char *argv[])
Definition:
gm2.cc:14
artapp
int artapp(int argc, char *argv[], bool report_unused)
Definition:
artapp.cc:26
art::detail::ExitCodePrinter
Definition:
ExitCodePrinter.h:8
artapp.h
ExitCodePrinter.h
art
Framework
Art
gm2.cc
Generated on Thu May 2 2024 20:59:28 for LArSoft by
1.8.11