- Timestamp:
- 03/23/12 14:26:01 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/datalogger.cc
r13193 r13204 1924 1924 const vector<string> dataFormatsLocal = sub.fConv->GetFitsFormat(); 1925 1925 1926 ostringstream str; 1927 str << "Initializing data columns for service " << sub.server << "/" << sub.service; 1928 Info(str); 1926 1929 sub.nightlyFile.InitDataColumns(GetDescription(sub.server, sub.service), dataFormatsLocal, sub.dimInfo->getData(), this); 1927 1930 sub.runFile.InitDataColumns(GetDescription(sub.server, sub.service), dataFormatsLocal, sub.dimInfo->getData(), this); 1931 1928 1932 sub.fitsBufferAllocated = true; 1929 1933 }
Note:
See TracChangeset
for help on using the changeset viewer.