Skip to content
Snippets Groups Projects
Commit c8e68a8f authored by John Derek Chapman's avatar John Derek Chapman Committed by Atlas Nightlybuild
Browse files

Merge branch '21.3-trig-art' into '21.3'

Adapt trigger validation scipts to changes in ART

See merge request !26826

(cherry picked from commit c9c16a3e)

1c5adfb4 Adapt trigger validation scipts to changes in ART
parent 11b6b5b4
35 merge requests!46457Draft: Adding the tools to run over data,!46454Draft: Adding the tools to be able to run over data,!45045WIP: Include another condition for hit merging in FCS_StepInfoSD.cxx,!45043Merge branch 'Update-DAOD_IDNCB' into '21.2',!44869Draft: Update to candidate store,!4217921.9-first_steps-InDetTrackingGeometryXML,!42171Add LAr cell DQ plots to UPC stream,!40342WIP: ATR-22546 - add missing trigger to MC16a,!39162Draft: Insert BCM' support,!38765Bis78 cabling,!37483Fix in monitoring of Pixel FE errors,!36893Fix size of RPC active region in BIS78 and strip material,!3645821.9: Improving material map description (ATLITKSW-127),!36293WIP pixel updates,!34993KF-input adding jXERHO to the AOD outputs,!34864LH rings in front ot HR rigs,!34763Fix L1_4jJ15.0ETA25 item definition (ATR-21261),!3473421.0 fix dq servers,!33996WIP: Correct MM zpositions,!3291021.3 salva s0,!3288421.0 salva s8,!3217421.9 - Bug fix for test stream creation in RD53BEncodingTool,!3135321.3,!3134821.9 README Update,!31345Add HEC sampling fractions macros,!31136added also PUsub for LargeR jets,!31123WIP: Master ttmdev,!3036121.9 fixing bug with layer indices in PixelRDOAnalysis,!29617IDPerfmonZmumu updates,!29454Idpvm 21.0 fix typo in trackselection config,!29085TRT modification for fractional charged particles,!28706Merge 21.3.16 into 21.9,!28623Overlay as part of FastChain transform in 21.3,!27562Merge 21.0.103 into 21.3,!26851Sweeping !26826 from 21.3 to 21.0. Adapt trigger validation scipts to changes in ART
Pipeline #1120364 passed
......@@ -60,7 +60,12 @@ fi
######################################
# Generate empty PoolFileCatalog.xml - this prevents incorrect handling of crashes on the grid
art.py createpoolfile
# Generate empty PoolFileCatalog.xml - this prevents incorrect handling of crashes on the grid
ART_AVAILABLE=`which art.py >/dev/null 2>&1; echo $?`
if [[ $ART_AVAILABLE == "0" ]]; then
echo "Executing art.py createpoolfile"
art.py createpoolfile
fi
######################################
......
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