Skip to content
Snippets Groups Projects
Commit 2805702e authored by Deion Elgin Fellers's avatar Deion Elgin Fellers
Browse files

changed LHCb's parametrization of the calo fiber light collection in order to...

changed LHCb's parametrization of the calo fiber light collection in order to center the correction on zero
parent 41457efa
No related branches found
No related tags found
No related merge requests found
......@@ -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.) ;
......
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