Skip to content

Commit

Permalink
Merge pull request #36102 from jshlee/GEMGeometryAnalyzer-CMSSW_12_2_…
Browse files Browse the repository at this point in the history
…0_pre1

GEMGeometryAnalyzer - added first and last strip global position
  • Loading branch information
cmsbuild committed Nov 29, 2021
2 parents 75f862f + 0ba0259 commit b517fae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Geometry/GEMGeometry/test/GEMGeometryAnalyzer.cc
Expand Up @@ -231,6 +231,10 @@ void GEMGeometryAnalyzer::analyze(const edm::Event& /*iEvent*/, const edm::Event
<< " \t\tDimensions[cm]: b = " << bottomEdge * 2 << ", B = " << topEdge * 2
<< ", h = " << height * 2 << endl
<< " \t\tnStrips = " << nStrips << ", nPads = " << nPads << endl
<< " \t\tfirst strip pos = (" << roll->toGlobal(lEdge1).x() << ", "
<< roll->toGlobal(lEdge1).y() << ", " << roll->toGlobal(lEdge1).z() << ")" << endl
<< " \t\tlast strip pos = (" << roll->toGlobal(lEdgeN).x() << ", "
<< roll->toGlobal(lEdgeN).y() << ", " << roll->toGlobal(lEdgeN).z() << ")" << endl
<< " \t\ttop(x,y,z)[cm] = (" << tx << ", " << ty << ", " << tz << "), top(eta,phi) = (" << teta
<< ", " << tphi << ")" << endl
<< " \t\tcenter(x,y,z)[cm] = (" << cx << ", " << cy << ", " << cz << "), center(eta,phi) = ("
Expand Down

0 comments on commit b517fae

Please sign in to comment.