Ignore:
Timestamp:
04/05/02 14:11:00 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmain/MDataCheck.cc

    r1214 r1268  
    119119    read.DisableAutoScheme();
    120120
    121     MFillH fill("MRawEvtData", "MHFadcCam");
     121    MFillH fill("MHFadcCam", "MRawEvtData");
    122122
    123123    tasks.AddToList(&read);
     
    140140    // Execute your analysis
    141141    //
    142     Bool_t rc = magic.Eventloop(300);
     142    Bool_t rc = magic.Eventloop();
    143143
    144144    //
Note: See TracChangeset for help on using the changeset viewer.