]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/PHOS/AliHLTPHOSDigitMakerComponent.cxx
New interface for shared memory. The AliHLTPHOSValidDataStruct now has a pointer...
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSDigitMakerComponent.cxx
index 766e91aac8c682427eef52d51a98ebc68e90229d..d787fe081720a6e80db5b959606fe9e8b72d2ef4 100644 (file)
@@ -110,12 +110,10 @@ AliHLTPHOSDigitMakerComponent::DoEvent(const AliHLTComponentEventData& evtData,
                                        std::vector<AliHLTComponentBlockData>& outputBlocks)
 {
   //see header file for documentation
-
   UInt_t tSize            = 0;
   UInt_t offset           = 0; 
   UInt_t mysize           = 0;
   Int_t digitCount = 0;
-  //  cout << " AliHLTPHOSDigitMakerComponent::DoEven  fEvtCnt = " << fEvtCnt <<endl; 
 
   AliHLTUInt8_t* outBPtr;
   outBPtr = outputPtr;
@@ -166,6 +164,9 @@ AliHLTPHOSDigitMakerComponent::DoEvent(const AliHLTComponentEventData& evtData,
       
   fDigitMakerPtr->Reset();
   
+  
+
+
   if(fPhosEventCount % 10 == 0)
     {
       cout << "Event #: " << fPhosEventCount << endl;