Skip to content
Snippets Groups Projects
Commit 967cfe26 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'npetters-addegamma-to-art' into 'master'

InDetPhysValMonitoring ART adding doGSFValidation to electron tests

See merge request atlas/athena!38882
parents e71986bb 703b0bd0
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ case $ArtProcess in ...@@ -34,7 +34,7 @@ case $ArtProcess in
echo "postprocess" echo "postprocess"
postProcessIDPVMHistos physval.root postProcessIDPVMHistos physval.root
dcubeXml="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/InDetPhysValMonitoring/dcube/config/IDPVMPlots_R22.xml" dcubeXml="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/InDetPhysValMonitoring/dcube/config/IDPVMPlots_R22_GSF.xml"
dcubeRef="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/InDetPhysValMonitoring/ReferenceHistograms/physval_ele10GeV_reco_r22.root" dcubeRef="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/InDetPhysValMonitoring/ReferenceHistograms/physval_ele10GeV_reco_r22.root"
echo "compare with R21" echo "compare with R21"
$ATLAS_LOCAL_ROOT/dcube/current/DCubeClient/python/dcube.py \ $ATLAS_LOCAL_ROOT/dcube/current/DCubeClient/python/dcube.py \
...@@ -83,7 +83,7 @@ case $ArtProcess in ...@@ -83,7 +83,7 @@ case $ArtProcess in
from InDetPhysValMonitoring.InDetPhysValJobProperties import InDetPhysValFlags; \ from InDetPhysValMonitoring.InDetPhysValJobProperties import InDetPhysValFlags; \
InDetPhysValFlags.doValidateTightPrimaryTracks.set_Value_and_Lock(True); \ InDetPhysValFlags.doValidateTightPrimaryTracks.set_Value_and_Lock(True); \
InDetPhysValFlags.doValidateTracksInJets.set_Value_and_Lock(False); \ InDetPhysValFlags.doValidateTracksInJets.set_Value_and_Lock(False); \
InDetPhysValFlags.doValidateGSFTracks.set_Value_and_Lock(False); \ InDetPhysValFlags.doValidateGSFTracks.set_Value_and_Lock(True); \
InDetPhysValFlags.doPhysValOutput.set_Value_and_Lock(True); \ InDetPhysValFlags.doPhysValOutput.set_Value_and_Lock(True); \
rec.doDumpProperties=True; rec.doCalo=True; rec.doEgamma=True; \ rec.doDumpProperties=True; rec.doCalo=True; rec.doEgamma=True; \
rec.doForwardDet=False; rec.doInDet=True; rec.doJetMissingETTag=True; \ rec.doForwardDet=False; rec.doInDet=True; rec.doJetMissingETTag=True; \
......
...@@ -34,7 +34,7 @@ case $ArtProcess in ...@@ -34,7 +34,7 @@ case $ArtProcess in
echo "postprocess" echo "postprocess"
postProcessIDPVMHistos physval.root postProcessIDPVMHistos physval.root
dcubeXml="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/InDetPhysValMonitoring/dcube/config/IDPVMPlots_R22.xml" dcubeXml="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/InDetPhysValMonitoring/dcube/config/IDPVMPlots_R22_GSF.xml"
dcubeRef="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/InDetPhysValMonitoring/ReferenceHistograms/physval_ele5GeV_reco_r22.root" dcubeRef="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/InDetPhysValMonitoring/ReferenceHistograms/physval_ele5GeV_reco_r22.root"
echo "compare with R21" echo "compare with R21"
$ATLAS_LOCAL_ROOT/dcube/current/DCubeClient/python/dcube.py \ $ATLAS_LOCAL_ROOT/dcube/current/DCubeClient/python/dcube.py \
...@@ -83,7 +83,7 @@ case $ArtProcess in ...@@ -83,7 +83,7 @@ case $ArtProcess in
from InDetPhysValMonitoring.InDetPhysValJobProperties import InDetPhysValFlags; \ from InDetPhysValMonitoring.InDetPhysValJobProperties import InDetPhysValFlags; \
InDetPhysValFlags.doValidateTightPrimaryTracks.set_Value_and_Lock(True); \ InDetPhysValFlags.doValidateTightPrimaryTracks.set_Value_and_Lock(True); \
InDetPhysValFlags.doValidateTracksInJets.set_Value_and_Lock(False); \ InDetPhysValFlags.doValidateTracksInJets.set_Value_and_Lock(False); \
InDetPhysValFlags.doValidateGSFTracks.set_Value_and_Lock(False); \ InDetPhysValFlags.doValidateGSFTracks.set_Value_and_Lock(True); \
InDetPhysValFlags.doPhysValOutput.set_Value_and_Lock(True); \ InDetPhysValFlags.doPhysValOutput.set_Value_and_Lock(True); \
rec.doDumpProperties=True; rec.doCalo=True; rec.doEgamma=True; \ rec.doDumpProperties=True; rec.doCalo=True; rec.doEgamma=True; \
rec.doForwardDet=False; rec.doInDet=True; rec.doJetMissingETTag=True; \ rec.doForwardDet=False; rec.doInDet=True; rec.doJetMissingETTag=True; \
......
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