]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/FORWARD/GEO/AliAnalysisTaskZDCTreeMaker.h
Upadting tasks
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / GEO / AliAnalysisTaskZDCTreeMaker.h
index 85bd1418cccd534c6d7e86f7369f9656fed8383b..561d6c3e13b7c214a5c649cd09d260c196636bdc 100644 (file)
@@ -31,9 +31,9 @@ class AliAnalysisTaskZDCTreeMaker : public AliAnalysisTaskSE {
   virtual void Terminate(Option_t *);
 
   virtual void  SetDebugLevel(Int_t level) {fDebug = level;}
-  void SetInput(const char* input) {fAnalysisInput = input;}
+  void SetInput(int input) {fAnalysisInput = input;}
   void SetMCInput() {fIsMCInput = kTRUE;}
-   void SetUseSpecialOutput(Bool_t v=kTRUE) {fUseSpecialOutput = v;}
+  void SetUseSpecialOutput(Bool_t v=kTRUE) {fUseSpecialOutput = v;}
 
  private:
 
@@ -51,24 +51,27 @@ class AliAnalysisTaskZDCTreeMaker : public AliAnalysisTaskSE {
   Bool_t   fIsEventSelected;    //  is physics selection on
   Bool_t   fIsPileupFromSPD;   //  is pilue up from SPD
   //
-  Double_t fxVertex;           //  X vertex from ITS
+  /*Double_t fxVertex;         //  X vertex from ITS
   Double_t fyVertex;           //  Y vertex from ITS
   Double_t fzVertex;           //  Z vertex from ITS
-  Bool_t   fVertexer3d;                //  Is vertex from 3d vertexer?
+  Bool_t   fVertexer3d;                //  Is vertex from 3d vertexer?*/
   //
   Int_t    fNTracklets;                //  no. tracklets
+  Double_t fTracklEta[400];    //  no. tracklets
   Int_t    fNClusters[2];      //  no. clusters on SPD layers
   //
   Int_t    fIsV0ATriggered;    //  VOA decision
   Int_t    fIsV0CTriggered;    //  V0C decision
   Float_t  fMultV0A;           //  mult. V0A
   Float_t  fMultV0C;           //  mult. V0C
+  Float_t  fRingMultV0[8];      // V0 ring mult.
+//  Float_t  fV0A234;             // V0A ring 2 3 4 mult.
   //
   UInt_t   fESDFlag;           //  ZDC ESD flags
-  Float_t  fZNCEnergy;         //  ZNC Energy
+  /*Float_t  fZNCEnergy;               //  ZNC Energy
   Float_t  fZPCEnergy;         //  ZPC Energy
   Float_t  fZNAEnergy;         //  ZNA Energy
-  Float_t  fZPAEnergy;         //  ZPA Energy
+  Float_t  fZPAEnergy;         //  ZPA Energy*/
   Float_t  fZEM1Energy;                //  ZEM1 Energy
   Float_t  fZEM2Energy;                //  ZEM2 Energy
   
@@ -81,25 +84,21 @@ class AliAnalysisTaskZDCTreeMaker : public AliAnalysisTaskSE {
   Float_t  fZNAtowerLG[5];     //  ZNA 5 tower signals
   Float_t  fZPAtowerLG[5];     //  ZPA 5 tower signals
   //
-//  Int_t    fTDCvalues[32][4];   // TDC raw values !ONLY FOR ESDs ANALYSIS!
-//  Float_t  fTDCcorr[32][4];     // TDC corrected values  !ONLY FOR ESDs ANALYSIS!
-  //
-  Int_t    fTDCZNC[4];      // TDC raw values !ONLY FOR ESDs ANALYSIS!
-  Int_t    fTDCZPC[4];      // TDC raw values !ONLY FOR ESDs ANALYSIS!
-  Int_t    fTDCZNA[4];      // TDC raw values !ONLY FOR ESDs ANALYSIS!
-  Int_t    fTDCZPA[4];      // TDC raw values !ONLY FOR ESDs ANALYSIS!
-//  Int_t    fTDCZEM1;      // TDC raw values !ONLY FOR ESDs ANALYSIS!
-//  Int_t    fTDCZEM2;      // TDC raw values !ONLY FOR ESDs ANALYSIS!
+  //Int_t   fTDCvalues[32][4];   // TDC raw values !ONLY FOR ESDs ANALYSIS!
   
-  Float_t fCentralityV0M;        // Centrality from V0A+V0C
-  Float_t fCentralityV0A;        // Centrality from V0A
-  Float_t fCentralityV0C;        // Centrality from V0C
-  Float_t fCentralityCL1;        // Centrality from Clusters in layer 1
+//  Float_t fCentralityV0M;       // Centrality from V0A+V0C
+  Float_t fCentralityV0A;       // Centrality from V0A
+  Float_t fCentralityV0C;       // Centrality from V0C
+  Float_t fCentralityCL1;       // Centrality from Clusters in layer 1
+  Float_t fCentralityZNA;       // Centrality from ZNA
+  Float_t fCentralityZPA;       // Centrality from ZPA
+  Float_t fCentralityZNC;       // Centrality from ZNC
+  Float_t fCentralityZPC;       // Centrality from ZPC
   //
   AliAnalysisTaskZDCTreeMaker& operator= (const AliAnalysisTaskZDCTreeMaker& ana);
   AliAnalysisTaskZDCTreeMaker(const AliAnalysisTaskZDCTreeMaker& c);
   //
-  ClassDef(AliAnalysisTaskZDCTreeMaker,2); 
+  ClassDef(AliAnalysisTaskZDCTreeMaker, 1); 
 
 };