Changeset 16866


Ignore:
Timestamp:
06/19/13 11:21:25 (11 years ago)
Author:
tbretz
Message:
Removed the output of the ratescans to an ascii file. Sending it to the datalogger has proven to be stable.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/ratescan.cc

    r16785 r16866  
    170170        Info(sout1.str());
    171171
    172         ofstream fout("ratescan.txt", ios::app);
    173         fout << sout1.str() << sout2.str() << sout3.str() << endl;
     172        //ofstream fout("ratescan.txt", ios::app);
     173        //fout << sout1.str() << sout2.str() << sout3.str() << endl;
    174174
    175175        fDimData.setQuality(fCommand=="FTM_CONTROL/SET_THRESHOLD");
     
    264264        fStartTime = trunc(now.UnixTime());
    265265
     266        /*
    266267        ofstream fout("ratescan.txt", ios::app);
    267268        fout << "# ----- " << now << " (" << fStartTime << ") -----\n";
     
    276277        fout << '\n';
    277278        fout << "# -----" << endl;
     279        */
    278280
    279281        ostringstream msg;
Note: See TracChangeset for help on using the changeset viewer.