LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
art.cc File Reference

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 8 of file art.cc.

References artapp(), mf::EndMessageFacility(), and art::detail::info_success().

8  {
9  int result = artapp(argc,argv);
10  // Make sure the message logger is shut down and any backlog cleared
11  // so our message really is the last one put out.
13  // End message.
14  if (result == art::detail::info_success()) {
15  return 0;
16  }
17  std::cout
18  << "Art has completed and will exit with status "
19  << result
20  << "."
21  << std::endl;
22  return result;
23 }
void EndMessageFacility()
int artapp(int argc, char *argv[])
Definition: artapp.cc:23
constexpr int info_success()
Definition: info_success.h:9