Skip to content

Commit

Permalink
Merge pull request #22236 from CTPPS/ctpps_diamond_bugfixing_10_1_0
Browse files Browse the repository at this point in the history
Fixed bug in CTPPSDiamondRecHitProducer
  • Loading branch information
cmsbuild committed Feb 16, 2018
2 parents 411fffd + 3a5a1b2 commit 239a1ba
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -52,8 +52,8 @@ CTPPSDiamondRecHitProducerAlgorithm::build( const CTPPSGeometry* geom, const edm
rec_hits.push_back( CTPPSDiamondRecHit( x_pos, x_width, y_pos, y_width, z_pos, z_width, // spatial information
( t0 * ts_to_ns_ ),
( tot * ts_to_ns_),
time_slice,
0., // time precision
time_slice,
digi.getHPTDCErrorFlags(),
digi.getMultipleHit() ) );
}
Expand Down

0 comments on commit 239a1ba

Please sign in to comment.