Skip to content
Snippets Groups Projects
JpsiGamKsKlKKParserTestApp.cc 490 B
Newer Older
Marc Pelizaeus's avatar
Marc Pelizaeus committed
#include <iostream>
#include <cstring>
#include <string>
#include <sstream>
#include <vector>
#include <map>

#include <boost/shared_ptr.hpp>

#include "Examples/JpsiGamKsKlKK/JpsiGamKsKlKKParser.hh"


#include "ErrLogger/ErrLogger.hh"


int main(int __argc,char *__argv[]){

  // Parse the command line
  static JpsiGamKsKlKKParser theAppParams(__argc, __argv);

  // Inform the audience about the execution mode
//   emitExecutionMode(theAppParams.getAppExecMode());

    
  return 0;
}