]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/PHOS/AliHLTPHOSDDLDecoderComponent.h
New component for writing calibration data to fxs (Oystein)
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSDDLDecoderComponent.h
index 6da1c285a2ad10ff185663c436e9d49bdf75c059..ce8d84f6655901d8da72b89fea32b9cdd85876b9 100644 (file)
@@ -1,3 +1,8 @@
+// 1
+// 2
+// 3
+// 4
+// 5
 #ifndef ALIHLTPHOSDDLDECODERCOMPONENT_H
 #define ALIHLTPHOSDDLDECODERCOMPONENT_H
 
@@ -35,14 +40,16 @@ class AliHLTPHOSDDLDecoderComponent:public AliHLTPHOSRcuProcessor
                     AliHLTComponentTriggerData& trigData, AliHLTUInt8_t* outputPtr, 
                     AliHLTUInt32_t& size, vector<AliHLTComponentBlockData>& outputBlocks ); 
 
+ protected:
+  using AliHLTPHOSRcuProcessor::DoEvent;
 
  private:
   AliHLTPHOSDataCorruptor *fDataCorruptorPtr;                  /**<Pointer to data corruptor*/
   Double_t fTmpChannelData[ALTRO_MAX_SAMPLES];                 /**<Temporary storage for altro dat from a single channel*/
   AliHLTPHOSRcuChannelDataStruct*  fOutPtr;                    /**<Pointer to outputbuffer to write results from the component into shared memory*/
-  AliHLTDDLDecoder *fDecoderPtr;
-  AliHLTAltroData *fAltroDataPtr;
-  AliHLTPHOSMapper   *fMapperPtr;
+  AliHLTDDLDecoder *fDecoderPtr; //comment
+  AliHLTAltroData *fAltroDataPtr; //comment
+  AliHLTPHOSMapper   *fMapperPtr; //comment
 };
 #endif