Skip to content
Snippets Groups Projects
Commit 91220072 authored by John Derek Chapman's avatar John Derek Chapman Committed by Atlas Nightlybuild
Browse files

Merge branch 'MuonStationBuilder_fix_bug_in_printout_statement' into '21.3'

Fix printout statement in MuonStationBuilder

See merge request atlas/athena!36926

(cherry picked from commit 3e57a248d4c9271afb203198fd0a1eff0516320b)

c0e64353 Fix printout statement in MuonStationBuilder
parent 0f40f13d
No related branches found
No related tags found
No related merge requests found
File mode changed from 100644 to 100755
......@@ -272,7 +272,7 @@ const std::vector<const Trk::DetachedTrackingVolume*>* Muon::MuonStationBuilder:
if (isLargeSector) sectorL.push_back(layer);
else sectorS.push_back(layer);
if(isLargeSector) ATH_MSG_INFO( "new NSW prototype build for Large sector: " << protoName <<", "<<vols[ish].second.size() << " x0 " << mat.fullMaterial(layTransf.translation())->x0() << " thickness " << (mat.fullMaterial(layTransf.translation()))->thickness() );
if(!isLargeSector) ATH_MSG_INFO( "new NSW prototype build for Large sector: " << protoName <<", "<<vols[ish].second.size() << " x0 " << mat.fullMaterial(layTransf.translation())->x0()<< " thickness " << (mat.fullMaterial(layTransf.translation()))->thickness() );
if(!isLargeSector) ATH_MSG_INFO( "new NSW prototype build for Small sector: " << protoName <<", "<<vols[ish].second.size() << " x0 " << mat.fullMaterial(layTransf.translation())->x0()<< " thickness " << (mat.fullMaterial(layTransf.translation()))->thickness() );
} else {
ATH_MSG_DEBUG( " NO layer build for: " << protoName);
}
......
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