ROOTANA
manalyzer_main.cxx
Go to the documentation of this file.
1 //
2 // MIDAS analyzer
3 //
4 // K.Olchanski
5 //
6 
7 #include "manalyzer.h"
8 
9 int main(int argc, char* argv[])
10 {
11  return manalyzer_main(argc, argv);
12 }
13 
14 /* emacs
15  * Local Variables:
16  * tab-width: 8
17  * c-basic-offset: 3
18  * indent-tabs-mode: nil
19  * End:
20  */
int manalyzer_main(int argc, char *argv[])
Definition: manalyzer.cxx:2614
int main(int argc, char *argv[])