Changeset 16092 for trunk/FACT++/src
- Timestamp:
- 05/23/13 19:11:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/DataProcessorImp.cc
r16055 r16092 1 1 #include "DataProcessorImp.h" 2 2 3 #include "HeadersFAD.h" 3 4 #include "FAD.h" 4 5 #include "tools.h" … … 45 46 // ======================================================================= 46 47 47 bool DataDump::Open(const RUN_HEAD &h, const FAD::RunDescription & )48 bool DataDump::Open(const RUN_HEAD &h, const FAD::RunDescription &d) 48 49 { 49 50 fFileName = "/dev/null"; … … 53 54 << "OPEN_FILE #" << GetRunId() << ":" 54 55 << " Ver=" << h.Version 55 << " Typ=" << h.RunType56 56 << " Nb=" << h.NBoard 57 57 << " Np=" << h.NPix 58 58 << " NTm=" << h.NTm 59 << " roi=" << h.Nroi; 59 << " roi=" << h.Nroi 60 << " Typ=" << d.name; 60 61 61 62 Debug(str);
Note:
See TracChangeset
for help on using the changeset viewer.