Changeset 5185 for trunk


Ignore:
Timestamp:
10/05/04 15:36:19 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5184 r5185  
    1919
    2020                                                 -*-*- END OF LINE -*-*-
     21
     22 2004/10/05: Thomas Bretz
     23
     24  * mjobs/MJStar.cc:
     25    - removed rate cut from eventloop because its highly untested and
     26      unstable
     27
     28
    2129
    2230 2004/10/05: Markus Meyer and Keiichi Mase
  • trunk/MagicSoft/Mars/mjobs/MJStar.cc

    r5159 r5185  
    173173    MGeomApply             apply; // Only necessary to craete geometry
    174174    MEventRateCalc         rate;
    175     MEventRateCalc         rate1; // 5min
     175    //MEventRateCalc         rate1; // 5min
    176176    rate.SetNumEvents(1200);
    177     rate1.SetNumEvents(60000);
    178     rate1.SetNameEventRate("MEventRate2");
    179     rate1.SetNameTimeRate("MTimeRate2");
    180 /*
     177    //rate1.SetNumEvents(60000);
     178    //rate1.SetNameEventRate("MEventRate2");
     179    //rate1.SetNameTimeRate("MTimeRate2");
     180
     181    /*
    181182    MEventRateCalc         rate10000;
    182183    rate10000.SetNameEventRate("MEventRate10000");
     
    212213    hvs.SetNumEvents(500);
    213214
    214     MContinue cont1("MEventRate2.fRate/MEventRate.fRate>1.1");
    215     MContinue cont2("MEventRate.fRate/MEventRate2.fRate>1.1");
     215    //MContinue cont1("MEventRate2.fRate/MEventRate.fRate>1.1");
     216    //MContinue cont2("MEventRate.fRate/MEventRate2.fRate>1.1");
    216217
    217218    MFillH fillvs(&hvs,           "MTime",        "FillEventRate10s");
     
    283284        tlist2.AddToList(&cont);
    284285        tlist2.AddToList(&rate);
    285         tlist2.AddToList(&rate1);
     286        //tlist2.AddToList(&rate1);
    286287        tlist2.AddToList(&fillvs);
    287         tlist2.AddToList(&cont1);
    288         tlist2.AddToList(&cont2);
     288        //tlist2.AddToList(&cont1);
     289        //tlist2.AddToList(&cont2);
    289290        tlist2.AddToList(&fill8);
    290291        tlist2.AddToList(&fill9);
Note: See TracChangeset for help on using the changeset viewer.