]> git.uio.no Git - u/mrichter/AliRoot.git/commit - FMD/AliFMDBaseDA.cxx
Fixes for DAs after introduction of 3 LDCs (rather than 1):
authorcholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 10 Jul 2009 09:08:34 +0000 (09:08 +0000)
committercholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 10 Jul 2009 09:08:34 +0000 (09:08 +0000)
commit408bf2b4d2c2269ff82f2c64dcd287e533046423
tree285fab66ea906336928663962305755c4d93608e
parent7f56b767504d138d104879531058e7923ebfcc74
Fixes for DAs after introduction of 3 LDCs (rather than 1):

* AliFMDBaseDA: Only write out conditions values for the detector(s)
  seen in the SOD event.
* AliFMDCalibSampleRate: Second (optional) argument of 3 booleans to
  WriteOut.  The array contains the value true of detectors which are
  seen.  Also, specify the std:: namespace explicitly, and use {i,o}stream
  instead of {i,o}fstream.
* AliFMDCalibStripRange:  As above.
* AliFMDPedestalDA:  Write only pedestal upload files for the detectors
  we've seen.
* AliFMDRawReader:  Return argument of 3 bools for detectors seen in
  SOD events.
* Elaborated some documentation
18 files changed:
FMD/AliFMDAltroMapping.h
FMD/AliFMDBackgroundCorrection.cxx
FMD/AliFMDBackgroundCorrection.h
FMD/AliFMDBaseDA.cxx
FMD/AliFMDBaseDA.h
FMD/AliFMDBoolMap.cxx
FMD/AliFMDCalibSampleRate.cxx
FMD/AliFMDCalibSampleRate.h
FMD/AliFMDCalibStripRange.cxx
FMD/AliFMDCalibStripRange.h
FMD/AliFMDEdepMap.h
FMD/AliFMDPedestalDA.cxx
FMD/AliFMDQADataMakerRec.cxx
FMD/AliFMDRawReader.cxx
FMD/AliFMDRawReader.h
FMD/FMDBaseda.cxx
FMD/FMDGainda.cxx
FMD/FMDPedestalda.cxx