Changeset 3046 for trunk/MagicSoft/Simulation/Detector/include-CORSIKA
- Timestamp:
- 02/06/04 17:59:03 (21 years ago)
- Location:
- trunk/MagicSoft/Simulation/Detector/include-CORSIKA
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-CORSIKA/COREvent.hxx
r294 r3046 13 13 #define COREvent_Class 14 14 15 #ifdef __ROOT__16 15 #include "TROOT.h" 17 #include "TObject.h"18 #else // not __ROOT__19 #include "Rtypes.h"20 #endif21 16 22 17 #include "COREventHeader.hxx" -
trunk/MagicSoft/Simulation/Detector/include-CORSIKA/COREventEnd.hxx
r791 r3046 24 24 25 25 // @code 26 #ifdef __ROOT__27 26 #include "TROOT.h" 28 27 #include "TObject.h" 29 #else // not __ROOT__30 #include "Rtypes.h"31 #endif32 28 33 29 #include <iostream.h> -
trunk/MagicSoft/Simulation/Detector/include-CORSIKA/COREventHeader.hxx
r1391 r3046 24 24 25 25 // @code 26 #ifdef __ROOT__27 26 #include "TROOT.h" 28 27 #include "TObject.h" 29 #else // not __ROOT__30 #include "Rtypes.h"31 #endif32 28 33 29 #include <iostream.h> -
trunk/MagicSoft/Simulation/Detector/include-CORSIKA/CORParticle.hxx
r417 r3046 24 24 25 25 // @code 26 #ifdef __ROOT__27 26 #include "TROOT.h" 28 27 #include "TObject.h" 29 #else // not __ROOT__30 #include "Rtypes.h"31 #endif32 28 33 29 #include <iostream.h> -
trunk/MagicSoft/Simulation/Detector/include-CORSIKA/CORRunEnd.hxx
r791 r3046 24 24 25 25 // @code 26 #ifdef __ROOT__27 26 #include "TROOT.h" 28 27 #include "TObject.h" 29 #else // not __ROOT__30 #include "Rtypes.h"31 #endif32 28 33 29 #include <iostream.h> -
trunk/MagicSoft/Simulation/Detector/include-CORSIKA/CORRunHeader.hxx
r791 r3046 24 24 25 25 // @code 26 #ifdef __ROOT__27 26 #include "TROOT.h" 28 27 #include "TObject.h" 29 #else // not __ROOT__30 #include "Rtypes.h"31 #endif32 28 33 29 #include <iostream.h> -
trunk/MagicSoft/Simulation/Detector/include-CORSIKA/CORStatfile.hxx
r294 r3046 24 24 25 25 // @code 26 #ifdef __ROOT__27 26 #include "TROOT.h" 28 27 #include "TObject.h" 29 #else // not __ROOT__30 #include "Rtypes.h"31 #endif32 28 33 29 #include <iostream.h>
Note:
See TracChangeset
for help on using the changeset viewer.