Ignore:
Timestamp:
09/15/11 12:44:14 (13 years ago)
Author:
lyard
Message:
added auto highlight of pixels
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.cc

    r12053 r12103  
    10371037    }
    10381038
    1039     if (calibInputFile->HasKey("NROI"))
    1040     {
    1041         cout << "Looks like you're trying to load a regular raw data file as DRS calib. aborting." << endl;
    1042         delete calibInputFile;
    1043         calibInputFile = NULL;
    1044         return;
    1045     }
     1039//    if (calibInputFile->HasKey("NROI"))
     1040//    {
     1041//        cout << "Looks like you're trying to load a regular raw data file as DRS calib. aborting." << endl;
     1042//        delete calibInputFile;
     1043//        calibInputFile = NULL;
     1044//        return;
     1045//    }
    10461046
    10471047    if (!calibInputFile->SetPtrAddress("BaselineMean", baseLineMean)){
Note: See TracChangeset for help on using the changeset viewer.