Skip to content

Commit

Permalink
add missing swap statements for taus and etsum Ids
Browse files Browse the repository at this point in the history
  • Loading branch information
rekovic authored and mulhearn committed Feb 6, 2016
1 parent 71bd5de commit 6cbe0ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DataFormats/HLTReco/interface/TriggerRefsCollections.h
Expand Up @@ -194,6 +194,8 @@ namespace trigger
std::swap(l1tmuonIds_, other.l1tmuonIds_);
std::swap(l1tegammaIds_, other.l1tegammaIds_);
std::swap(l1tjetIds_, other.l1tjetIds_);
std::swap(l1ttauIds_, other.l1ttauIds_);
std::swap(l1tetsumIds_, other.l1tetsumIds_);

std::swap(pfjetIds_, other.pfjetIds_);
std::swap(pfjetRefs_, other.pfjetRefs_);
Expand Down

0 comments on commit 6cbe0ab

Please sign in to comment.