Warning, /CondCore/PopCon/test/runEffPop is written in an unsupported language. File is not indexed.
0001 #run Efficiency writer and reader
0002 mkdir EffTest
0003 pushd EffTest
0004
0005 cmsRun $LOCALRT/src/CondCore/PopCon/test/PopConEffExample.py
0006
0007 sqlite3 pop_test.db .tables
0008
0009 cmscond_list_iov -c sqlite_file:pop_test.db -t Example_tag1 -s
0010 #duplicate it...
0011 cmscond_list_iov -c sqlite_file:pop_test.db -t Example_tag1 -o
0012 sed -i 's/Example_tag1/Example_tag2/' Example_tag1.dump
0013 cmscond_load_iov -c sqlite_file:pop_test.db Example_tag1.dump
0014 cmscond_list_iov -c sqlite_file:pop_test.db -t Example_tag2 -s -v
0015
0016
0017 cmsRun $LOCALRT/src/CondCore/PopCon/test/print_eff_example.py
0018
0019 popd
0020
0021
0022
0023