Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77587
b: "refs/heads/CMSSW_7_1_X"
c: 22dc9e9
h: "refs/heads/CMSSW_7_1_X"
i:
  77585: cb20cf4
  77583: ac9c429
v: v3
  • Loading branch information
Vincenzo Innocente committed Nov 10, 2009
1 parent 5d573f2 commit 8cbc746
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 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": ca5e91dd2740a396949ecb5d41c029382afa1a14
"refs/heads/CMSSW_7_1_X": 22dc9e95b3dbb28128b018ceaa67a8b0d5661d83
7 changes: 6 additions & 1 deletion trunk/CondFormats/Calibration/src/classes_def.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,12 @@



<class name="BitArray<9>"/>
<class name="BitArray<9>" class_version="0"/>
<class name="pool::PolyPtr<BitArray<9> >"/>
<class name="cond::DataWrapper<BitArray<9> >"/>



<class name="boostTypeObj"/>
<class name="fixedArray<unsigned short,2097>"/>
<class name="mypt"/>
Expand Down
2 changes: 1 addition & 1 deletion trunk/CondFormats/Common/test/runAllPayloadsTest
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cp $CMSSW_BASE/src/CondFormats/Common/test/testPayloadIO.cc .
set pack=$CMSSW_BASE/src/CondFormats/$1
echo "testing package $pack"

foreach class (grep "class_version" $pack/src/classes_def.xml | sed 's/[^"]*"//' | sed 's/".*//')
foreach class (`grep "class_version" $pack/src/classes_def.xml | sed 's/[^"]*"//' | sed 's/".*//'`)
set cname=`echo "$class" | sed 's/[<,:, ,>]/_/g'`
echo "#define ALLCLASSES" > ${cname}_test.cc
cat testPayloadIO.cc >> ${cname}_test.cc
Expand Down
2 changes: 1 addition & 1 deletion trunk/CondFormats/Common/test/testPayloadIO.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


#ifdef ALLCLASSES
#include "CondFormats/THEPACKAGE/src/classes.h
#include "CondFormats/THEPACKAGE/src/classes.h"
#else
#include "CondFormats/THEPACKAGE/interface/THEHEADER.h"
#endif
Expand Down

0 comments on commit 8cbc746

Please sign in to comment.