]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/global/physics/AliHLTCaloHistoClusterEnergy.h
Porting HLT doxygen documentation to cmake
[u/mrichter/AliRoot.git] / HLT / global / physics / AliHLTCaloHistoClusterEnergy.h
index f1ff7bcd7985a8652fee73ce99ebf4948f28b898..76b8c4b602e8eafed147afa3b38115f9d0ddf5b3 100644 (file)
@@ -17,7 +17,7 @@
 #define ALIHLTCALOHISTOCLUSTERENERGY
 
 /** 
- * @file   AliHLTCaloHistoClusterEnergy
+ * @file   AliHLTCaloHistoClusterEnergy.cxx
  * @author Svein Lindal slindal@fys.uio.no
  * @date 
  * @brief  Produces histograms of cluster energy distributions
@@ -51,7 +51,7 @@ class TString;
  * 
  * 
  * 
- * @ingroup alihlt_phos
+ * @ingroup alihlt_global
  */
 
 class AliHLTCaloHistoClusterEnergy : public AliHLTCaloHistoProducer {
@@ -68,6 +68,9 @@ public:
   Int_t FillHistograms(Int_t nc, TRefArray * clusterArray );
   Int_t FillHistograms(Int_t nc, vector<AliHLTCaloClusterDataStruct*> &cVec);
 
+  template <class T>
+  Int_t FillClusterEnergyHistos(T*);
+
  private:
 
   /** Default constructor prohibited*/
@@ -85,6 +88,9 @@ public:
   /** 2D histogram of cluster energy vs the number of cells in the cluster */
   TH2F * fHistClusterEnergyVsNCells;         //!transient
 
+/** 2D histogram of cluster energy deposit in eta vs phi */
+  TH2F * fHistClusterEnergyDepositEtaPhi;         //!transient
+  
   ClassDef(AliHLTCaloHistoClusterEnergy, 0);
 
 };