]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Checking if git works
authorphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 16 Aug 2008 02:04:14 +0000 (02:04 +0000)
committerphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 16 Aug 2008 02:04:14 +0000 (02:04 +0000)
HLT/PHOS/AliHLTPHOSFourierComponent.cxx

index 1ae1da42e8457852ca9e89cf53c9932d175831aa..a4c4a8613c3184871e589e9c2292e4bb7a93bf04 100644 (file)
@@ -159,7 +159,7 @@ AliHLTPHOSFourierComponent::DoEvent(const AliHLTComponentEventData& evtData,
          Int_t *data;
          Int_t nsamples = 0;
          data= fShmPtr->GetRawData(nsamples);
-         //      fFourierPtr->ProcessFourier(data, nsamples, currentChannel->fZ, currentChannel->fX, currentChannel->fGain  ); 
+         fFourierPtr->ProcessFourier(data, nsamples, currentChannel->fZ, currentChannel->fX, currentChannel->fGain  ); 
          currentChannel = fShmPtr->NextChannel();
        }