HYDRA_development_version
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
rootHAFT.cc
Go to the documentation of this file.
1 #include <TROOT.h>
2 #include <TSystem.h>
3 #include <TRint.h>
4 
5 TROOT rootHAFT("HAFT","Root with HAFT function getHadesAcceptance(p,th,ph)");
6 
7 int main(int argc,char *argv[]) {
8  TRint *rint=new TRint("Rint",&argc,argv,0,0);
9  rint->Run();
10  delete rint;
11  return 0;
12 }
13 
TROOT rootHAFT("HAFT","Root with HAFT function getHadesAcceptance(p,th,ph)")
int main(int argc, char *argv[])
Definition: rootHAFT.cc:7