Skip to content
Snippets Groups Projects
Commit 68433407 authored by Christopher Rob Jones's avatar Christopher Rob Jones
Browse files

Merge branch 'asatta_MuonDet_fix' into 'master'

Fix to a wrong initial value in MuonChamberGrid

See merge request !4936
parents f8e979f9 b75622b0
No related branches found
No related tags found
2 merge requests!4987Ignore: merge master into run5 branch,!4936Fix to a wrong initial value in MuonChamberGrid
Pipeline #11018471 passed
......@@ -87,7 +87,7 @@ MuonChamberGrid::listOfPhysChannels( double x_enter, double y_enter, double x_ex
PhNy = y_rdout.size();
unsigned int nxChaEntry, nxChaExit;
int tmpNxChaEntry( 0 ), tmpNxChaExit( 20 ), inxLo, inyLo;
int tmpNxChaEntry( 0 ), tmpNxChaExit( 0 ), inxLo, inyLo;
if ( debug )
std::cout << "Looping on readout n. " << iRd << " whith vct dim nX: " << PhNx << " nY: " << PhNy
......
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