00001 // Include this file before anything else. 00002 // It is intended to include all headers 00003 // any script might need to be compiled which 00004 // it otherwise wouldn't. 00005 00006 // Trying with ACLiC ought to help get scripts 00007 // right first time, instead of dying with silly 00008 // syntax errors the first time they're run in anger. 00009 00010 #if !defined(__CINT__) || defined(__MAKECINT__) 00011 00012 #include "TROOT.h" 00013 00014 // Alphabetical order 00015 #include "Algorithm/AlgConfig.h" 00016 #include "Algorithm/AlgFactory.h" 00017 #include "BField/BfldDbiPlaneMap.h" 00018 #include "BField/BfldLoanPool.h" 00019 #include "Calibrator/Calibrator.h" 00020 #include "Conventions/Detector.h" 00021 #include "Conventions/ReleaseType.h" 00022 #include "JobControl/JobC.h" 00023 #include "JobControl/JobCEnv.h" 00024 #include "Record/RecJobRecord.h" 00025 #include "RerootExodus/RerootExodus.h" 00026 #include "UgliGeometry/UgliLoanPool.h" 00027 00028 #endif
1.3.9.1