Changeset 5103 for trunk/MagicSoft/Simulation/Detector/include-MC
- Timestamp:
- 09/17/04 15:48:22 (20 years ago)
- Location:
- trunk/MagicSoft/Simulation/Detector/include-MC
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-MC/MCCphoton.hxx
r5078 r5103 27 27 #include "TObject.h" 28 28 29 #include <iostream .h>30 #include <iomanip .h>31 #include <fstream .h>29 #include <iostream> 30 #include <iomanip> 31 #include <fstream> 32 32 #include <stdlib.h> 33 #include <string .h>33 #include <string> 34 34 #include <math.h> 35 35 36 36 #include "jcmacros.h" 37 38 using namespace std; 37 39 38 40 // const char variables to use in MCCphoton::isA() function -
trunk/MagicSoft/Simulation/Detector/include-MC/MCEventHeader.hxx
r5078 r5103 27 27 #include <TObject.h> 28 28 29 #include <iostream .h>30 #include <iomanip .h>31 #include <fstream .h>29 #include <iostream> 30 #include <iomanip> 31 #include <fstream> 32 32 #include <stdlib.h> 33 33 #include <math.h> -
trunk/MagicSoft/Simulation/Detector/include-MC/MCEventHeader_2.hxx
r5078 r5103 27 27 #include "TObject.h" 28 28 29 #include <iostream .h>30 #include <iomanip .h>31 #include <fstream .h>29 #include <iostream> 30 #include <iomanip> 31 #include <fstream> 32 32 #include <stdlib.h> 33 33 #include <math.h> -
trunk/MagicSoft/Simulation/Detector/include-MC/MCRunHeader.hxx
r5078 r5103 27 27 #include "TObject.h" 28 28 29 #include <iostream .h>30 #include <iomanip .h>31 #include <fstream .h>29 #include <iostream> 30 #include <iomanip> 31 #include <fstream> 32 32 #include <stdlib.h> 33 33 #include <math.h> 34 34 35 35 #define SIZE_OF_MCRUNHEADER 272 /* floats */ 36 37 using namespace std; 36 38 37 39 // @endcode
Note:
See TracChangeset
for help on using the changeset viewer.