Skip to content
Snippets Groups Projects
Commit a069d664 authored by Xiaozhong Huang's avatar Xiaozhong Huang
Browse files

tauRec: remove --excluded-vars mc_event_number

The mc_event_number is excluded by default in ART 1.4.8.
parent 93e95499
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ athena.py --threads 4 --evtMax ${NEVENTS} tauRec/tau_standalone_LCTopo_ESDtoAOD
echo "art-result: $? Reconstrution"
# compare the AOD file
art.py compare ref --entries ${NEVENTS} --mode detailed --excluded-vars=mc_event_number --order-trees --diff-root LCTopo_AOD.pool.root ${REF_DIR}/LCTopo_AOD.pool.root >> AOD_diff_root.log 2>&1
art.py compare ref --entries ${NEVENTS} --mode detailed --order-trees --diff-root LCTopo_AOD.pool.root ${REF_DIR}/LCTopo_AOD.pool.root >> AOD_diff_root.log 2>&1
echo "art-result: $? diff-root"
# run the physics validation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment