]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG4/AliAnaCaloTrigger.h
Monalisa configuration added: host and table name
[u/mrichter/AliRoot.git] / PWG4 / AliAnaCaloTrigger.h
index 163a41208d1476bfeecc1f7912780d571ab4038b..8ad9f0dc6e1f29a7ff9bc6d15e35a6af2f81d02c 100644 (file)
@@ -3,20 +3,25 @@
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice     */
 //______________________________________________________________________________
-// An analysis task to check the PHOS photon data in simulated data
+// An analysis task to check the trigger data in ESD
+// Creates an ntuple for 2x2 and NxN triggers
+// Each ntuple connects the maximum trigger amplitudes 
+// and its positions with reconstructed clusters
 //
-//*-- Yves Schutz 
+//*-- Yves Schutz (CERN) & Gustavo Conesa Balbastre (INFN-LNF)
 //////////////////////////////////////////////////////////////////////////////
 
 
 #include "AliAnalysisTask.h"  
-
-class AliESDEvent ; 
+class TFile ;
 class TNtuple ;
 class TH1D ; 
 class TH1I ; 
 class TChain;
 
+class AliAnalysisManager ;
+class AliESDEvent ; 
+
 class AliAnaCaloTrigger : public AliAnalysisTask {
 
 public:
@@ -43,8 +48,8 @@ private:
   TString fCalorimeter ; // "PHOS" or "EMCAL"
 
   // Histograms
-  TNtuple * fNtTrigger22 ;
-  TNtuple * fNtTriggerNN ;
+  TNtuple * fNtTrigger22 ; //Ntuple with 2x2 max dig amplitude and cluster energy, and positions.
+  TNtuple * fNtTriggerNN ; //Ntuple with NxN max dig amplitude and cluster energy, and positions.
 
   ClassDef(AliAnaCaloTrigger, 1); // a photon analysis task 
 };