Skip to content
Snippets Groups Projects

Updated calo fiber light collection parametrization

Merged Deion Elgin Fellers requested to merge dfellers/calypso:calo_fiber into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -280,9 +280,9 @@ inline double EcalSensorSD::localNonUniformity (double x, double y) const
// Local uniformity is product of x and y sine-like functions
// The Amplitude of the sin-like function is a function of x and y
// Deion: changed LHCb's parametrization by adding the (- A_local) at the end in order to center the correction on zero
if ( A_local > lowTolerance )
correction += A_local / 2. * ( 1. - cos( 2. * CLHEP::pi * (x-x0)/d ) ) *
( 1. - cos( 2. * CLHEP::pi * (y-y0)/d ) ) ;
correction += A_local / 2. * ( 1. - cos( 2. * CLHEP::pi * (x-x0)/d ) ) * ( 1. - cos( 2. * CLHEP::pi * (y-y0)/d ) ) - A_local ;
double rX(0.) , rY(0.) , hCell(0.) ;
Loading