Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Merge requests
!38501
tauRec: remove --excluded-vars mc_event_number
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
tauRec: remove --excluded-vars mc_event_number
xiaozhon/athena:art
into
master
Overview
4
Commits
1
Pipelines
1
Changes
1
Merged
Xiaozhong Huang
requested to merge
xiaozhon/athena:art
into
master
4 years ago
Overview
4
Commits
1
Pipelines
1
Changes
1
Expand
The mc_event_number is excluded by default in ART 1.4.8.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a069d664
1 commit,
4 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Reconstruction/tauRec/test/test_tau_standalone_LCTopo_multithread.sh
+
1
−
1
Options
@@ -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
Loading