- Timestamp:
- 11/03/03 17:41:54 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MEvtLoop.cc
r2454 r2459 371 371 // 372 372 if (fProgress && fNumEvents>0) 373 fProgress->SetPosition( num/fNumEvents);373 fProgress->SetPosition((Double_t)num/fNumEvents); 374 374 375 375 -
trunk/MagicSoft/Mars/mhistmc/MHMcCollectionArea.cc
r2250 r2459 90 90 fHistCol->SetDirectory(NULL); 91 91 92 fHistAll->UseCurrentStyle(); 93 fHistSel->UseCurrentStyle(); 94 fHistCol->UseCurrentStyle(); 95 92 96 fHistAll->SetXTitle("E [GeV]"); 93 97 fHistAll->SetYTitle("r [m]");
Note:
See TracChangeset
for help on using the changeset viewer.