Skip to content

Commit 6b81602

Browse files
Add a few more validation tests
1 parent 613335f commit 6b81602

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

validation/commands.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ mu2e -c fcl/from_mcs-primary_addVDSteps.fcl -S {primary} --TFileName nts.ntuple.
2323

2424
# Test digi datasets
2525
mu2e -c fcl/from_dig-mockdata.fcl -S {digi} --TFileName nts.ntuple.dig.root -n 100
26+
mu2e -c fcl/from_dig-OnSpill.fcl -S {digi} --TFileName nts.ntuple.digOnSpill.root -n 100
27+
mu2e -c fcl/from_dig-calo.fcl -S {digi} --TFileName nts.ntuple.digCalo.root -n 100
2628

2729
# Create validation histogras
2830
mu2e -c fcl/from_mcs-mockdata.fcl -S {mock} --TFileName nts.ntuple.after.root -n 100
@@ -33,4 +35,7 @@ mu2e -c fcl/from_rec-crv-kpp.fcl -S {crv_kpp} --TFileName nts.ntuple.crv-kpp.roo
3335
mu2e -c fcl/from_rec-crv-kpp_withCrvDigis.fcl -S {crv_kpp} --TFileName nts.ntuple.crv-kpp_withCrvDigis.root -n 100
3436

3537
# DeCalib tests
36-
mu2e -c fcl/from_mcs-DeCalib.fcl -S {mixed} --TFileName nts.ntuple.deCalib.root -n 100
38+
mu2e -c fcl/from_mcs-DeCalib.fcl -S {mixed} --TFileName nts.ntuple.deCalib.root -n 100
39+
40+
# Campaign-specific
41+
mu2e -c fcl/from_mcs-Run1B.fcl -S {Run1B} --TFileName nts.ntuple.Run1B.root -n 100

validation/datasets_Run1B.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
{mixed} mcs.mu2e.CeEndpointMix1BB-KL.Run1Bah_best_v1_4-001.art
55
{extracted} N/A
66
{digi} N/A
7-
{crv_kpp} N/A
7+
{crv_kpp} N/A
8+
{Run1B} mcs.mu2e.CeEndpointOnSpillTriggerable-KL.Run1Baf_best_v1_4-000.art

validation/test_fcls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def main():
181181
print(f"Total: {len(results)}, Passed: {passed}, Failed: {failed}, Skipped: {skipped}")
182182

183183
if passed < len(results):
184-
print("\nFailed datasets:")
184+
print("\nFailed commands:")
185185
for command, result in results:
186186
if result == Result.FAILED:
187187
print(f" - {command}")

0 commit comments

Comments
 (0)