Skip to content
Snippets Groups Projects
Commit 17ee4531 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'delete_RecExAnaTest' into 'master'

RecExAnaTest: delete obsolete RTT test package

See merge request !38090
parents f3cb80fe c4c96e6b
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 622 deletions
################################################################################
# Package: RecExAnaTest
################################################################################
# Declare the package name:
atlas_subdir( RecExAnaTest )
# Install files from the package:
atlas_install_joboptions( share/*.py )
atlas_install_runtime( test/RecExAnaTest_TestConfiguration.xml share/run_memleak_reat.sh )
include ("RecExRecoTest/RecExRecoTest_RTT_common.py")
rec.AutoConfiguration = ['FieldAndGeo']
# main jobOption
include ("RecExCommon/RecExCommon_topOptions.py")
include ("RecExRecoTest/RecExRecoTest_RTT_common_postOptions.py")
include ("RecExRecoTest/RecExRecoTest_RTT_common.py")
include ("RecExCond/RecExCommon_flags.py")
TriggerFlags.triggerMenuSetup = 'MC_lumi1E31_simpleL1Calib_physics_prescale'
TriggerFlags.L1PrescaleSet = ''
TriggerFlags.HLTPrescaleSet = ''
TriggerFlags.useL1CaloCalibration = True
# main jobOption
include ("RecExCommon/RecExCommon_topOptions.py")
include ("RecExRecoTest/RecExRecoTest_RTT_common_postOptions.py")
include ("RecExRecoTest/RecExRecoTest_RTT_common.py")
include ("RecExCond/RecExCommon_flags.py")
TriggerFlags.triggerMenuSetup = 'Physics_lumi1E31_simpleL1Calib'
#TriggerFlags.L1PrescaleSet = ''
#TriggerFlags.HLTPrescaleSet = ''
TriggerFlags.useL1CaloCalibration = False
TriggerFlags.L1PrescaleSet = 'L1Prescales100_Physics_lumi1E31_simpleL1Calib'
TriggerFlags.HLTPrescaleSet = 'HLTPrescales100_Physics_lumi1E31_simpleL1Calib'
# main jobOption
include ("RecExCommon/RecExCommon_topOptions.py")
include ("RecExRecoTest/RecExRecoTest_RTT_common_postOptions.py")
include ("RecExRecoTest/RecExRecoTest_RTT_common.py")
include ("RecExCond/RecExCommon_flags.py")
# TriggerFlags.triggerMenuSetup = 'MC_lumi1E31_simpleL1Calib_physics_prescale'
# TriggerFlags.L1PrescaleSet = ''
# TriggerFlags.HLTPrescaleSet = ''
# TriggerFlags.useL1CaloCalibration = True
# main jobOption
include ("RecExCommon/RecExCommon_topOptions.py")
include ("RecExRecoTest/RecExRecoTest_RTT_common_postOptions.py")
include ("RecExRecoTest/RecExRecoTest_RTT_common.py")
# For 2 10**33 luminosity - KAA
from AthenaCommon.BeamFlags import jobproperties
jobproperties.Beam.override=False
jobproperties.Beam.bunchSpacing=25
jobproperties.Beam.numberOfCollisions=4.6
# main jobOption
include ("RecExCommon/RecExCommon_topOptions.py")
include ("RecExRecoTest/RecExRecoTest_RTT_common_postOptions.py")
include ("RecExRecoTest/RecExRecoTest_RTT_common.py")
rec.doWriteESD=False
rec.doWriteAOD=False
rec.doWriteTAG=False
# main jobOption
include ("RecExCommon/RecExCommon_topOptions.py")
include ("RecExRecoTest/RecExRecoTest_RTT_common_postOptions.py")
include ("RecExRecoTest/RecExRecoTest_RTT_common.py")
rec.doWriteESD=False
rec.doWriteAOD=False
rec.doWriteTAG=False
rec.doTrigger=False
# main jobOption
include ("RecExCommon/RecExCommon_topOptions.py")
include ("RecExRecoTest/RecExRecoTest_RTT_common_postOptions.py")
include ("RecExRecoTest/RecExRecoTest_RTT_common.py")
rec.doTrigger=False
rec.AutoConfiguration = ['FieldAndGeo']
include ("RecExCommon/RecExCommon_flags.py")
# main jobOption
include ("RecExCommon/RecExCommon_topOptions.py")
include ("RecExRecoTest/RecExRecoTest_RTT_common_postOptions.py")
include ("RecExRecoTest/RecExRecoTest_RTT_common.py")
from RecExConfig.RecFlags import rec
rec.Production=True
# main jobOption
include ("RecExCommon/RecExCommon_flags.py")
# mof for default production
AODFlags.FastTrackParticle=False
include ("RecExCommon/RecExCommon_topOptions.py")
include ("RecExRecoTest/RecExRecoTest_RTT_common_postOptions.py")
include("RecExCommon/aodtoaod.py")
include("RecExRecoTest/rttchainhack.py")
PoolAODInput=["copy_AOD.pool.root"]
rec.RootNtupleOutput="ntuple_fromAODcopy.root"
include("RecExCommon/aodtocbnt.py")
include("RecExRecoTest/rttchainhack.py")
include("RecExCommon/aodtocbnt.py")
include("RecExRecoTest/rttchainhack.py")
include("RecExCommon/aodtotag.py")
include("RecExRecoTest/rttchainhack.py")
rec.RootNtupleOutput="ntuple_fromESDwhileAOD.root"
include("RecExCommon/esdtoaod.py")
include("RecExRecoTest/rttchainhack.py")
#!/bin/bash
if [ $# -eq 0 ]; then
echo "stop, no arguments given !"
fi
RUN=0
if [[ $1 == "esd_notrig_memleakAna" ]]; then
echo "running $1 with CMTCONFIG $CMTCONFIG"
if [[ $CMTCONFIG = x86_64-* ]]; then
echo "64 bit : igprof"
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/afs/cern.ch/atlas/offline/external/igprof/5.9.2/${CMTCONFIG}/lib
export PATH=${PATH}:/afs/cern.ch/atlas/offline/external/igprof/5.9.2/${CMTCONFIG}/bin
igprof -mp -z -t python athena.py -c "jp.AthenaCommonFlags.EvtMax=50; rec.doCBNT=False ;jp.AthenaCommonFlags.FilesInput=['/afs/cern.ch/atlas/project/rig/referencefiles/dataStreams_high_mu/high_mu-data11_7TeV.00179725.physics_JetTauEtmiss.merge.RAW._lb0021.data'] " RecExAnaTest/RecExAnaTest_RTT_notrigger.py --stdcmalloc
mkdir -p web/data
cp /afs/cern.ch/atlas/offline/external/igprof/5.9.2/${CMTCONFIG}/bin/igprof-navigator web
igprof-analyse --sqlite -d -v -g -r MEM_LIVE igprof.*.gz | sqlite3 web/data/igreport_total.sql3
else
echo "32 bit leak check execute"
athena.py -c "jp.AthenaCommonFlags.EvtMax=50; rec.doCBNT=False ;jp.AthenaCommonFlags.FilesInput=['/afs/cern.ch/atlas/project/rig/referencefiles/dataStreams_high_mu/high_mu-data11_7TeV.00179725.physics_JetTauEtmiss.merge.RAW._lb0021.data'] " RecExAnaTest/RecExAnaTest_RTT_notrigger.py --leak-check-execute
fi
RUN=1
fi
if [[ $1 == "esd_memleakAna" ]]; then
echo "running $1 with CMTCONFIG $CMTCONFIG"
if [[ $CMTCONFIG = x86_64-* ]]; then
echo "64 bit : igprof"
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/afs/cern.ch/atlas/offline/external/igprof/5.9.2/${CMTCONFIG}/lib
export PATH=${PATH}:/afs/cern.ch/atlas/offline/external/igprof/5.9.2/${CMTCONFIG}/bin
igprof -mp -z -t python athena.py -c "jp.AthenaCommonFlags.EvtMax=-1; rec.doCBNT=False ;jp.AthenaCommonFlags.FilesInput=[\"/afs/cern.ch/atlas/project/rig/referencefiles/MC/valid1.105200.T1_McAtNlo_Jimmy.digit.RDO.e835_s1256_s1258_d566_tid464353_00/RDO.464353._000001.pool.root.1\"] " RecExAnaTest/RecExAnaTest_RTT_all.py --stdcmalloc
mkdir -p web/data
cp /afs/cern.ch/atlas/offline/external/igprof/5.9.2/${CMTCONFIG}/bin/igprof-navigator web
igprof-analyse --sqlite -d -v -g -r MEM_LIVE igprof.*.gz | sqlite3 web/data/igreport_total.sql3
else
echo "32 bit : leak check execute"
athena.py -c "jp.AthenaCommonFlags.EvtMax=-1; rec.doCBNT=False ;jp.AthenaCommonFlags.FilesInput=[\"/afs/cern.ch/atlas/project/rig/referencefiles/MC/valid1.105200.T1_McAtNlo_Jimmy.digit.RDO.e835_s1256_s1258_d566_tid464353_00/RDO.464353._000001.pool.root.1\"] " RecExAnaTest/RecExAnaTest_RTT_all.py --leak-check-execute
fi
RUN=1
fi
if [ $RUN -eq 0 ]; then
echo "don't understand the parameter $1"
fi
include("RecExCommon/tagtocbnt.py")
include("RecExRecoTest/rttchainhack.py")
<?xml version="1.0"?>
<!DOCTYPE unifiedTestConfiguration SYSTEM "http://www.hep.ucl.ac.uk/atlas/AtlasTesting/DTD/unifiedTestConfiguration.dtd">
<unifiedTestConfiguration>
<atn>
<TEST name="aaaempty" type="athena" suite="aaaempty">
<options_atn>-c "rec.doDetailedAuditor=True ; rec.doNameAuditor=True " RecExRecoTest/RecExRecoTest_RTT_empty.py</options_atn>
<author> Xiaohu Sun </author>
<mailto> atlas.rig@cern.ch </mailto>
<prescript>RecExCommon_links.sh</prescript>
</TEST>
<TEST name="all_notrig" type="athena" suite="all_notrig">
<options_atn> -c "jp.AthenaCommonFlags.EvtMax=5 ; rec.doDetailedAuditor=True ; rec.doNameAuditor=True " AthenaCommon/MemTraceInclude.py RecExAnaTest/RecExAnaTest_RTT_notrigger.py</options_atn>
<timelimit>30</timelimit>
<author> Xiaohu Sun </author>
<mailto> atlas.rig@cern.ch </mailto>
<prescript>rm -f $ATN_WORK_AREA/*.pool.root</prescript>
<prescript>RecExCommon_links.sh</prescript>
</TEST>
<TEST name="all_notrig_fpe" type="athena" suite="all_notrig_fpe">
<options_atn> -c "jp.AthenaCommonFlags.EvtMax=5 ; doFloatingPointException=True ; rec.doDetailedAuditor=True ; rec.doNameAuditor=True " RecExAnaTest/RecExAnaTest_RTT_notrigger.py</options_atn>
<timelimit>30</timelimit>
<author> Xiaohu Sun </author>
<mailto> atlas.rig@cern.ch </mailto>
<prescript>RecExCommon_links.sh</prescript>
<prescript>rm -f $ATN_WORK_AREA/*.pool.root</prescript>
</TEST>
<TEST name="RECOSHIFT_all" type="athena" suite="all">
<options_atn> -c "jp.AthenaCommonFlags.EvtMax=5 ; rec.doDetailedAuditor=True ; rec.doNameAuditor=True " AthenaCommon/MemTraceInclude.py RecExAnaTest/RecExAnaTest_RTT_all.py</options_atn>
<timelimit>30</timelimit>
<author> Xiaohu Sun </author>
<mailto> atlas.rig@cern.ch </mailto>
<prescript>RecExCommon_links.sh</prescript>
<prescript>rm -f $ATN_WORK_AREA/*.pool.root</prescript>
</TEST>
<TEST name="all_drop-and-reload" type="athena" suite="all_drop-and-reload">
<options_atn> --drop-and-reload -c "jp.AthenaCommonFlags.EvtMax=5 ; " RecExAnaTest/RecExAnaTest_RTT_all.py</options_atn>
<timelimit>30</timelimit>
<author> Xiaohu Sun </author>
<mailto> atlas.rig@cern.ch </mailto>
<prescript>RecExCommon_links.sh</prescript>
<prescript>rm -f jobOptions.py</prescript>
</TEST>
<TEST name="all_fpe" type="athena" suite="all_fpe">
<options_atn> -c "jp.AthenaCommonFlags.EvtMax=5 ; doFloatingPointException=True ; rec.doDetailedAuditor=True ; rec.doNameAuditor=True " RecExAnaTest/RecExAnaTest_RTT_all.py</options_atn>
<timelimit>30</timelimit>
<author> Xiaohu Sun </author>
<mailto> atlas.rig@cern.ch </mailto>
<prescript>RecExCommon_links.sh</prescript>
<prescript>rm -f $ATN_WORK_AREA/*.pool.root</prescript>
</TEST>
<TEST name="notrig0_esd" type="athena" suite="reconotrig">
<options_atn> -c "jp.AthenaCommonFlags.EvtMax=5 ; rec.doDetailedAuditor=True ; rec.doNameAuditor=True " AthenaCommon/MemTraceInclude.py RecExRecoTest/RecExRecoTest_RTT_esd.py</options_atn>
<timelimit>30</timelimit>
<author> Xiaohu Sun </author>
<mailto> atlas.rig@cern.ch </mailto>
<prescript>RecExCommon_links.sh</prescript>
<prescript>rm -f $ATN_WORK_AREA/*.pool.root</prescript>
</TEST>
<TEST name="notrig1_esdtoaod" type="athena" suite="reconotrig">
<options_atn> -c "jp.AthenaCommonFlags.EvtMax=5; rec.doDetailedAuditor=True ; rec.doNameAuditor=True " AthenaCommon/MemTraceInclude.py RecExCommon/esdtoaod.py</options_atn>
<timelimit>30</timelimit>
<author> Xiaohu Sun </author>
<mailto> atlas.rig@cern.ch </mailto>
</TEST>
<TEST name="notrig2_aodtotag" type="athena" suite="reconotrig">
<options_atn> -c "jp.AthenaCommonFlags.EvtMax=5; rec.doDetailedAuditor=True ; rec.doNameAuditor=True " AthenaCommon/MemTraceInclude.py RecExCommon/aodtotag.py</options_atn>
<timelimit>30</timelimit>
<author> Xiaohu Sun </author>
<mailto> atlas.rig@cern.ch </mailto>
</TEST>
<TEST name="notrig3_tagtoaod" type="athena" suite="reconotrig">
<options_atn> -c "jp.AthenaCommonFlags.EvtMax=5;rec.doDetailedAuditor=True;jp.AthenaCommonFlags.PoolInputQuery='(EventNumber == 22023 || EventNumber == 22037)'; rec.doNameAuditor=True" RecExCommon/tagtoaod.py </options_atn>
<author> Xiaohu Sun </author>
<mailto> atlas.rig@cern.ch </mailto>
</TEST>
<TEST name="RECOSHIFT_std0_esd" type="athena" suite="recowithtrig">
<options_atn> -c "jp.AthenaCommonFlags.EvtMax=5; rec.doDetailedAuditor=True ; rec.doNameAuditor=True " AthenaCommon/MemTraceInclude.py RecExTrigTest/RecExTrigTest_RTT_esdtrigger.py</options_atn>
<timelimit>30</timelimit>
<author> Xiaohu Sun </author>
<mailto> atlas.rig@cern.ch </mailto>
<prescript>RecExCommon_links.sh</prescript>
<prescript>rm -f $ATN_WORK_AREA/*.pool.root</prescript>
</TEST>
<TEST name="RECOSHIFT_std1_esdtoaod" type="athena" suite="recowithtrig">
<options_atn> -c "jp.AthenaCommonFlags.EvtMax=5; rec.doDetailedAuditor=True ; rec.doNameAuditor=True " AthenaCommon/MemTraceInclude.py RecExCommon/esdtoaod.py</options_atn>
<timelimit>30</timelimit>
<author> Xiaohu Sun </author>
<mailto> atlas.rig@cern.ch </mailto>
</TEST>
<TEST name="RECOSHIFT_std2_aodtotag" type="athena" suite="recowithtrig">
<options_atn> -c "jp.AthenaCommonFlags.EvtMax=5; rec.doDetailedAuditor=True ; rec.doNameAuditor=True " AthenaCommon/MemTraceInclude.py RecExCommon/aodtotag.py</options_atn>
<author> Xiaohu Sun </author>
<mailto> atlas.rig@cern.ch </mailto>
</TEST>
<!-- <TEST name="RECOSHIFT_std3_aodtoD3PD" type="athena" suite="recowithtrig"> -->
<!-- <options_atn> -c "jp.AthenaCommonFlags.EvtMax=5; rec.doDetailedAuditor=True ; rec.doNameAuditor=True " AthenaCommon/MemTraceInclude.py D3PDMakerConfig/AODToEgammaD3PD.py</options_atn> -->
<!-- <author> Xiaohu Sun </author> -->
<!-- <mailto> atlas.rig@cern.ch </mailto> -->
<!-- </TEST> -->
<TEST name="RECOSHIFT_std3_tagtoaod" type="athena" suite="recowithtrig">
<options_atn> -c "jp.AthenaCommonFlags.EvtMax=5;jp.AthenaCommonFlags.PoolInputQuery='(EventNumber == 22003 || EventNumber == 22023)' ; rec.doDetailedAuditor=True ; rec.doNameAuditor=True" RecExCommon/tagtoaod.py </options_atn>
<author> Xiaohu Sun </author>
<mailto> atlas.rig@cern.ch </mailto>
</TEST>
<TEST name="RECOSHIFT_bs0_rdotobs" type="athena" suite="recobs">
<options_atn> -c "jp.AthenaCommonFlags.EvtMax=5; rec.doDetailedAuditor=True ;jp.AthenaCommonFlags.FilesInput=['/afs/cern.ch/atlas/project/rig/referencefiles/mc15/RDO.pool.root'] " AthenaCommon/MemTraceInclude.py RecExRecoTest/RecExRecoTest_RTT_common.py RecExCommon/rdotobs.py</options_atn>
<timelimit>30</timelimit>
<author> Xiaohu Sun </author>
<mailto> atlas.rig@cern.ch </mailto>
<platform>opt</platform>
<prescript>RecExCommon_links.sh</prescript>
<prescript>rm -f $ATN_WORK_AREA/*.pool.root</prescript>
</TEST>
<!-- bs1..4 have been failing for a long time. See ATR-16665.
<TEST name="RECOSHIFT_bs1_bstoesd" type="athena" suite="recobs">
<options_atn> -c "rec.AutoConfiguration=['everything']; jp.AthenaCommonFlags.EvtMax=5 ; rec.doDetailedAuditor=True ; rec.doTruth=False " RecExRecoTest/RecExRecoTest_RTT_common.py RecExCommon/bstoesd.py </options_atn>
<timelimit>30</timelimit>
<author> Xiaohu Sun </author>
<mailto> atlas.rig@cern.ch </mailto>
<platform>opt</platform>
</TEST>
<TEST name="RECOSHIFT_bs2_esdtoaod" type="athena" suite="recobs">
<options_atn> -c "rec.AutoConfiguration=['everything']; jp.AthenaCommonFlags.EvtMax=5 ; rec.doDetailedAuditor=True ; rec.doTruth=False ; rec.doNameAuditor=True " RecExRecoTest/RecExRecoTest_RTT_common.py RecExCommon/esdtoaod.py </options_atn>
<timelimit>30</timelimit>
<author> Xiaohu Sun </author>
<mailto> atlas.rig@cern.ch </mailto>
<platform>opt</platform>
</TEST>
<TEST name="RECOSHIFT_bs3_aodtotag" type="athena" suite="recobs">
<options_atn> -c "rec.AutoConfiguration=['everything']; jp.AthenaCommonFlags.EvtMax=5 ; rec.doDetailedAuditor=True ; rec.doTruth=False ; rec.doNameAuditor=True " RecExRecoTest/RecExRecoTest_RTT_common.py RecExCommon/aodtotag.py </options_atn>
<timelimit>30</timelimit>
<author> Xiaohu Sun </author>
<mailto> atlas.rig@cern.ch </mailto>
<platform>opt</platform>
</TEST>
<TEST name="RECOSHIFT_bs4_tagtoaod" type="athena" suite="recobs">
<options_atn> -c "rec.AutoConfiguration=['everything'];jp.AthenaCommonFlags.EvtMax=5;jp.AthenaCommonFlags.PoolInputQuery='(EventNumber == 2 || EventNumber == 4)'; rec.doDetailedAuditor=True ; rec.doTruth=False ; rec.doNameAuditor=True " RecExCommon/tagtoaod.py </options_atn>
<author> Xiaohu Sun </author>
<mailto> atlas.rig@cern.ch </mailto>
<platform>opt</platform>
</TEST>
-->
</atn>
<kv/>
<rtt xmlns="http://www.hep.ucl.ac.uk/atlas/AtlasTesting/rtt">
<rttContactPerson>Xiaohu Sun (Xiaohu.Sun@cern.ch)</rttContactPerson>
<mailto>atlas.rig@cern.ch</mailto>
<refRelease>10.0.0</refRelease>
<jobList>
<classification>
<displayClass>OfflineValidation</displayClass>
<displayProcess>Reco</displayProcess>
<displayComponent>Det-Combined</displayComponent>
</classification>
<athena userJobId="mc15_all_fpeAna">
<doc> Run all reco on default file with floating point exception enabled </doc>
<displayName>RecExAnaTest_RTT_mc15_all_fpe</displayName>
<commandLineFlags>jp.AthenaCommonFlags.EvtMax=300;doFloatingPointException=True;jp.AthenaCommonFlags.FilesInput=["root://eosatlas.cern.ch//eos/atlas/atlascerngroupdisk/phys-rig/pileupSamples/mc12_8TeV.105200.McAtNloJimmy_CT10_ttbar_LeptonFilter.digit.RDO.e1513_s1499_s1504_d700/RDO.01177879._000001.pool.root.1"]</commandLineFlags>
<options>RecExAnaTest_RTT_all</options>
<group>RecExAna</group>
<queue>medium</queue>
</athena>
<athena userJobId="mc12_all_notriggerAna">
<doc> Run reco without trigger </doc>
<displayName>RecExAnaTest_RTT_mc11_all_notrigger</displayName>
<commandLineFlags>jp.AthenaCommonFlags.EvtMax=300;jp.AthenaCommonFlags.FilesInput=["root://eosatlas.cern.ch//eos/atlas/atlascerngroupdisk/phys-rig/pileupSamples/mc12_8TeV.105200.McAtNloJimmy_CT10_ttbar_LeptonFilter.digit.RDO.e1513_s1499_s1504_d700/RDO.01177879._000001.pool.root.1"]</commandLineFlags>
<options>RecExAnaTest_RTT_notrigger</options>
<group>RecExAna</group>
<queue>medium</queue>
</athena>
<athena userJobId="mc12_all_nopersAna">
<doc> Run reco without persistency </doc>
<displayName>RecExAnaTest_RTT_mc11_all_nopers</displayName>
<commandLineFlags>jp.AthenaCommonFlags.EvtMax=300;jp.AthenaCommonFlags.FilesInput=["root://eosatlas.cern.ch//eos/atlas/atlascerngroupdisk/phys-rig/pileupSamples/mc12_8TeV.105200.McAtNloJimmy_CT10_ttbar_LeptonFilter.digit.RDO.e1513_s1499_s1504_d700/RDO.01177879._000001.pool.root.1"]</commandLineFlags>
<options>RecExAnaTest_RTT_nopers</options>
<group>RecExAna</group>
<queue>medium</queue>
</athena>
<chain>
<chainName>RecExAnaTest_RTT_notrig_steps_mc12</chainName>
<sequential>
<chainElement>
<athena userJobId="mc12_chain_withouttrigger_RDOtoESD">
<doc>Chain without trigger configuration for mc12 RDO->ESD</doc>
<displayName>RecExAnaTest_RTT_notrig_steps_mc12_RDOtoESD</displayName>
<commandLineFlags>
jp.AthenaCommonFlags.EvtMax=300;jp.AthenaCommonFlags.PoolESDOutput="RecExAnaTest_notrig_steps_mc12_ESD.pool.root";jp.AthenaCommonFlags.FilesInput=["root://eosatlas.cern.ch///eos/atlas/atlascerngroupdisk/phys-rig/pileupSamples/mc12_8TeV.105200.McAtNloJimmy_CT10_ttbar_LeptonFilter.digit.RDO.e1513_s1499_s1504_d700/RDO.01177879._000001.pool.root.1"]
</commandLineFlags>
<options>RecExRecoTest/RecExRecoTest_RTT_esd</options>
<group>RecExAna</group>
<queue>medium</queue>
</athena>
<chainfileout>RecExAnaTest_notrig_steps_mc12_ESD.pool.root</chainfileout>
</chainElement>
<chainElement>
<athena userJobId="mc12_chain_withouttrigger_ESDtoAOD">
<doc> Chain without trigger configuration for mc12 ESD->AOD</doc>
<displayName>RecExAnaTest_RTT_notrig_steps_mc12_ESDtoAOD</displayName>
<commandLineFlags>jp.AthenaCommonFlags.EvtMax=300;jp.AthenaCommonFlags.PoolESDInput=["RecExAnaTest_notrig_steps_mc12_ESD.pool.root"];jp.AthenaCommonFlags.PoolAODOutput="RecExAnaTest_notrig_steps_mc12_AOD.pool.root"</commandLineFlags>
<options>RecExAnaTest/esdtoaod_RTT</options>
<group>RecExAna</group>
<queue>medium</queue>
<chaindataset_info>
<dc2/>
<chaindatasetName>RecExAnaTest_notrig_steps_mc12_ESD.pool.root</chaindatasetName>
<dataset_info>
<dc2 />
<datasetName>/afs/cern.ch/atlas/project/RTT/prod/Results/rtt/chainstore/devval/x86_64-slc5-gcc43-opt/AtlasProduction/Reconstruction/RecExample/RecExAnaTest/RecExAnaTest_RTT_notrig_steps_mc12/RecExAnaTest_notrig_steps_mc12_ESD.pool.root</datasetName>
</dataset_info>
</chaindataset_info>
<athenaCommonFlags />
</athena>
<chainfileout>RecExAnaTest_notrig_steps_mc12_AOD.pool.root</chainfileout>
<chainfileout>PoolFileCatalog.xml</chainfileout>
</chainElement>
<chainElement>
<athena userJobId="mc12_chain_withouttrigger_AODtoTAG">
<doc> Chain without trigger configuration for mc12 AOD->TAG</doc>
<displayName>RecExAnaTest_RTT_notrig_steps_mc12_AODtoTAG</displayName>
<commandLineFlags>jp.AthenaCommonFlags.EvtMax=300;jp.AthenaCommonFlags.PoolTAGOutput="RecExAnaTest_notrig_steps_mc12_TAG.pool.root"</commandLineFlags>
<options>RecExAnaTest/aodtotag_RTT</options>
<group>RecExAna</group>
<queue>medium</queue>
<chaindataset_info>
<dc2/>
<chaindatasetName>RecExAnaTest_notrig_steps_mc12_AOD.pool.root</chaindatasetName>
<dataset_info>
<dc2 />
<datasetName>/afs/cern.ch/atlas/project/RTT/prod/Results/rtt/chainstore/devval/x86_64-slc5-gcc43-opt/AtlasProduction/Reconstruction/RecExample/RecExAnaTest/RecExAnaTest_RTT_notrig_steps_mc12/RecExAnaTest_notrig_steps_mc12_AOD.pool.root</datasetName>
</dataset_info>
</chaindataset_info>
<athenaCommonFlags />
</athena>
<chainfileout>RecExAnaTest_notrig_steps_mc12_TAG.pool.root</chainfileout>
</chainElement>
<chainElement>
<jobTransform userJobId="mc12_chain_withouttrigger_TAGtoAOD">
<doc>Chain without trigger configuration for mc12 TAG->AOD</doc>
<jobTransformJobName>displayName>RecExAnaTest_RTT_notrig_steps_mc12_TAGtoAOD</jobTransformJobName>
<jobTransformCmd>
pool_insertFileToCatalog.py RecExAnaTest_notrig_steps_mc12_AOD.pool.root; athena.py -c 'jp.AthenaCommonFlags.EvtMax=300;jp.AthenaCommonFlags.FilesInput.set_Value_and_Lock(["RecExAnaTest_notrig_steps_mc12_TAG.pool.root"])' RecExCommon/tagtoaod.py
</jobTransformCmd>
<group>RecExAna</group>
<chaindataset_info>
<dc2/>
<chaindatasetName>RecExAnaTest_notrig_steps_mc12_AOD.pool.root</chaindatasetName>
<dataset_info>
<dc2 />
<datasetName>/afs/cern.ch/atlas/project/RTT/prod/Results/rtt/chainstore/devval/x86_64-slc5-gcc43-opt/AtlasProduction/Reconstruction/RecExample/RecExAnaTest/RecExAnaTest_RTT_notrig_steps_mc12/RecExAnaTest_notrig_steps_mc12_AOD.pool.root</datasetName>
</dataset_info>
</chaindataset_info>
<chaindataset_info>
<dc2/>
<chaindatasetName>RecExAnaTest_notrig_steps_mc12_TAG.pool.root</chaindatasetName>
<dataset_info>
<dc2 />
<datasetName>/afs/cern.ch/atlas/project/RTT/prod/Results/rtt/chainstore/devval/x86_64-slc5-gcc43-opt/AtlasProduction/Reconstruction/RecExample/RecExAnaTest/RecExAnaTest_RTT_notrig_steps_mc12/RecExAnaTest_notrig_steps_mc12_TAG.pool.root</datasetName>
</dataset_info>
</chaindataset_info>
</jobTransform>
</chainElement>
</sequential>
</chain>
<chain>
<chainName>RecExAnaTest_RTT_prod_steps_mc12</chainName>
<sequential>
<chainElement>
<athena userJobId="mc12_chain_prod_RDOtoESD">
<doc>Chain in prod configuration for mc12 RDO->ESD</doc>
<displayName>RecExAnaTest_RTT_prod_steps_mc12_RDOtoESD</displayName>
<commandLineFlags>
jp.AthenaCommonFlags.EvtMax=300;jp.AthenaCommonFlags.PoolESDOutput="RecExAnaTest_prod_steps_mc12_ESD.pool.root";jp.AthenaCommonFlags.FilesInput=["root://eosatlas.cern.ch//eos/atlas/atlascerngroupdisk/phys-rig/pileupSamples/mc12_8TeV.105200.McAtNloJimmy_CT10_ttbar_LeptonFilter.digit.RDO.e1513_s1499_s1504_d700/RDO.01177879._000001.pool.root.1"]
</commandLineFlags>
<options>RecExTrigTest/RecExTrigTest_RTT_esdprod</options>
<group>RecExAna</group>
<queue>medium</queue>
</athena>
<chainfileout>RecExAnaTest_prod_steps_mc12_ESD.pool.root</chainfileout>
</chainElement>
<chainElement>
<athena userJobId="mc12_chain_prod_ESDtoAOD">
<doc> Chain in prod configuration for mc12 ESD->AOD</doc>
<displayName>RecExAnaTest_RTT_prod_steps_mc12_ESDtoAOD</displayName>
<commandLineFlags>jp.AthenaCommonFlags.EvtMax=300;jp.AthenaCommonFlags.PoolAODOutput="RecExAnaTest_prod_steps_mc12_AOD.pool.root"</commandLineFlags>
<options>RecExAnaTest/esdtoaod_RTT</options>
<group>RecExAna</group>
<queue>medium</queue>
<chaindataset_info>
<dc2/>
<chaindatasetName>RecExAnaTest_prod_steps_mc12_ESD.pool.root</chaindatasetName>
<dataset_info>
<dc2 />
<datasetName>/afs/cern.ch/atlas/project/RTT/prod/Results/rtt/chainstore/devval/x86_64-slc5-gcc43-opt/AtlasProduction/Reconstruction/RecExample/RecExAnaTest/RecExAnaTest_RTT_prod_steps_mc12/RecExAnaTest_prod_steps_mc12_ESD.pool.root</datasetName>
</dataset_info>
</chaindataset_info>
<athenaCommonFlags />
</athena>
<chainfileout>RecExAnaTest_prod_steps_mc12_AOD.pool.root</chainfileout>
<chainfileout>PoolFileCatalog.xml</chainfileout>
</chainElement>
<chainElement>
<athena userJobId="mc12_chain_prod_AODtoTAG">
<doc> Chain in prod configuration for mc12 AOD->TAG</doc>
<displayName>RecExAnaTest_RTT_prod_steps_mc12_AODtoTAG</displayName>
<commandLineFlags>jp.AthenaCommonFlags.EvtMax=300;jp.AthenaCommonFlags.PoolTAGOutput="RecExAnaTest_prod_steps_mc12_TAG.pool.root"</commandLineFlags>
<options>RecExAnaTest/aodtotag_RTT</options>
<group>RecExAna</group>
<queue>medium</queue>
<chaindataset_info>
<dc2/>
<chaindatasetName>RecExAnaTest_prod_steps_mc12_AOD.pool.root</chaindatasetName>
<dataset_info>
<dc2 />
<datasetName>/afs/cern.ch/atlas/project/RTT/prod/Results/rtt/chainstore/devval/x86_64-slc5-gcc43-opt/AtlasProduction/Reconstruction/RecExample/RecExAnaTest/RecExAnaTest_RTT_prod_steps_mc12/RecExAnaTest_prod_steps_mc12_AOD.pool.root</datasetName>
</dataset_info>
</chaindataset_info>
<athenaCommonFlags />
</athena>
<chainfileout>RecExAnaTest_prod_steps_mc12_TAG.pool.root</chainfileout>
</chainElement>
<chainElement>
<jobTransform userJobId="mc12_chain_prod_TAGtoAOD">
<doc> Chain in prod configuration for mc12 TAG->AOD</doc>
<jobTransformJobName>RecExAnaTest_RTT_prod_steps_mc12_TAGtoAOD</jobTransformJobName>
<jobTransformCmd>
pool_insertFileToCatalog.py RecExAnaTest_prod_steps_mc12_AOD.pool.root;athena.py -c 'jp.AthenaCommonFlags.EvtMax=300;jp.AthenaCommonFlags.FilesInput.set_Value_and_Lock(["RecExAnaTest_prod_steps_mc12_TAG.pool.root"])' RecExCommon/tagtoaod.py
</jobTransformCmd>
<group>RecExAna</group>
<chaindataset_info>
<dc2/>
<chaindatasetName>RecExAnaTest_prod_steps_mc12_AOD.pool.root</chaindatasetName>
<dataset_info>
<dc2 />
<datasetName>/afs/cern.ch/atlas/project/RTT/prod/Results/rtt/chainstore/devval/x86_64-slc5-gcc43-opt/AtlasProduction/Reconstruction/RecExample/RecExAnaTest/RecExAnaTest_RTT_prod_steps_mc12/RecExAnaTest_prod_steps_mc12_AOD.pool.root</datasetName>
</dataset_info>
</chaindataset_info>
<chaindataset_info>
<dc2/>
<chaindatasetName>RecExAnaTest_prod_steps_mc12_TAG.pool.root</chaindatasetName>
<dataset_info>
<dc2 />
<datasetName>/afs/cern.ch/atlas/project/RTT/prod/Results/rtt/chainstore/devval/x86_64-slc5-gcc43-opt/AtlasProduction/Reconstruction/RecExample/RecExAnaTest/RecExAnaTest_RTT_prod_steps_mc12/RecExAnaTest_prod_steps_mc12_TAG.pool.root</datasetName>
</dataset_info>
</chaindataset_info>
</jobTransform>
</chainElement>
</sequential>
</chain>
</jobList>
<jobGroups>
<jobGroup name="RecExAna" parent="Transform">
<keepFilePattern>web/*</keepFilePattern>
<keepFilePattern>web/data/*</keepFilePattern>
<keepFilePattern>*.txt</keepFilePattern>
<keepFilePattern>*.bz2</keepFilePattern>
<keepFilePattern>*_log.bz2</keepFilePattern>
<auxFilePattern>PostProcessRecoRTTTests.py</auxFilePattern>
<action position="1" runInAtlasEnv="yes">
<modulename>PostProcessRecoRTTTests</modulename>
<testname>PostProcessRecoRTTTests</testname>
</action>
</jobGroup>
<jobGroup name="RecExAna_memleak" parent="Transform">
<keepFilePattern>web/*</keepFilePattern>
<keepFilePattern>web/data/*</keepFilePattern>
<keepFilePattern>*.txt</keepFilePattern>
<keepFilePattern>*.bz2</keepFilePattern>
<keepFilePattern>*_log.bz2</keepFilePattern>
<auxFilePattern>run_memleak_reat.sh</auxFilePattern>
<auxFilePattern>slurpRecoRTTTests.pl</auxFilePattern>
<auxFilePattern>PostProcessIgprofWeb.py</auxFilePattern>
<auxFilePattern>PostProcessRecoRTTTests.py</auxFilePattern>
<action position="1" runInAtlasEnv="yes">
<modulename>PostProcessRecoRTTTests</modulename>
<testname>PostProcessRecoRTTTests</testname>
</action>
</jobGroup>
</jobGroups>
</rtt>
</unifiedTestConfiguration>
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