Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77595
b: "refs/heads/CMSSW_7_1_X"
c: 50038f6
h: "refs/heads/CMSSW_7_1_X"
i:
  77593: bb8c997
  77591: e9653a2
v: v3
  • Loading branch information
Vincenzo Innocente committed Nov 10, 2009
1 parent 649565e commit 856839a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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": abb54a65350fde52d115caa7fd20cf057517ef6a
"refs/heads/CMSSW_7_1_X": 50038f626d8c6efb739320aa675a362d122098bb
4 changes: 2 additions & 2 deletions trunk/CondFormats/Calibration/interface/Conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
namespace condex {

struct ConfI : public cond::BaseKeyed {
ConfI() : v(0), key("\0") {}
ConfI() : v(0), key(" ") {}
ConfI(std::string k, int i) : v(i), key(k) {}
int v;
std::string key; // just for test
};

struct ConfF : public cond::BaseKeyed {
ConfF() : v(0), key("\0") {}
ConfF() : v(0), key(" ") {}
ConfF(std::string k, float i) : v(i), key(k) {}
float v;
std::string key; // just for test
Expand Down

0 comments on commit 856839a

Please sign in to comment.