Changeset 2459
- Timestamp:
- 11/03/03 17:41:54 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
- 
      - 2 edited
 
 - 
          
  mbase/MEvtLoop.cc (modified) (1 diff)
- 
          
  mhistmc/MHMcCollectionArea.cc (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/MagicSoft/Mars/mbase/MEvtLoop.ccr2454 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.ccr2250 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.
  
