Skip to content

Commit

Permalink
add back TLorentzVector
Browse files Browse the repository at this point in the history
  • Loading branch information
ccaillol committed Oct 19, 2022
1 parent 80a6c04 commit d5cd6f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions L1Trigger/DemonstratorTools/src/codecs_etsums.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

#include "L1Trigger/DemonstratorTools/interface/codecs/etsums.h"
#include "DataFormats/Math/interface/LorentzVector.h"

namespace l1t::demo::codecs {

Expand Down Expand Up @@ -51,4 +51,4 @@ namespace l1t::demo::codecs {
return etSums;
}

} // namespace l1t::demo::codecs
} // namespace l1t::demo::codecs
4 changes: 2 additions & 2 deletions L1Trigger/DemonstratorTools/src/codecs_htsums.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

#include "L1Trigger/DemonstratorTools/interface/codecs/htsums.h"
#include "DataFormats/Math/interface/LorentzVector.h"

namespace l1t::demo::codecs {

Expand Down Expand Up @@ -52,4 +52,4 @@ namespace l1t::demo::codecs {
return htSums;
}

} // namespace l1t::demo::codecs
} // namespace l1t::demo::codecs

0 comments on commit d5cd6f1

Please sign in to comment.