HYDRA_development_version
Main Page
Namespaces
Classes
Files
File List
File Members
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
rootHAFT
TROOT rootHAFT("HAFT","Root with HAFT function getHadesAcceptance(p,th,ph)")
main
int main(int argc, char *argv[])
Definition:
rootHAFT.cc:7
haft
rootHAFT.cc
Generated on Fri Oct 9 2020 14:30:03 for HYDRA_development_version by
1.8.8