]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCClusters.h
removing old CF configurations, ids redirected to HWCF; global tracking option enable...
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCClusters.h
index 54f25b02eda6977180679a9bcf9426c1adb28c64..93216c7f5705fe5e885fd14325f8e1d5d87ec0cd 100644 (file)
@@ -7,14 +7,15 @@
 // or
 // visit http://web.ift.uib.no/~kjeks/doc/alice-hlt
 
-#include "AliHLTLogging.h"
+#include "Rtypes.h"
 
-class AliHLTTPCClusters : public AliHLTLogging {
+class AliHLTTPCClusters {
 
  public:
   AliHLTTPCClusters();
   AliHLTTPCClusters(const AliHLTTPCClusters& src);
   AliHLTTPCClusters& operator=(const AliHLTTPCClusters& src);
+  virtual ~AliHLTTPCClusters();
 
   UInt_t fTotalCharge;   //tot charge of cluster
   UInt_t fPad;           //pad value
@@ -29,6 +30,7 @@ class AliHLTTPCClusters : public AliHLTLogging {
   UInt_t fRowNumber;     //row number
   Int_t fFirstPad;       //first pad
   UInt_t fLastPad;       //last pad (aha!!!)
-  ClassDef(AliHLTTPCClusters,0) //Fast cluster finder
-    };
+  UInt_t fQMax;          //Max signal in cluster (not the total charge)
+  ClassDef(AliHLTTPCClusters,1) //Fast cluster finder data point.
+};
 #endif //ALIHLTTPCCLUSTERS_H