Skip to content

Commit

Permalink
Remove a few more commented lines of code
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed May 7, 2024
1 parent 7dda04d commit 49ca724
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions CaloDigi/LDCCaloDigi/src/MokkaCaloDigi.cc
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,6 @@ MyHit * MokkaCaloDigi::ProcessHitInBarrel( SimCalorimeterHit * hit ) {
int I=(cellid & MASK_I) >> SHIFT_I; // I

float zBegin = 0.;
// float chamberLength = 0.;
// float offsetMaxZ;

// calculation of the lower z coordinate of the sensitive part of barrel module
if (Module == 1) {
Expand All @@ -483,15 +481,6 @@ MyHit * MokkaCaloDigi::ProcessHitInBarrel( SimCalorimeterHit * hit ) {
if (Module == 5) {
zBegin = 1.5*_regularBarrelModuleLength + 2*_modulesGap + _lateralPlateThickness;
}
// if (Module == 1 || Module == 5) {
// chamberLength = _endBarrelChamberLength[Layer];
// offsetMaxZ = _endBarrelOffsetMaxZ[Layer];
// }
// else {
// chamberLength = _regularBarrelChamberLength;
// offsetMaxZ = _regularBarrelOffsetMaxZ;
// }


float xBegin = -0.5*_barrelLateralWidth[Layer];
int Inew = I / _cellScaleX;
Expand Down

0 comments on commit 49ca724

Please sign in to comment.