- Timestamp:
- 09/17/04 14:51:02 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 }
Note:
See TracChangeset
for help on using the changeset viewer.