Skip to content
Snippets Groups Projects
Commit ab39901b authored by Nils Erik Krumnack's avatar Nils Erik Krumnack Committed by Atlas Nightlybuild
Browse files

Merge branch '21.2-directIO-art-adding-algorithms' into '21.2'

Adding test algorithms for AthAnalysis

See merge request atlas/athena!11011

(cherry picked from commit d2c19b62 [formerly 1072b2a353456ed07d7e3ff5ba1a98cb1b3756bd])

d15cd20b Adding test algorithms for AthAnalysis

Former-commit-id: 43544465
parent f4541a7d
No related branches found
No related tags found
8 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!28528Revert 63f845ae,!27054Atr20369 210,!26342Monopole: Handle fractionally charged particles
File mode changed from 100644 to 100755
theApp.EvtMax = 1000
import AthenaRootComps.ReadAthenaxAODHybrid
algseq = CfgMgr.AthSequencer("AthAlgSeq")
algseq += CfgMgr.ParticleSelectionAlg("DirectIOAthAnalysisARTAlg",
OutputLevel = VERBOSE,
InputContainer = "Muons",
OutputContainer = 'MyMuons',
Selection = "Muons.pt > 15.0*GeV"
)
#!/bin/bash
# art-description: DirectIOART AthAnalysis ParticleSelectionAlg protocol=DAVS
# art-type: grid
# art-output: *.pool.root
# art-include: 21.2/AthAnalysis
set -e
athena --filesInput="davs://lcg-lrz-http.grid.lrz.de:443/pnfs/lrz-muenchen.de/data/atlas/dq2/atlasdatadisk/rucio/mc15_13TeV/ed/68/AOD.05536542._000001.pool.root.1" DirectIOART/DirectIOARTAthAnalysisJobOptions.py
echo "art-result: $? DirectIOART_AthAnalysis_ParticleSelectionAlg_protocol_DAVS"
\ No newline at end of file
#!/bin/bash
# art-description: DirectIOART AthAnalysis ParticleSelectionAlg protocol=HTTPS
# art-type: grid
# art-output: *.pool.root
# art-include: 21.2/AthAnalysis
set -e
athena --filesInput="https://lcg-lrz-http.grid.lrz.de:443/pnfs/lrz-muenchen.de/data/atlas/dq2/atlasdatadisk/rucio/mc15_13TeV/ed/68/AOD.05536542._000001.pool.root.1" DirectIOART/DirectIOARTAthAnalysisJobOptions.py
echo "art-result: $? DirectIOART_AthAnalysis_ParticleSelectionAlg_protocol_HTTPS"
\ No newline at end of file
#!/bin/bash
# art-description: DirectIOART AthAnalysis ParticleSelectionAlg protocol=ROOT
# art-type: grid
# art-output: *.pool.root
# art-include: 21.2/AthAnalysis
set -e
athena --filesInput="root://lcg-lrz-rootd.grid.lrz.de:1094/pnfs/lrz-muenchen.de/data/atlas/dq2/atlasdatadisk/rucio/mc15_13TeV/ed/68/AOD.05536542._000001.pool.root.1" DirectIOART/DirectIOARTAthAnalysisJobOptions.py
echo "art-result: $? DirectIOART_AthAnalysis_ParticleSelectionAlg_protocol_ROOT"
\ No newline at end of file
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