-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 75772 b: "refs/heads/CMSSW_7_1_X" c: 28260c4 h: "refs/heads/CMSSW_7_1_X" v: v3
- Loading branch information
Hartmut Stadie
committed
Oct 19, 2009
1 parent
b4a1aef
commit dea59ce
Showing
3 changed files
with
21 additions
and
4 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
--- | ||
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e | ||
"refs/heads/CMSSW_7_1_X": 9a34056c0de1deb3efb13951389ba17044bca30d | ||
"refs/heads/CMSSW_7_1_X": 28260c4fde30df6be7e4fdbd3215a51ad797ba84 |
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,11 @@ | ||
|
||
# $Id: RecoJetsGR_cff.py,v 1.6 2009/08/13 15:07:46 srappocc Exp $ | ||
from JetMETCorrections.Configuration.JetPlusTrackCorrections_cff import * | ||
from JetMETCorrections.Configuration.ZSPJetCorrections219_cff import * | ||
|
||
#define jetPlusTrackZSPCorJet sequences | ||
jetPlusTrackZSPCorJetIcone5 = cms.Sequence(ZSPJetCorrectionsIcone5+JetPlusTrackCorrectionsIcone5) | ||
jetPlusTrackZSPCorJetSiscone5 = cms.Sequence(ZSPJetCorrectionsSisCone5+JetPlusTrackCorrectionsSisCone5) | ||
jetPlusTrackZSPCorJetAntiKt5 = cms.Sequence(ZSPJetCorrectionsAntiKt5+JetPlusTrackCorrectionsAntiKt5) | ||
|
||
recoJPTJets=cms.Sequence(jetPlusTrackZSPCorJetIcone5+jetPlusTrackZSPCorJetSiscone5+jetPlusTrackZSPCorJetAntiKt5) |
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