diff --git a/Reconstruction/egamma/egammaValidation/test/test_electron.sh b/Reconstruction/egamma/egammaValidation/test/test_electron.sh index 950eef9de1ecfde8d192497b393dfcd4e76d08eb..1a507d4ecf280719ef9af959ef842f61f5eb3a10 100755 --- a/Reconstruction/egamma/egammaValidation/test/test_electron.sh +++ b/Reconstruction/egamma/egammaValidation/test/test_electron.sh @@ -11,8 +11,6 @@ # art-output: *.hist.root # art-output: *.txt # art-output: *.png -# art-output: log.RAWtoESD -# art-output: log.ESDtoAOD echo "ArtProcess: $ArtProcess" @@ -67,7 +65,7 @@ case $ArtProcess in unset ATHENA_NUM_PROC unset ATHENA_PROC_NUMBER - Reco_tf.py --inputRDOFile=$x --outputAODFile=Nightly_AOD_electron.pool.root --maxEvents=2000 --autoConfiguration="everything" --preExec="from ParticleBuilderOptions.AODFlags import AODFlags; AODFlags.ThinGeantTruth.set_Value_and_Lock(False); rec.doTrigger=False; rec.doMuon=True; rec.doTau=True ; from RecExConfig.RecAlgsFlags import recAlgs; recAlgs.doMuonSpShower=False ; rec.doBTagging=True ; recAlgs.doEFlow=True ; recAlgs.doEFlowJet=True ; recAlgs.doMissingET=True ; recAlgs.doMissingETSig=True ; from JetRec.JetRecFlags import jetFlags ; jetFlags.Enabled=True ; " + Reco_tf.py --inputRDOFile=$x --outputAODFile=Nightly_AOD_electron.pool.root --maxEvents=2000 --autoConfiguration="everything" --preExec="from ParticleBuilderOptions.AODFlags import AODFlags; AODFlags.ThinGeantTruth.set_Value_and_Lock(False); rec.doTrigger=False; rec.doMuon=False; rec.doTau=False ; from RecExConfig.RecAlgsFlags import recAlgs; recAlgs.doMuonSpShower=False ; rec.doBTagging=False ; recAlgs.doEFlow=False ; recAlgs.doEFlowJet=False ; recAlgs.doMissingET=False ; recAlgs.doMissingETSig=False ; from JetRec.JetRecFlags import jetFlags ; jetFlags.Enabled=False ; " echo "art-result: $? reconstruction" diff --git a/Reconstruction/egamma/egammaValidation/test/test_gamma.sh b/Reconstruction/egamma/egammaValidation/test/test_gamma.sh index e627004cd1d077dd6ffbeab733235059d313501b..da84d21e05cfa06011463546a4c7e0a2020beab0 100755 --- a/Reconstruction/egamma/egammaValidation/test/test_gamma.sh +++ b/Reconstruction/egamma/egammaValidation/test/test_gamma.sh @@ -11,8 +11,6 @@ # art-output: *.hist.root # art-output: *.txt # art-output: *.png -# art-output: log.RAWtoESD -# art-output: log.ESDtoAOD echo "ArtProcess: $ArtProcess" @@ -67,7 +65,7 @@ case $ArtProcess in unset ATHENA_NUM_PROC unset ATHENA_PROC_NUMBER - Reco_tf.py --inputRDOFile=$x --outputAODFile=Nightly_AOD_gamma.pool.root --maxEvents=2000 --autoConfiguration="everything" --preExec="from ParticleBuilderOptions.AODFlags import AODFlags; AODFlags.ThinGeantTruth.set_Value_and_Lock(False); rec.doTrigger=False; rec.doMuon=True; rec.doTau=True ; from RecExConfig.RecAlgsFlags import recAlgs; recAlgs.doMuonSpShower=False ; rec.doBTagging=True ; recAlgs.doEFlow=True ; recAlgs.doEFlowJet=True ; recAlgs.doMissingET=True ; recAlgs.doMissingETSig=True ; from JetRec.JetRecFlags import jetFlags ; jetFlags.Enabled=True ; " + Reco_tf.py --inputRDOFile=$x --outputAODFile=Nightly_AOD_gamma.pool.root --maxEvents=2000 --autoConfiguration="everything" --preExec="from ParticleBuilderOptions.AODFlags import AODFlags; AODFlags.ThinGeantTruth.set_Value_and_Lock(False); rec.doTrigger=False; rec.doMuon=False; rec.doTau=False ; from RecExConfig.RecAlgsFlags import recAlgs; recAlgs.doMuonSpShower=False ; rec.doBTagging=False ; recAlgs.doEFlow=False ; recAlgs.doEFlowJet=False ; recAlgs.doMissingET=False ; recAlgs.doMissingETSig=False ; from JetRec.JetRecFlags import jetFlags ; jetFlags.Enabled=False ; " echo "art-result: $? reconstruction"