Changeset 11467


Ignore:
Timestamp:
07/19/11 16:37:01 (13 years ago)
Author:
tbretz
Message:
Replaced value by INT32_MAX; replaced StartPix with StartCell
File:
1 edited

Legend:

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

    r11446 r11467  
    456456        AddColumnEntry(colNames, dataTypes, 2,            'J', "PCTime");
    457457        AddColumnEntry(colNames, dataTypes, NBOARDS,      'J', "BoardTime");
    458         AddColumnEntry(colNames, dataTypes, NPIX,         'I', "StartPix");
     458        AddColumnEntry(colNames, dataTypes, NPIX,         'I', "StartCell");
    459459        AddColumnEntry(colNames, dataTypes, NTMARK,       'I', "StartTM");
    460460        AddColumnEntry(colNames, dataTypes, NPIX*h->Nroi, 'I', "Data");
     
    875875            maxtime = 24*60*60;
    876876        if (maxevt==0)
    877             maxevt  = 2147483646;
     877            maxevt  = INT32_MAX;
    878878
    879879        fExpectedRuns[fRunNumber] = make_pair(maxtime, maxevt);
Note: See TracChangeset for help on using the changeset viewer.