-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: TransientTrackBuilder using ESHandle fix: updatedJets can be used for custom DeepJet-inputs producer warning: not yet full functionality ported (SimpleFlatTable with tagInfos ToDo)
- Loading branch information
1 parent
6d8732a
commit d6e3ef2
Showing
7 changed files
with
499 additions
and
237 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
int jet_flavour(const pat::Jet& jet, | ||
const std::vector<reco::GenParticle>& gToBB, | ||
const std::vector<reco::GenParticle>& gToCC, | ||
const std::vector<reco::GenParticle>& neutrinosLepB, | ||
const std::vector<reco::GenParticle>& neutrinosLepB_C, | ||
const std::vector<reco::GenParticle>& alltaus, | ||
bool usePhysForLightAndUndefined); |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.