Skip to content
Snippets Groups Projects
Commit bc15a126 authored by Tamara Vazquez Schroeder's avatar Tamara Vazquez Schroeder
Browse files

add HI TCTs to ART

Former-commit-id: f9cc7197f132a3f6cd1bbd36cde70876985353cf
parent d4221185
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
#
# art-description: HIP RecoTrf on 2013 pPb 5 TeV data, HardProbes stream (Run218048 LB1102)
# art-type: grid
Reco_tf.py --outputHISTFile=myMergedMonitoring_0.root --outputESDFile=myESD_0.pool.root --outputAODFile=myAOD_0.AOD.pool.root --outputTAGFile=myTAG_0.root --inputBSFile=/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/Tier0ChainTests/data13_hip.00218048.physics_HardProbes.merge.RAW._lb1102._SFO-8._0001.1 --AMI=q315 --maxEvents=100 --conditionsTag "all:COMCOND-BLKPA-RUN1-09" --geometryVersion "all:ATLAS-R1-2012-02-00-00" --preExec "all:rec.doHIP.set_Value_and_Lock(True);DQMonFlags.doLVL1CaloMon=False;DQMonFlags.doCTPMon=False" --steering=doRAWtoALL --imf False
echo "art-result: $? Reco"
ArtPackage=$1
ArtJobName=$2
art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName}
echo "art-result: $? Diff"
#!/bin/sh
#
# art-description: HIP RecoTrf on 2015 pp 5 TeV data, MinBias stream (Run286411 LB660)
# art-type: grid
Reco_tf.py --outputHISTFile=myMergedMonitoring_0.root --outputESDFile=myESD_0.pool.root --outputAODFile=myAOD_0.AOD.pool.root --outputTAGFile=myTAG_0.root --inputBSFile=/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/Tier0ChainTests/data15_5TeV.00286411.physics_MinBias.daq.RAW._lb0660._SFO-4._0001.data --AMI=q315 --maxEvents=25 --imf False
echo "art-result: $? Reco"
ArtPackage=$1
ArtJobName=$2
art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName}
echo "art-result: $? Diff"
#!/bin/sh
#
# art-description: RecoTrf on 2015 PbPb express stream (Run287281 LB124)
# art-type: grid
Reco_tf.py --outputHISTFile=myMergedMonitoring_0.root --outputESDFile=myESD_0.pool.root --outputAODFile=myAOD_0.AOD.pool.root --outputTAGFile=myTAG_0.root --inputBSFile=/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/Tier0ChainTests/data15_hi.00287281.express_express.merge.RAW._lb0124._SFO-ALL._0001.1 --AMI=q314 --maxEvents=25 --imf False
echo "art-result: $? Reco"
ArtPackage=$1
ArtJobName=$2
art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName}
echo "art-result: $? Diff"
#!/bin/sh
#
# art-description: RecoTrf no BS constraint on 2015 PbPb express stream (Run287281 LB124)
# art-type: grid
Reco_tf.py --outputESDFile=myESD_0.pool.root --outputAODFile=myAOD_0.AOD.pool.root --outputTAGFile=myTAG_0.root --inputBSFile=/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/Tier0ChainTests/data15_hi.00287281.express_express.merge.RAW._lb0124._SFO-ALL._0001.1 --AMI=q314 --maxEvents=25 --preExec "'r2e:from InDetRecExample.InDetJobProperties import InDetFlags;InDetFlags.useBeamConstraint.set_Value_and_Lock(False)'" --imf False
echo "art-result: $? Reco"
ArtPackage=$1
ArtJobName=$2
art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName}
echo "art-result: $? Diff"
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