Ignore:
Timestamp:
08/11/11 23:09:13 (13 years ago)
Author:
tbretz
Message:
Implemented a new determination fo run-number after noon in the fadctrl; created the possibility to add the date to the raw-data path; allow to set the path as program option; for all this moved some code from the datalogger to DimWriteStatistics
File:
1 edited

Legend:

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

    r11726 r11893  
    2020bool DataWriteRaw::Open(RUN_HEAD *h)
    2121{
    22     const string name = FormFileName(GetRunId(), "bin");
     22    const string name = FormFileName("bin");
    2323    if (access(name.c_str(), F_OK)==0)
    2424    {
Note: See TracChangeset for help on using the changeset viewer.