// fill ROOT tree // // called from gudigi.F // // last modified on 14/10/99 by R.Holzmann #ifndef FILLTREE_H #define FILLTREE_H #include "cfortran.h" #include #include #include #include #include PROTOCCALLSFSUB0(UHBOOK,uhbook) #define UHBOOK() CCALLSFSUB0(UHBOOK,uhbook) PROTOCCALLSFSUB1(SETITUP,setitup,INT) #define SETITUP(IFLAG) CCALLSFSUB1(SETITUP,setitup,INT,IFLAG) extern int gRootFileNumber; extern TString gRootFileName; extern int batch; long long MAXFILESIZE; void filltree(); #endif /*! FILLTREE_H */