]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCClusterAccessHLTOUT.h
using one instance of decoder for all events
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCClusterAccessHLTOUT.h
index be6f8dc992f140e3863f4eb86c4e04d4f6d8e5f3..de45b893599869f1e04a696e2ac76b9db6b52a2e 100644 (file)
@@ -21,6 +21,7 @@
 class AliTPCClustersRow;
 class AliHLTOUT;
 class TClonesArray;
+class AliHLTTPCDataCompressionDecoder;
 
 typedef std::map<AliHLTUInt32_t, AliHLTTPCClusterMCLabel> AliHLTTPCClusterMCDataList;
 
@@ -226,6 +227,7 @@ class AliHLTTPCClusterAccessHLTOUT : public TObject
   int fVerbosity; //! verbosity level
   AliTPCclusterMIContainer* fClusters; //! cluster container
   int fCurrentSector; //! current sector
+  AliHLTTPCDataCompressionDecoder* fpDecoder; //! decoder instance
 
   ClassDef(AliHLTTPCClusterAccessHLTOUT, 0)
 };