Skip to content
Snippets Groups Projects
Commit c4c96e6b authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

RecExAnaTest: delete obsolete RTT test package

parent 16dcd668
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")
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