]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/PHOS/AliHLTPHOSHistogramProducer.h
1) Removed AliHLTPHOSAltroConfig.cxx/AliHLTPHOSAltroConfig.h
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSHistogramProducer.h
index 10cc02b94ba1a8e6f54d41d1a34aaed8ef67f91b..c43e8f9deec107f60f64f26853964b5bb236b80f 100644 (file)
@@ -1,6 +1,3 @@
-//-*- Mode: C++ -*-
-// $Id$
-
  /**************************************************************************
  * This file is property of and copyright by the ALICE HLT Project        * 
  * All rights reserved.                                                   *
@@ -19,6 +16,8 @@
 #ifndef ALIHLTPHOSHISTOGRAMPRODUCER_H
 #define ALIHLTPHOSHISTOGRAMPRODUCER_H
 
+#include "Rtypes.h"
+
 
 /**
  * Class does 
@@ -35,7 +34,7 @@
 // or
 // visit http://web.ift.uib.no/~kjeks/doc/alice-hlt
 
-#include "AliHLTPHOSBase.h"
+//#include "AliHLTPHOSBase.h"
 
 class TH1D;
 class TNtuple;
@@ -46,7 +45,8 @@ class AliHLTPHOSCaloClusterContainerStruct;
  *
  * @ingroup alihlt_phos
  */
-class AliHLTPHOSHistogramProducer : public AliHLTPHOSBase
+//class AliHLTPHOSHistogramProducer : public AliHLTPHOSBase
+class AliHLTPHOSHistogramProducer 
 {
   
 public:
@@ -54,26 +54,6 @@ public:
   AliHLTPHOSHistogramProducer();
   ~AliHLTPHOSHistogramProducer();
   
-
-  AliHLTPHOSHistogramProducer(const AliHLTPHOSHistogramProducer &) :
-    AliHLTPHOSBase(),
-    fClusterEnergiesHistPtr(0),
-    fMultiplicitiesHistPtr(0),
-    fClusterNtuplePtr(0),
-    fFillClusterEnergies(false),
-    fFillMultiplicities(false),
-    fFillNtuple(false),
-    fMaxNtupleEntries(1000000000)
-  {
-    //comment
-  }
-  
-  AliHLTPHOSHistogramProducer & operator = (const AliHLTPHOSHistogramProducer)
-  {
-    //Assignment
-    return *this;
-  }
-
   Int_t Fill(AliHLTPHOSCaloClusterContainerStruct* clusterContainerPtr);
 
   Int_t InitializeObjects();
@@ -88,7 +68,8 @@ public:
   void SetMaxNtupleEntries(Int_t n) { fMaxNtupleEntries = n; }
   
 private:
-
+AliHLTPHOSHistogramProducer(const AliHLTPHOSHistogramProducer  & );
+AliHLTPHOSHistogramProducer  & operator = (const AliHLTPHOSHistogramProducer &);
   TH1D* fClusterEnergiesHistPtr;
   TH1D* fMultiplicitiesHistPtr;
   TNtuple* fClusterNtuplePtr;