Changeset 11446


Ignore:
Timestamp:
07/18/11 16:35:51 (13 years ago)
Author:
tbretz
Message:
Removed the debug values for maxevt and maxtime; removed two obsolete comment lines.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/EventBuilderWrapper.h

    r11445 r11446  
    514514        WriteKey("DATE",     now.Iso(),   "File creation date");
    515515        WriteKey("NIGHT",    now.NightAsInt(), "Night as int");
    516         // WriteKey("TSTART", "", "Time when first event was received")
    517         // WriteKey("TSTOP",  "", "Time when last event was received")
    518516
    519517        //FIXME should we also put the start and stop time of the received data ?
     
    879877            maxevt  = 2147483646;
    880878
    881         maxtime = 60;
    882         maxevt  = 10;
    883 
    884879        fExpectedRuns[fRunNumber] = make_pair(maxtime, maxevt);
    885880        return fRunNumber++;
Note: See TracChangeset for help on using the changeset viewer.