Skip to content

Commit e304111

Browse files
committed
Add ME0 Trigger Object (Stub) and Producer
1 parent a108eba commit e304111

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

L1Trigger/L1TGEM/src/ME0StubPrimitive.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ void ME0StubPrimitive::update_quality() {
3737
void ME0StubPrimitive::fit(int max_span) {
3838
if (id != 0) {
3939
std::vector<double> tmp;
40-
tmp.reserve(centroid.size()); for (double cent : centroid) {
40+
tmp.reserve(centroid.size());
41+
for (double cent : centroid) {
4142
tmp.push_back(cent - (max_span / 2 + 1));
4243
}
4344
std::vector<double> x;

0 commit comments

Comments
 (0)