]> git.uio.no Git - u/mrichter/AliRoot.git/commit - HLT/PHOS/AliHLTPHOSFileWriterComponent.cxx
HLT component to write data to files. The directory where to write the files
authorphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 9 Feb 2007 15:28:28 +0000 (15:28 +0000)
committerphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 9 Feb 2007 15:28:28 +0000 (15:28 +0000)
commitf4d27262b325b50ec0e255a3cffd0307a7455244
tree71bace4323925f63202c8c3f7ed10ce5627cea2d
parent6e91c38e28440ae2644dd4b780388e87943759c3
HLT component to write data to files. The directory where to write the files
has to be specified as component argumet with the -directory <directory> option.
At least one data type has to be specified as component argumet with the
-datatype <datatype>. Any number of valid datatype can be specified.
Example of usage.

-componentargs "-directory /home/perthi/HLT/phos/data/  -datatype gkCellEnergyDataType  -datatype gkDDLPackedRawDataType"

The command abowe will write both celle energies and untouched raw RCU data to separate files in the
directory /home/perthi/HLT/phos/data/. Currently one file will be written per event.
HLT/PHOS/AliHLTPHOSFileWriterComponent.cxx
HLT/PHOS/AliHLTPHOSFileWriterComponent.h