Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77589
b: "refs/heads/CMSSW_7_1_X"
c: 9d6d2c4
h: "refs/heads/CMSSW_7_1_X"
i:
  77587: 8cbc746
v: v3
Vincenzo Innocente committed Nov 10, 2009
1 parent 205754f commit d783c40
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
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": 1438a2b545b76234e3b2e52739b5c9a2abbd88a4
"refs/heads/CMSSW_7_1_X": 9d6d2c4fc01391f3cc1c32e5eb3d7e3e1d8342e4
4 changes: 2 additions & 2 deletions trunk/CondFormats/Calibration/interface/Efficiency.h
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ namespace condex {

class ParametricEfficiencyInPt : public Efficiency {
public:
ParametricEfficiencyInPt(){}
ParametricEfficiencyInPt() : cutLow(0), cutHigh(0), low(0), high(0){}
ParametricEfficiencyInPt(float cm, float ch,
float el, float eh) :
cutLow(cm), cutHigh(ch),
@@ -46,7 +46,7 @@ namespace condex {

class ParametricEfficiencyInEta : public Efficiency {
public:
ParametricEfficiencyInEta(){}
ParametricEfficiencyInEta() : cutLow(0), cutHigh(0), low(0), high(0) {}
ParametricEfficiencyInEta(float cmin, float cmax,
float el, float eh) :
cutLow(cmin), cutHigh(cmax),
2 changes: 1 addition & 1 deletion trunk/CondFormats/Calibration/src/classes_def.xml
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@
<class name="mybase"/>
<class name="child"/>

<class name="condex::Efficiency" class_version="0"/>
<class name="condex::Efficiency"/>
<class name="condex::ParametricEfficiencyInPt" class_version="0"/>
<class name="condex::ParametricEfficiencyInEta" class_version="0"/>

2 changes: 1 addition & 1 deletion trunk/CondFormats/Common/test/runAllPayloadsTest
Original file line number Diff line number Diff line change
@@ -29,4 +29,4 @@ $CMSSW_BASE/test/$SCRAM_ARCH/CondPayload_${cname}_testIO
pool_list_object_relational_mapping -c sqlite_file:test.db
pool_retrieve_object_relational_mapping -c sqlite_file:test.db -n "$class" -d CondFormats$1
cat mapping.xml
end
end

0 comments on commit d783c40

Please sign in to comment.