Changeset 5099 for trunk/MagicSoft/Simulation/Detector/include-MTrigger
- Timestamp:
- 09/17/04 14:51:02 (20 years ago)
- Location:
- trunk/MagicSoft/Simulation/Detector/include-MTrigger
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-MTrigger/MGTriggerSignal.hxx
r579 r5099 4 4 5 5 #include <stdlib.h> 6 #include <iostream .h>6 #include <iostream> 7 7 8 8 #include <TROOT.h> -
trunk/MagicSoft/Simulation/Detector/include-MTrigger/MTrigger.cxx
r5082 r5099 13 13 #include "MGeomCam.h" 14 14 #include "MGeomPix.h" 15 16 using namespace std; 15 17 16 18 MTrigger::MTrigger(int pix) { … … 1266 1268 ii=(Int_t)i/8; 1267 1269 if (dknt[i]==kTRUE){ 1268 map[ii]=map[ii]+(Int_t)pow( 2,i-ii*8);1270 map[ii]=map[ii]+(Int_t)pow((double)2, (double)i-ii*8); 1269 1271 } 1270 1272 } -
trunk/MagicSoft/Simulation/Detector/include-MTrigger/MTrigger.hxx
r5082 r5099 15 15 // 16 16 // 17 #include <iostream .h>17 #include <iostream> 18 18 #include <math.h> 19 19
Note:
See TracChangeset
for help on using the changeset viewer.