#include typedef double ANTADouble; typedef unsigned short int ANTAUsInt; typedef unsigned long int ANTAUlInt; typedef std::string ANTAString; typedef bool ANTABool; ANTADouble DEPTHmax; ANTADouble Zmin; ANTADouble Zmax; ANTADouble CANr; ANTADouble EnlargedCANr; ANTADouble CANh; ANTADouble THETAmin; ANTADouble THETAmax; ANTADouble Rmin; ANTADouble Rmax; ANTAUsInt MULTmin; ANTAUsInt MULTmax; ANTAUsInt GEANTid; ANTADouble density; ANTADouble AbsLength; ANTADouble NAbsLength; ANTADouble Ethreshold; ANTAUlInt seed; ANTAUlInt events; ANTAString numrun; ANTAString OutputFileName; ANTAString LivetimeFileName; ANTAString ParameterFileName; ANTAString DetectorFileName; ANTAString RootOutputFile; ANTABool histo; ANTABool lib_io; ANTABool lib_det;