Skip to content
Snippets Groups Projects
Commit 34c451c2 authored by Simone Pigazzini's avatar Simone Pigazzini
Browse files

Add HLT workflows from prompt processing

parent 5406a76d
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ class GlobalVars{
script.env.image = "/cvmfs/unpacked.cern.ch/gitlab-registry.cern.ch/cms-ecal-dpg/ecalelfs/automation:prod"
script.env.image_setup = "source /home/ecalgit/setup.sh; module load lxbatch/tzero"
script.env.dbinstance = "ecal_prompt_v2"
script.env.campaign = "prompt"
script.env.campaign = "prompt,hlt"
script.env.notify_url = "https://mattermost.web.cern.ch/hooks/kbdustfxdjyg3b88d96k3xwyoe"
script.env.ett_notify_url = "https://mattermost.web.cern.ch/hooks/zp7kosu3efnhfkdkekp4nbgr6e"
script.env.eospath = "/eos/cms/store/group/dpg_ecal/alca_ecalcalib/automation_prompt"
......
......@@ -23,7 +23,7 @@ ecalautomation.py $TASK jobctrl --id $JOBID --running --fields "htc-id:${CLUSTER
mkdir output
cmsRun $WDIR/src/EcalTiming/EcalTiming/test/ecalTime_fromAlcaStream_cfg.py files=$INFILE outputFile=output/AlcaPhiSym_timing_$JOBID.root globalTag=$GT
cmsRun $WDIR/src/EcalTiming/EcalTiming/test/ecalTime_fromAlcaStream_cfg.py files=$INFILE outputFile=output/AlcaPhiSym_timing_$JOBID.root timealgo=ratioMethod globalTag=$GT
RETCMSSW=$?
if [ "$RETCMSSW" == "0" ]
......
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