Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Cedar_phy/restructure-chris/headers/aclic.h

Go to the documentation of this file.
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

Generated on Mon Jun 16 14:56:11 2008 for loon by  doxygen 1.3.9.1