Ignore:
Timestamp:
05/31/05 11:53:09 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJStar.cc

    r7091 r7115  
    191191
    192192    MReadReports readreal;
    193     readreal.AddTree("Events", "MTime.", kTRUE);
    194     readreal.AddTree("Drive");
     193    readreal.AddTree("Events", "MTime.", MReadReports::kMaster);
     194    readreal.AddTree("Drive", MReadReports::kRequired);
    195195    readreal.AddTree("CC");
    196196    //read.AddTree("Trigger");
     
    368368    if (!ismc)
    369369    {
    370         tlist2.AddToList(&rate,   "Events");
    371         tlist2.AddToList(&fillvs, "Events");
    372         tlist2.AddToList(&fill8,  "Events");
    373         tlist2.AddToList(&fill9,  "Events");
     370        // Calibration events don't enter star at all.
     371        tlist2.AddToList(&rate);
     372        tlist2.AddToList(&fillvs);
     373        tlist2.AddToList(&fill8);
     374        tlist2.AddToList(&fill9);
    374375    }
    375376    //tlist2.AddToList(&fillb);
Note: See TracChangeset for help on using the changeset viewer.