]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/PHOS/AliHLTPHOSHistogramProducerComponent.cxx
Commented out the large arrays of TH2 histograms as it is not used yet.
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSHistogramProducerComponent.cxx
index b09492cb4a7420140334969b6674a4cc60d353a1..8e08f448509a4f8e0e3923be4146736b4f4cd9be 100644 (file)
 #include "AliHLTPHOSModuleCellAccumulatedEnergyDataStruct.h"
 
 
+
 const AliHLTComponentDataType  AliHLTPHOSHistogramProducerComponent::inputDataTypes[]={kAliHLTVoidDataType,{0,"",""}}; //'zero' terminated array
 const AliHLTComponentDataType  AliHLTPHOSHistogramProducerComponent::outputDataType=kAliHLTVoidDataType;
 
 
 AliHLTPHOSHistogramProducerComponent gAliHLTPHOSHistogramProducerComponent;
 
-AliHLTPHOSHistogramProducerComponent:: AliHLTPHOSHistogramProducerComponent():AliHLTProcessor(), fEnergyHistograms(0), fTimingHistogram(0), fEventCount(0),  fEquippmentID(0)
+AliHLTPHOSHistogramProducerComponent:: AliHLTPHOSHistogramProducerComponent():AliHLTProcessor(), fEventCount(0),  fEquippmentID(0)
 {
   Reset();
 } 
@@ -41,7 +42,7 @@ AliHLTPHOSHistogramProducerComponent::~ AliHLTPHOSHistogramProducerComponent()
 }
 
 
-AliHLTPHOSHistogramProducerComponent::AliHLTPHOSHistogramProducerComponent(const  AliHLTPHOSHistogramProducerComponent & ) : AliHLTProcessor(),  fEnergyHistograms(0), fTimingHistogram(0), fEventCount(0),  fEquippmentID(0)
+AliHLTPHOSHistogramProducerComponent::AliHLTPHOSHistogramProducerComponent(const  AliHLTPHOSHistogramProducerComponent & ) : AliHLTProcessor(), fEventCount(0),  fEquippmentID(0)
 {
 
 }