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 "BField/BfldDbiPlaneMap.h" 00016 #include "BField/BfldLoanPool.h" 00017 #include "Calibrator/Calibrator.h" 00018 #include "JobControl/JobC.h" 00019 #include "JobControl/JobCEnv.h" 00020 #include "RerootExodus/RerootExodus.h" 00021 #include "UgliGeometry/UgliLoanPool.h" 00022 00023 #endif
1.3.9.1