We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e549c06 + 57421db commit 68ded99Copy full SHA for 68ded99
Fireworks/Core/src/FW3DViewGeometry.cc
@@ -183,7 +183,7 @@ FW3DViewGeometry::showMuonEndcap( bool showMuonEndcap )
183
for( Int_t iRing = 1; iRing <= 4; ++iRing )
184
{
185
if( iStation > 1 && iRing > 2 ) continue;
186
- if( iStation > 3 && iRing > 1 ) continue;
+ // if( iStation > 3 && iRing > 1 ) continue;
187
std::ostringstream s; s << "Ring" << iRing;
188
TEveElementList* cRing = new TEveElementList( s.str().c_str() );
189
cStation->AddElement( cRing );
0 commit comments