Skip to content
Snippets Groups Projects
Commit a82b97aa authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'logMuReGeo' into 'master'

Use MessageSvc in MuonStation and hide DEBUG

See merge request atlas/athena!29167
parents 34f01d3c 9122f4e5
No related branches found
No related tags found
No related merge requests found
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/
#ifndef MuonStation_H
......@@ -12,8 +12,6 @@
class BLinePar;
class MdtAsBuiltPar;
class MsgStream;
namespace MuonGM {
......@@ -54,11 +52,6 @@ public:
bool m_descratzneg);
~MuonStation();
//Declaring the Message method for further use
//MsgStream& msg( MSG::Level lvl ) const ;
//Declaring the Method providing Verbosity Level
//bool msgLevel( MSG::Level lvl ) ;
inline int getPhiIndex() const; //!< a la AMDB
inline int getEtaIndex() const; //!< a la AMDB
......@@ -132,8 +125,6 @@ private:
//Declaring private message stream member.
mutable bool m_firstRequestBlineFixedP;
MsgStream* m_MsgStream;
inline MsgStream& reLog() const;
std::string m_statname;
double m_Ssize, m_Rsize, m_Zsize, m_LongSsize, m_LongRsize, m_LongZsize, m_xAmdbCRO;
......@@ -227,16 +218,6 @@ HepGeom::Transform3D
MuonStation::getAmdbLRSToGlobal() const
{return (*m_amdbl_to_global)*(*m_delta_amdb_frame);}
/* void MuonStation::addMuonReadoutElement(const MuonReadoutElement* a, int jobIndex) */
/* { */
/* // std::cout<<"MuonStation with indices: "<<getStationType() */
/* // <<" Jzz/Jff = "<<getEtaIndex()<<"/"<<getPhiIndex() */
/* // <<" adding RE with IobIndex = "<<jobIndex<<std::endl; */
/* (*m_REinStation)[jobIndex]=a; */
/* } */
MsgStream& MuonStation::reLog() const {return *m_MsgStream;}
int MuonStation::nMuonReadoutElements() const
{return m_REwithAlTransfInStation->size();}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment