#include #include #include #include //SDSim files //#include "utilities.h" // contains input params libs #include "Globals.h" #include "EVTSim_ROOT.h"// event definition #include "ObsAuger_ROOT.h" // defines the site observatory #include "Shower_ROOT.h"//defines the shower #include "Parameters.h" // The parameters obtained from the input config file #include "LocalStationConst.h" //CDAS #include "Er.h" //ROOT files #include "TROOT.h" #include "TRandom.h" //SDSim global parameters Shower_ROOT* shower; // the shower ObsAuger_ROOT* observatory; // the surface array Parameters* P; // the parameters (FDSim type) const int NBGEN=2; TRandom r[NBGEN]; // array of random generators static int toto = 0; TROOT root("toto","toto"); int main (int argc, char *argv[]) { cout << " toto " << endl; }