]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
More getters (S.Aiola)
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 5 Sep 2011 09:02:11 +0000 (09:02 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 5 Sep 2011 09:02:11 +0000 (09:02 +0000)
PWG4/UserTasks/EmcalTasks/AliAnalysisTaskEMCALClusterizeFast.h

index 438a9c8c4d5e1ae6a2f990ff969359dcca535848..3619d6adcd73f38edf9cdae6e91d1214c829fb7b 100644 (file)
@@ -37,6 +37,15 @@ class AliAnalysisTaskEMCALClusterizeFast : public AliAnalysisTaskSE {
   AliEMCALCalibData     *GetCalibData()                       const  { return fCalibData                    ; }
   AliCaloCalibPedestal  *GetPedData()                         const  { return fPedestalData                 ; }
   TGeoHMatrix           *GetGeometryMatrix(Int_t i)           const  { return fGeomMatrix[i]                ; }
+  Bool_t                 GetCreatePattern()                   const  { return fCreatePattern                ; }
+  Bool_t                 GetOverwrite()                       const  { return fOverwrite                    ; }
+  const TString         &GetNewClusterArrayName()             const  { return fNewClusterArrayName          ; }
+  Int_t                  GetnPhi()                            const  { return fNPhi                         ; }
+  Int_t                  GetnEta()                            const  { return fNEta                         ; }
+  Int_t                  GetShiftPhi()                        const  { return fShiftPhi                     ; }
+  Int_t                  GetShiftEta()                        const  { return fShiftEta                     ; }
+  Bool_t                 GetTRUShift()                        const  { return fTRUShift                     ; }
+  Bool_t                 GetClusterizeFastORs()               const  { return fClusterizeFastORs            ; }
   void                   JustUnfold(Bool_t yesno)                    { fJustUnfold                  = yesno ; }
   void                   LoadOwnGeometryMatrices(Bool_t b)           { fLoadGeomMatrices            = b     ; }
   void                   SetAODBranchName(const char *name)          { fOutputAODBrName             = name  ; }