]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/CALO/AliHLTCaloClusterAnalyser.h
- cleaning up debug output
[u/mrichter/AliRoot.git] / HLT / CALO / AliHLTCaloClusterAnalyser.h
index 4f78b5958af00fc3bb3da0a164aac4712d66c838..48f70706d125154718d60d1ad97af901872188b0 100644 (file)
@@ -210,9 +210,13 @@ private:
 
   /** The cluster type */
   Char_t fClusterType;                   //COMMENT
-
-   TH1F *fHist;
-
+ /** Copy constructor  not implemented */
+ AliHLTCaloClusterAnalyser ( const AliHLTCaloClusterAnalyser &); // not implemented
+    
+ /** Assignment */
+AliHLTCaloClusterAnalyser & operator = ( const AliHLTCaloClusterAnalyser &); // not implemented
+    
 };
 
 #endif