Changeset 3046 for trunk/MagicSoft/Simulation/Detector/include-MC
- Timestamp:
- 02/06/04 17:59:03 (21 years ago)
- Location:
- trunk/MagicSoft/Simulation/Detector/include-MC
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-MC/MCCphoton.hxx
r1674 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-MC/MCEventHeader.hxx
r1256 r3046 24 24 25 25 // @code 26 #ifdef __ROOT__ 27 #include "TROOT.h" 28 #include "TObject.h" 29 #else // not __ROOT__ 30 #include "Rtypes.h" 31 #endif 26 #include <MAGIC.h> 27 #include <TObject.h> 32 28 33 29 #include <iostream.h> -
trunk/MagicSoft/Simulation/Detector/include-MC/MCEventHeader_2.hxx
r2343 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-MC/MCRunHeader.hxx
r1732 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.