Skip to content

Commit 5a06a72

Browse files
committed
Added unit test for edmPickEvents and dmCopyPickMerge
1 parent 922a36d commit 5a06a72

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

PhysicsTools/Utilities/test/BuildFile.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,5 @@
5353
<bin file="test_Poisson.cpp">
5454
<use name="PhysicsTools/Utilities"/>
5555
</bin>
56+
57+
<test name="test_edmPickEvents" command="test_edmPickEvents.sh"/>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash -ex
2+
#Dataset, Run, Lumi and Events are copied from Workflows 4.22
3+
4+
edmPickEvents.py "/Cosmics/Run2011A-v1/RAW" 160960:277:10001082,160960:277:10001058,160960:277:10001650 > run_edmCopyPickMerge.sh
5+
chmod +x run_edmCopyPickMerge.sh
6+
./run_edmCopyPickMerge.sh

0 commit comments

Comments
 (0)