We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca061d commit bb42ab8Copy full SHA for bb42ab8
L1Trigger/L1TCaloLayer1/src/UCTRegion.cc
@@ -72,6 +72,7 @@ UCTRegion::UCTRegion(const UCTRegion& otherRegion)
72
: crate(otherRegion.crate),
73
card(otherRegion.card),
74
region(otherRegion.region),
75
+ negativeEta(otherRegion.negativeEta),
76
towers(otherRegion.towers),
77
regionSummary(otherRegion.regionSummary),
78
fwVersion(otherRegion.fwVersion) {}
0 commit comments