Skip to content

Commit

Permalink
Merge pull request #5325 from alja/72xWarr
Browse files Browse the repository at this point in the history
72x Fix gcc491 warning.
  • Loading branch information
davidlange6 committed Sep 17, 2014
2 parents 5e67728 + 680655f commit a643b7f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Fireworks/Geometry/src/FWTGeoRecoGeometryESProducer.cc
Expand Up @@ -775,19 +775,6 @@ FWTGeoRecoGeometryESProducer::addRPCGeometry( )
}


namespace {

double etatotheta(double eta)
{
using namespace TMath;

if (eta < 0)
return 3.14 - 2*ATan(Exp(- Abs(eta)));
else
return 2*ATan(Exp(- Abs(eta)));
}
}

//==============================================================================
//================================= CALO =======================================
//==============================================================================
Expand Down

0 comments on commit a643b7f

Please sign in to comment.