Changeset 4045 for trunk/MagicSoft/Mars
- Timestamp:
- 05/11/04 12:08:30 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mtemp/mifae/programs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mifae/programs/falseSource.cc
r3973 r4045 264 264 { 265 265 alpha = hillasSrc[i+ival][j+ival]->GetAlpha(); 266 hOnAlpha[i+ival][j+ival]->Fill( abs(alpha));266 hOnAlpha[i+ival][j+ival]->Fill(TMath::Abs(alpha)); 267 267 } 268 268 } … … 304 304 { 305 305 alpha = hillasSrc[i+ival][j+ival]->GetAlpha(); 306 hOffAlpha[i+ival][j+ival]->Fill( abs(alpha));306 hOffAlpha[i+ival][j+ival]->Fill(TMath::Abs(alpha)); 307 307 } 308 308 } -
trunk/MagicSoft/Mars/mtemp/mifae/programs/psffit.cc
r3947 r4045 24 24 25 25 #include <iostream> 26 #include <stdlib.h> 26 27 27 28 #include <TString.h>
Note:
See TracChangeset
for help on using the changeset viewer.