Changeset 13169 for trunk


Ignore:
Timestamp:
03/22/12 14:56:22 (13 years ago)
Author:
tbretz
Message:
Improved some debug output, removed obsolete SetMode; commented out some old debug output.
File:
1 edited

Legend:

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

    r12998 r13169  
    144144
    145145        ostringstream str;
    146         str << "Set next run-number to " << fRunNumber << " determined from " << fPath;
     146        str << "Set next run-number to " << fRunNumber << " determined from '" << (fPath.empty()?".":fPath) << "'";
    147147        fMsg.Message(str);
    148148
    149         fMsg.Info(" ==> TODO: Crosscheck with database!");
     149        //fMsg.Info(" ==> TODO: Crosscheck with database!");
    150150
    151151        return check;
     
    282282        // FIMXE: Maybe reset an event counter so that the mcp can count events?
    283283
    284         fMsg.Info(" ==> TODO: Set a limit on the size of fExpectedRuns!");
     284        //fMsg.Info(" ==> TODO: Set a limit on the size of fExpectedRuns!");
    285285
    286286        fExpectedRuns[fRunNumber] = descr;
     
    428428
    429429    // FIXME: To be removed
    430     void SetMode(int mode) const { g_runStat = mode; }
     430    //void SetMode(int mode) const { g_runStat = mode; }
    431431
    432432    bool IsConnected(int i) const     { return gi_NumConnect[i]==7; }
     
    574574    FileHandle_t runOpen(uint32_t runid, RUN_HEAD *h, size_t)
    575575    {
    576         fMsg.Info(" ==> TODO: Update run configuration in database!");
     576        //fMsg.Info(" ==> TODO: Update run configuration in database!");
    577577
    578578        map<uint32_t,FAD::RunDescription>::iterator it = fExpectedRuns.begin();
     
    690690    int runClose(FileHandle_t handler, RUN_TAIL *tail, size_t)
    691691    {
    692         fMsg.Info(" ==> TODO: Update run configuration in database!");
     692        //fMsg.Info(" ==> TODO: Update run configuration in database!");
    693693
    694694        DataProcessorImp *file = reinterpret_cast<DataProcessorImp*>(handler);
Note: See TracChangeset for help on using the changeset viewer.