X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=HLT%2FPHOS%2FAliHLTPHOSRawAnalyzerComponent.h;h=31301f41da6d344cd6f10151b2c412ef14bea26f;hp=4e2daa4483f5eca013616606b8f3dbb08d3df695;hb=2947a32c23ca1d54f18cf32df738552ac8737792;hpb=9e97e52de12f5ee493f484dd6aabc816071797b8 diff --git a/HLT/PHOS/AliHLTPHOSRawAnalyzerComponent.h b/HLT/PHOS/AliHLTPHOSRawAnalyzerComponent.h index 4e2daa4483f..31301f41da6 100644 --- a/HLT/PHOS/AliHLTPHOSRawAnalyzerComponent.h +++ b/HLT/PHOS/AliHLTPHOSRawAnalyzerComponent.h @@ -11,6 +11,7 @@ #include "AliRawReaderMemory.h" #include "AliCaloRawStream.h" #include "AliHLTPHOSDefinitions.h" +#include "TH2.h" /* @@ -41,6 +42,7 @@ class AliHLTPHOSRawAnalyzerComponent: public AliHLTProcessor virtual int DoInit( int argc, const char** argv ); virtual int Deinit(); virtual int DoDeinit(); + void DumpData(); virtual const char* GetComponentID() = 0; @@ -54,12 +56,24 @@ class AliHLTPHOSRawAnalyzerComponent: public AliHLTProcessor // private: protected: AliHLTPHOSRawAnalyzer *analyzerPtr; + void Reset(); + void ResetDataPtr(); private: + + int eventCount; + + // AliRawReaderMemory *fRawMemoryReader; // AliTPCRawStream *fTPCRawStream; + Double_t fTmpChannelData[1008]; + // Int_t fMaxValues[5][64][56][2]; + Double_t fMaxValues[5][64][56][2]; + // Int_t fMaxValuesLG[5][64][56][2]; + TH2S *legoPlotPtr; + // TH2S *legoPlotLgPtr; AliCaloRawStream *fPHOSRawStream; AliRawReaderMemory *fRawMemoryReader; static const AliHLTComponentDataType inputDataTypes[];