@@ -473,7 +473,7 @@ class Geometry
473473 {
474474 if (GetSMType (nSupMod) == EMCAL_HALF ) {
475475 return mNPhi / 2 ;
476- }
476+ }
477477 if (GetSMType (nSupMod) == EMCAL_THIRD || GetSMType (nSupMod) == DCAL_EXT ) {
478478 return mNPhi / 3 ;
479479 }
@@ -633,12 +633,12 @@ class Geometry
633633 std::tuple<int , int , int , int > CalculateCellIndex (Int_t absId) const ;
634634
635635 std::string mGeoName ; // /< Geometry name string
636- Int_t mKey110DEG = 0 ; // /< For calculation abs cell id; 19-oct-05
637- Int_t mnSupModInDCAL = 0 ; // /< For calculation abs cell id; 06-nov-12
638- Int_t mNCellsInSupMod = 0 ; // /< Number cell in super module
639- Int_t mNETAdiv = 0 ; // /< Number eta division of module
640- Int_t mNPHIdiv = 0 ; // /< Number phi division of module
641- Int_t mNCellsInModule = 0 ; // /< Number cell in module
636+ Int_t mKey110DEG = 0 ; // /< For calculation abs cell id; 19-oct-05
637+ Int_t mnSupModInDCAL = 0 ; // /< For calculation abs cell id; 06-nov-12
638+ Int_t mNCellsInSupMod = 0 ; // /< Number cell in super module
639+ Int_t mNETAdiv = 0 ; // /< Number eta division of module
640+ Int_t mNPHIdiv = 0 ; // /< Number phi division of module
641+ Int_t mNCellsInModule = 0 ; // /< Number cell in module
642642 std::vector<Double_t> mPhiBoundariesOfSM ; // /< Phi boundaries of SM in rad; size is fNumberOfSuperModules;
643643 std::vector<Double_t> mPhiCentersOfSM ; // /< Phi of centers of SM; size is fNumberOfSuperModules/2
644644 std::vector<Double_t> mPhiCentersOfSMSec ; // /< Phi of centers of section where SM lies; size is fNumberOfSuperModules/2
@@ -649,30 +649,30 @@ class Geometry
649649 std::vector<Double_t> mCentersOfCellsPhiDir ; // /< Size fNPhi*fNPHIdiv (for TRD1 only) (phi or y in SM, in cm)
650650 std::vector<Double_t>
651651 mEtaCentersOfCells ; // /< [fNEta*fNETAdiv*fNPhi*fNPHIdiv], positive direction (eta>0); eta depend from phi position;
652- Int_t mNCells = 0 ; // /< Number of cells in calo
653- Int_t mNPhi = 0 ; // /< Number of Towers in the PHI direction
652+ Int_t mNCells = 0 ; // /< Number of cells in calo
653+ Int_t mNPhi = 0 ; // /< Number of Towers in the PHI direction
654654 std::vector<Double_t> mCentersOfCellsXDir ; // /< Size fNEta*fNETAdiv (for TRD1 only) ( x in SM, in cm)
655655 std::array<float , 3 > mEnvelop {}; // /< The GEANT TUB for the detector
656- Float_t mArm1EtaMin = 0 ; // /< Minimum pseudorapidity position of EMCAL in Eta
657- Float_t mArm1EtaMax = 0 ; // /< Maximum pseudorapidity position of EMCAL in Eta
658- Float_t mArm1PhiMin = 0 ; // /< Minimum angular position of EMCAL in Phi (degrees)
659- Float_t mArm1PhiMax = 0 ; // /< Maximum angular position of EMCAL in Phi (degrees)
660- Float_t mEtaMaxOfTRD1 = 0 ; // /< Max eta in case of TRD1 geometry (see AliEMCALShishKebabTrd1Module)
661- Float_t mDCALPhiMin = 0 ; // /< Minimum angular position of DCAL in Phi (degrees)
662- Float_t mDCALPhiMax = 0 ; // /< Maximum angular position of DCAL in Phi (degrees)
663- Float_t mEMCALPhiMax = 0 ; // /< Maximum angular position of EMCAL in Phi (degrees)
664- Float_t mDCALStandardPhiMax = 0 ; // /< Special edge for the case that DCAL contian extension
665- Float_t mDCALInnerExtandedEta = 0 ; // /< DCAL inner edge in Eta (with some extension)
666- Float_t mDCALInnerEdge = 0 ; // /< Inner edge for DCAL
656+ Float_t mArm1EtaMin = 0 ; // /< Minimum pseudorapidity position of EMCAL in Eta
657+ Float_t mArm1EtaMax = 0 ; // /< Maximum pseudorapidity position of EMCAL in Eta
658+ Float_t mArm1PhiMin = 0 ; // /< Minimum angular position of EMCAL in Phi (degrees)
659+ Float_t mArm1PhiMax = 0 ; // /< Maximum angular position of EMCAL in Phi (degrees)
660+ Float_t mEtaMaxOfTRD1 = 0 ; // /< Max eta in case of TRD1 geometry (see AliEMCALShishKebabTrd1Module)
661+ Float_t mDCALPhiMin = 0 ; // /< Minimum angular position of DCAL in Phi (degrees)
662+ Float_t mDCALPhiMax = 0 ; // /< Maximum angular position of DCAL in Phi (degrees)
663+ Float_t mEMCALPhiMax = 0 ; // /< Maximum angular position of EMCAL in Phi (degrees)
664+ Float_t mDCALStandardPhiMax = 0 ; // /< Special edge for the case that DCAL contian extension
665+ Float_t mDCALInnerExtandedEta = 0 ; // /< DCAL inner edge in Eta (with some extension)
666+ Float_t mDCALInnerEdge = 0 ; // /< Inner edge for DCAL
667667 std::vector<ShishKebabTrd1Module> mShishKebabTrd1Modules ; // /< List of modules
668668 std::array<float , 3 > mParSM {}; // /< SM sizes as in GEANT (TRD1)
669- Float_t mPhiModuleSize = 0 ; // /< Phi -> X
670- Float_t mEtaModuleSize = 0 ; // /< Eta -> Y
671- Float_t mPhiTileSize = 0 ; // /< Size of phi tile
672- Float_t mEtaTileSize = 0 ; // /< Size of eta tile
673- Int_t mNZ = 0 ; // /< Number of Towers in the Z direction
674- Float_t mIPDistance = 0 ; // /< Radial Distance of the inner surface of the EMCAL
675- Float_t mLongModuleSize = 0 ; // /< Size of long module
669+ Float_t mPhiModuleSize = 0 ; // /< Phi -> X
670+ Float_t mEtaModuleSize = 0 ; // /< Eta -> Y
671+ Float_t mPhiTileSize = 0 ; // /< Size of phi tile
672+ Float_t mEtaTileSize = 0 ; // /< Size of eta tile
673+ Int_t mNZ = 0 ; // /< Number of Towers in the Z direction
674+ Float_t mIPDistance = 0 ; // /< Radial Distance of the inner surface of the EMCAL
675+ Float_t mLongModuleSize = 0 ; // /< Size of long module
676676
677677 // Geometry Parameters
678678 Float_t mShellThickness = 0 ; // /< Total thickness in (x,y) direction
0 commit comments