-
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: 77567 b: "refs/heads/CMSSW_7_1_X" c: bf22ae5 h: "refs/heads/CMSSW_7_1_X" i: 77565: ce81ffd 77563: d5b7660 77559: f3e2e5d 77551: ec454a3 77535: 761c6d2 77503: 476bc24 77439: 57247fc 77311: 327d0c5 v: v3
- Loading branch information
Philipp Schieferdecker
committed
Nov 10, 2009
1 parent
5a04f57
commit 76d90fd
Showing
7 changed files
with
92 additions
and
7 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": 2e62006eba4c0eafae5001d10a18b9cd7afe561a | ||
"refs/heads/CMSSW_7_1_X": bf22ae5048a6c7baf31d0422d8f6a1b41b486862 |
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,10 @@ | ||
2009-11-10 Philipp Schieferdecker <[email protected]> | ||
|
||
* added interface/*_linkdef.h files in order to enable Makefile to | ||
build dictionaries in standalone mode. This allows one to | ||
instantiate the classes e.g. in a ROOT macro after '.L | ||
libJetMETObjects.so' | ||
|
||
2009-11-10 Philipp SCHIEFERDECKER <[email protected]> | ||
|
||
* add getLepPt() and getRelLepPt() | ||
|
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
8 changes: 8 additions & 0 deletions
8
trunk/CondFormats/JetMETObjects/interface/FactorizedJetCorrector_linkdef.h
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,8 @@ | ||
#ifdef __CINT__ | ||
#pragma link off all globals; | ||
#pragma link off all classes; | ||
#pragma link off all functions; | ||
#pragma link C++ nestedclasses; | ||
|
||
#pragma link C++ class FactorizedJetCorrector+; | ||
#endif // __CINT__ |
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
10 changes: 10 additions & 0 deletions
10
trunk/CondFormats/JetMETObjects/interface/JetCorrectorParameters_linkdef.h
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,10 @@ | ||
#ifdef __CINT__ | ||
#pragma link off all globals; | ||
#pragma link off all classes; | ||
#pragma link off all functions; | ||
#pragma link C++ nestedclasses; | ||
|
||
#pragma link C++ class JetCorrectorParameters+; | ||
#pragma link C++ class JetCorrectorParameters::Definitions+; | ||
#pragma link C++ class JetCorrectorParameters::Record+; | ||
#endif // __CINT__ |
8 changes: 8 additions & 0 deletions
8
trunk/CondFormats/JetMETObjects/interface/SimpleJetCorrector_linkdef.h
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,8 @@ | ||
#ifdef __CINT__ | ||
#pragma link off all globals; | ||
#pragma link off all classes; | ||
#pragma link off all functions; | ||
#pragma link C++ nestedclasses; | ||
|
||
#pragma link C++ class SimpleJetCorrector+; | ||
#endif // __CINT__ |