Changeset 2459 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
11/03/03 17:41:54 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MEvtLoop.cc

    r2454 r2459  
    371371    //
    372372    if (fProgress && fNumEvents>0)
    373         fProgress->SetPosition(num/fNumEvents);
     373        fProgress->SetPosition((Double_t)num/fNumEvents);
    374374
    375375
  • trunk/MagicSoft/Mars/mhistmc/MHMcCollectionArea.cc

    r2250 r2459  
    9090    fHistCol->SetDirectory(NULL);
    9191
     92    fHistAll->UseCurrentStyle();
     93    fHistSel->UseCurrentStyle();
     94    fHistCol->UseCurrentStyle();
     95
    9296    fHistAll->SetXTitle("E [GeV]");
    9397    fHistAll->SetYTitle("r [m]");
Note: See TracChangeset for help on using the changeset viewer.