Skip to content
Snippets Groups Projects
Commit 7ee7c9c9 authored by Antonio Limosani's avatar Antonio Limosani Committed by Graeme Stewart
Browse files

Remove deriv jobs (RecPerfTests-00-08-28)

	* Remove derivation trains and relocate data15 file into atlaspmb eos area
	* RecPerfTests-00-08-28
parent cdf62a7f
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@
<doc>Reco_tf runs on 13TeV collision data from the minbias stream</doc>
<jobTransformJobName>monitoring_reco_data12_jettauetmiss</jobTransformJobName>
<jobTransformCmd>
export TRF_ECHO=1; Reco_tf.py --conditionsTag "CONDBR2-BLKPA-2015-05" --inputBSFile 'root://eosatlas.cern.ch//eos/atlas/atlastier0/rucio/data15_13TeV/physics_Main/00267167/data15_13TeV.00267167.physics_Main.merge.RAW/data15_13TeV.00267167.physics_Main.merge.RAW._lb0176._SFO-1._0001.1' --outputESDFile "myESD.pool.root" --outputAODFile "myAOD.pool.root" --ignorePatterns "ToolSvc.InDetSCTRodDecoder.+ERROR.+Unknown.+offlineId.+for.+OnlineId" --AMITag "f594" --ignoreErrors true --maxEvents 200 --skipEvents 0 --autoConfiguration "everything" --preExec 'DQMonFlags.enableLumiAccess=False;DQMonFlags.doCTPMon=False;from MuonRecExample.MuonRecFlags import muonRecFlags;muonRecFlags.useLooseErrorTuning.set_Value_and_Lock(True);' --beamType "collisions" --geometryVersion "ATLAS-R2-2015-03-01-00" --postExec "r2e:topSequence.LArNoisyROAlg.Tool.BadChanPerFEB=30" --outputHISTFile "myHIST.pool.root" --athenaopts=' --pmon=sdmonfp' | tee __log.txt;
export TRF_ECHO=1; Reco_tf.py --conditionsTag "CONDBR2-BLKPA-2015-05" --inputBSFile 'root://eosatlas//eos/atlas/user/a/atlaspmb/data15_13TeV/ata15_13TeV.00267167.physics_Main.merge.RAW._lb0176._SFO-1._0001.1' --outputESDFile "myESD.pool.root" --outputAODFile "myAOD.pool.root" --ignorePatterns "ToolSvc.InDetSCTRodDecoder.+ERROR.+Unknown.+offlineId.+for.+OnlineId" --AMITag "f594" --ignoreErrors true --maxEvents 200 --skipEvents 0 --autoConfiguration "everything" --preExec 'DQMonFlags.enableLumiAccess=False;DQMonFlags.doCTPMon=False;from MuonRecExample.MuonRecFlags import muonRecFlags;muonRecFlags.useLooseErrorTuning.set_Value_and_Lock(True);' --beamType "collisions" --geometryVersion "ATLAS-R2-2015-03-01-00" --postExec "r2e:topSequence.LArNoisyROAlg.Tool.BadChanPerFEB=30" --outputHISTFile "myHIST.pool.root" --athenaopts=' --pmon=sdmonfp' | tee __log.txt;
echo $? &gt; __exitcode ;
touch __done ;
grep -i "Reco_tf" jobReport.txt | head -n1 | awk -F\" '{print $2}' &gt; __command.sh;
......@@ -267,99 +267,6 @@
<jobTransform userJobId="Derivation_Data15ExotJetmTrain">
<doc>Data15ExotJetmTrain</doc>
<jobTransformJobName>Derivation_Data15ExotJetmTrain</jobTransformJobName>
<jobTransformCmd>
export TRF_ECHO=1; Reco_tf.py --inputAODFile root://eosatlas//eos/atlas/user/m/mdobre/forRTTdata15/Data15_AOD.pool.root --outputDAODFile myDAOD.pool.root --reductionConf EXOT3 JETM1 JETM8 JETM9 --preExec='from PerfMonComps.PerfMonFlags import jobproperties as pmjp;pmjp.PerfMonFlags.doPostProcessing=True;pmjp.PerfMonFlags.doSemiDetailedMonitoringFullPrint=True;' --maxEvents 500 | tee __log.txt;
echo $? &gt; __exitcode ;
touch __done ;
grep -i "Reco_tf" jobReport.txt | head -n1 | awk -F\" '{print $2}' &gt; __command.sh;
for f in ntuple*.pmon.gz; do if [ -f "$f" ]; then tar xf $f "*.pmonsd.*" ; fi; done ;
checkxAOD.py myDAOD.pool.root &gt; myAOD.pool.root.checkfile.txt ;
export userJobId="Derivation_Data15ExotJetmTrain";
export headDir="/afs/cern.ch/atlas/project/pmb/new_pmb/archive/custom";
export OutputDestination=${headDir}/`date +'%d/%m/%Y'`/`basename ${ATLAS_RELEASE_BASE}`/`basename $ROOTSYS`/${userJobId};
gzip *txt;
mkdir -p ${OutputDestination} ;
rsync -avz ntuple* ${OutputDestination}/. ;
rsync -avz __* ${OutputDestination}/. ;
rsync -avz *.checkfile.txt.gz ${OutputDestination}/. ;
</jobTransformCmd>
<group>TrfRecPerf</group>
<queue>atlasrttperf</queue>
</jobTransform>
<jobTransform userJobId="Derivation_MC15ExotJetmTrain">
<doc>Data15ExotJetmTrain</doc>
<jobTransformJobName>Derivation_MC15ExotJetmTrain</jobTransformJobName>
<jobTransformCmd>
export TRF_ECHO=1; Reco_tf.py --inputAODFile root://eosatlas//eos/atlas/user/m/mdobre/forRTTmc15/MC15_AOD.pool.root --outputDAODFile myDAOD.pool.root --reductionConf EXOT3 JETM1 JETM8 JETM9 --preExec='from PerfMonComps.PerfMonFlags import jobproperties as pmjp;pmjp.PerfMonFlags.doPostProcessing=True;pmjp.PerfMonFlags.doSemiDetailedMonitoringFullPrint=True;' --maxEvents 500 | tee __log.txt;
echo $? &gt; __exitcode ;
touch __done ;
grep -i "Reco_tf" jobReport.txt | head -n1 | awk -F\" '{print $2}' &gt; __command.sh;
for f in ntuple*.pmon.gz; do if [ -f "$f" ]; then tar xf $f "*.pmonsd.*" ; fi; done ;
checkxAOD.py myDAOD.pool.root &gt; myAOD.pool.root.checkfile.txt ;
export userJobId="Derivation_MC15ExotJetmTrain";
export headDir="/afs/cern.ch/atlas/project/pmb/new_pmb/archive/custom";
export OutputDestination=${headDir}/`date +'%d/%m/%Y'`/`basename ${ATLAS_RELEASE_BASE}`/`basename $ROOTSYS`/${userJobId};
gzip *txt;
mkdir -p ${OutputDestination} ;
rsync -avz ntuple* ${OutputDestination}/. ;
rsync -avz __* ${OutputDestination}/. ;
rsync -avz *.checkfile.txt.gz ${OutputDestination}/. ;
</jobTransformCmd>
<group>TrfRecPerf</group>
<queue>atlasrttperf</queue>
</jobTransform>
<jobTransform userJobId="Derivation_MC15StdmTrain">
<doc>Data15ExotJetmTrain</doc>
<jobTransformJobName>Derivation_MC15StdmTrain</jobTransformJobName>
<jobTransformCmd>
export TRF_ECHO=1; Reco_tf.py --inputAODFile root://eosatlas//eos/atlas/user/m/mdobre/forRTTmc15/MC15_AOD.pool.root --outputDAODFile myDAOD.pool.root --reductionConf STDM2 STDM3 STDM4 STDM5 --preExec='from PerfMonComps.PerfMonFlags import jobproperties as pmjp;pmjp.PerfMonFlags.doPostProcessing=True;pmjp.PerfMonFlags.doSemiDetailedMonitoringFullPrint=True;' --maxEvents 500 | tee __log.txt;
echo $? &gt; __exitcode ;
touch __done ;
grep -i "Reco_tf" jobReport.txt | head -n1 | awk -F\" '{print $2}' &gt; __command.sh;
for f in ntuple*.pmon.gz; do if [ -f "$f" ]; then tar xf $f "*.pmonsd.*" ; fi; done ;
checkxAOD.py myDAOD.pool.root &gt; myAOD.pool.root.checkfile.txt ;
export userJobId="Derivation_MC15StdmTrain";
export headDir="/afs/cern.ch/atlas/project/pmb/new_pmb/archive/custom";
export OutputDestination=${headDir}/`date +'%d/%m/%Y'`/`basename ${ATLAS_RELEASE_BASE}`/`basename $ROOTSYS`/${userJobId};
gzip *txt;
mkdir -p ${OutputDestination} ;
rsync -avz ntuple* ${OutputDestination}/. ;
rsync -avz __* ${OutputDestination}/. ;
rsync -avz *.checkfile.txt.gz ${OutputDestination}/. ;
</jobTransformCmd>
<group>TrfRecPerf</group>
<queue>atlasrttperf</queue>
</jobTransform>
<jobTransform userJobId="Derivation_Data15StdmTrain">
<doc>Data15ExotJetmTrain</doc>
<jobTransformJobName>Derivation_Data15StdmTrain</jobTransformJobName>
<jobTransformCmd>
export TRF_ECHO=1; Reco_tf.py --inputAODFile root://eosatlas//eos/atlas/user/m/mdobre/forRTTdata15/Data15_AOD.pool.root --outputDAODFile myDAOD.pool.root --reductionConf STDM2 STDM3 STDM4 STDM5 --preExec='from PerfMonComps.PerfMonFlags import jobproperties as pmjp;pmjp.PerfMonFlags.doPostProcessing=True;pmjp.PerfMonFlags.doSemiDetailedMonitoringFullPrint=True;' --maxEvents 500 | tee __log.txt;
echo $? &gt; __exitcode ;
touch __done ;
grep -i "Reco_tf" jobReport.txt | head -n1 | awk -F\" '{print $2}' &gt; __command.sh;
for f in ntuple*.pmon.gz; do if [ -f "$f" ]; then tar xf $f "*.pmonsd.*" ; fi; done ;
checkxAOD.py myDAOD.pool.root &gt; myAOD.pool.root.checkfile.txt ;
export userJobId="Derivation_Data15StdmTrain";
export headDir="/afs/cern.ch/atlas/project/pmb/new_pmb/archive/custom";
export OutputDestination=${headDir}/`date +'%d/%m/%Y'`/`basename ${ATLAS_RELEASE_BASE}`/`basename $ROOTSYS`/${userJobId};
gzip *txt;
mkdir -p ${OutputDestination} ;
rsync -avz ntuple* ${OutputDestination}/. ;
rsync -avz __* ${OutputDestination}/. ;
rsync -avz *.checkfile.txt.gz ${OutputDestination}/. ;
</jobTransformCmd>
<group>TrfRecPerf</group>
<queue>atlasrttperf</queue>
</jobTransform>
......
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