Skip to content
Snippets Groups Projects
Commit d2c19b62 authored by Nils Erik Krumnack's avatar Nils Erik Krumnack
Browse files

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

Adding test algorithms for AthAnalysis

See merge request atlas/athena!11011

Former-commit-id: 1072b2a353456ed07d7e3ff5ba1a98cb1b3756bd
parents 3d49fb9e 5a452234
No related branches found
No related tags found
No related merge requests found
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