]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG4/CaloCalib/AliAnalysisTaskEMCALClusterize.h
changes in the declaration of the data members to make the analysis not crash with...
[u/mrichter/AliRoot.git] / PWG4 / CaloCalib / AliAnalysisTaskEMCALClusterize.h
index b620bfc900361be0a59cd77612814079f84779fc..8c8d8cb71c93961f07a410d31f7e956ac0f19bd3 100644 (file)
@@ -40,7 +40,7 @@ class AliAnalysisTaskEMCALClusterize : public AliAnalysisTaskSE {
   void           SetGeometryName(TString &name)                 { fGeomName = name             ; }\r
   TString        GeometryName() const                           { return fGeomName             ; }  \r
   void           SwitchOnLoadOwnGeometryMatrices()              { fLoadGeomMatrices = kTRUE    ; }\r
-  void           SwitchOffLoadOwnGeometryMatrices()             { fLoadGeomMatrices = kFALSE   ; }\r
+  void           SwitchOffLoadOwnGeometryMatrices()             { fLoadGeomMatrices = kFALSE   ; } \r
   void           SetGeometryMatrixInSM(TGeoHMatrix* m, Int_t i) { fGeomMatrix[i]    = m        ; }\r
 \r
   //AOD methods\r
@@ -57,30 +57,30 @@ class AliAnalysisTaskEMCALClusterize : public AliAnalysisTaskSE {
   virtual void  RecPoints2Clusters(TClonesArray *fdigitsArr, TObjArray *fRecPoints, TObjArray *clusArray);\r
   \r
   //Geometry  \r
-  AliEMCALGeometry      *fGeom;             //! emcal geometry\r
+  AliEMCALGeometry      *fGeom;             // EMCAL geometry\r
   TString                fGeomName;         // Name of geometry to use.\r
-  TGeoHMatrix           *fGeomMatrix[10];   //! Geometry matrices with alignments\r
+  TGeoHMatrix           *fGeomMatrix[10];   // Geometry matrices with alignments\r
   Bool_t                 fGeomMatrixSet;    // Set geometry matrices only once, for the first event.         \r
   Bool_t                 fLoadGeomMatrices; // Matrices set from configuration, not get from geometry.root or from ESDs/AODs\r
 \r
   //OCDB\r
-  AliEMCALCalibData     *fCalibData;        //! emcal calib data\r
-  AliCaloCalibPedestal  *fPedestalData;     //! emcal pedestal\r
+  AliEMCALCalibData     *fCalibData;        // EMCAL calib data\r
+  AliCaloCalibPedestal  *fPedestalData;     // EMCAL pedestal\r
   TString                fOCDBpath;         // Path with OCDB location\r
 \r
   //Temporal arrays\r
-  TClonesArray          *fDigitsArr;        //-> digits array\r
-  TObjArray             *fClusterArr;       //! recpoints array\r
-  TObjArray             *fCaloClusterArr;   //! CaloClusters array\r
+  TClonesArray          *fDigitsArr;        //-> Digits array\r
+  TObjArray             *fClusterArr;       //-> Recpoints array\r
+  TObjArray             *fCaloClusterArr;   //-> CaloClusters array\r
 \r
   //Clusterizers \r
-  AliEMCALRecParam      *fRecParam;         //! reconstruction parameters container\r
-  AliEMCALClusterizer   *fClusterizer;      //! emcal clusterizer\r
-  AliEMCALAfterBurnerUF *fUnfolder;         //! unfolding procedure\r
+  AliEMCALRecParam      *fRecParam;         // Reconstruction parameters container\r
+  AliEMCALClusterizer   *fClusterizer;      //! EMCAL clusterizer\r
+  AliEMCALAfterBurnerUF *fUnfolder;         //! Unfolding procedure\r
   Bool_t                 fJustUnfold;       // Just unfold, do not recluster\r
   \r
   //AOD\r
-  TClonesArray          *fOutputAODBranch;  //-> AOD Branch with output clusters  \r
+  TClonesArray          *fOutputAODBranch;  //! AOD Branch with output clusters  \r
   TString                fOutputAODBranchName;  // New of output AOD branch\r
   Bool_t                 fFillAODFile;      // Fill the output AOD file with the new clusters, \r
                                             // if not they will be only available for the event they were generated\r