Changeset 961 for trunk/MagicSoft/Mars/mraw
- Timestamp:
- 10/05/01 14:39:20 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawFileRead.cc
r860 r961 23 23 \* ======================================================================== */ 24 24 25 //////////////////////////////////////////////////////////////////////// 26 // 27 // MRawFile 28 // 29 // This tasks reads the raw binary file like specified in the TDAS??? 30 // and writes the data in the corresponding containers which are 31 // either retrieved from the parameter list or created and added. 32 // 33 // Input Containers: 34 // -/- 35 // 36 // Output Containers: 37 // MRawRunHeader, MRawEvtHeader, MRawEvtData, MRawCrateArray, M RawEvtTime38 // 39 //////////////////////////////////////////////////////////////////////// 25 ////////////////////////////////////////////////////////////////////////////// 26 // // 27 // MRawFile // 28 // // 29 // This tasks reads the raw binary file like specified in the TDAS??? // 30 // and writes the data in the corresponding containers which are // 31 // either retrieved from the parameter list or created and added. // 32 // // 33 // Input Containers: // 34 // -/- // 35 // // 36 // Output Containers: // 37 // MRawRunHeader, MRawEvtHeader, MRawEvtData, MRawCrateArray, MTime // 38 // // 39 ////////////////////////////////////////////////////////////////////////////// 40 40 41 41 #include "MRawFileRead.h"
Note:
See TracChangeset
for help on using the changeset viewer.