Skip to content
Snippets Groups Projects

Draft: [trigEGam] Integration beteween mongroups and TrigEgammaMonitoring

Closed Edmar Egidio Purcino De Souza requested to merge eegidiop/athena:tegmonGroups into 22.0
3 files
+ 37
88
Compare changes
  • Side-by-side
  • Inline
Files
3
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
*/
// LArBarrelGeometry.hh
@@ -89,7 +89,7 @@ namespace LArG4 {
// double m_yc[15];
//double m_delta[15]; // zig-zag angles
// to access G4 geometry
mutable LArCoudeElectrodes* m_coudeelec; // FIXME needed due to lazy initialization
const LArCoudeElectrodes* m_coudeelec;
const LArCoudeAbsorbers* m_coudeabs;
mutable LArStraightElectrodes* m_electrode; // FIXME needed due to lazy initialization
mutable LArStraightAbsorbers* m_absorber; // FIXME needed due to lazy initialization
Loading