Skip to content

Commit

Permalink
Modify numberofshapes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Oct 9, 2024
1 parent e51d1c1 commit ad1753c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Geometry/CaloTopology/src/HcalTopology.cc
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ HcalTopology::HcalTopology(HcalTopologyMode::Mode mode,
HFSize_(kHFSizePreLS1),
HTSize_(kHTSizePreLS1),
CALIBSize_(kCALIBSizePreLS1),
numberOfShapes_(phase2() ? 500 : 87) {
numberOfShapes_((mode_ == HcalTopologyMode::LHC) ? 87 : 500) {
if (mode_ == HcalTopologyMode::LHC) {
topoVersion_ = 0; //DL
HBSize_ = kHBSizePreLS1; // qie-per-fiber * fiber/rm * rm/rbx * rbx/barrel * barrel/hcal
Expand Down

0 comments on commit ad1753c

Please sign in to comment.