/[PAMELA software]/PamCut/CollectionActions/LiveTimeAction/LiveTimeAction.cpp
ViewVC logotype

Diff of /PamCut/CollectionActions/LiveTimeAction/LiveTimeAction.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by pam-fi, Wed Aug 5 17:04:18 2009 UTC revision 1.3 by pam-fi, Wed Aug 5 17:43:15 2009 UTC
# Line 58  LiveTimeAction::LiveTimeAction(const cha Line 58  LiveTimeAction::LiveTimeAction(const cha
58    while (!rigBinListFile.eof()) {    while (!rigBinListFile.eof()) {
59      rigBinListFile >> auxString;      rigBinListFile >> auxString;
60      if (auxString != "") {      if (auxString != "") {
61        _bins.push_back(auxString.Atof());        bins.push_back(auxString.Atof());
62      }      }
63    }    }
64    rigBinListFile.close();    rigBinListFile.close();

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23