condor_submit submitmu.txtIf everything goes well, you will see on the screen something like the following
cmslpc25>condor_submit submitmu.txt Submitting job(s)............................................ 44 job(s) submitted to cluster 246668.Job status can be monitored by running the command
condor_q -sub < username>Here is a snapshot of my running jobs
cmslpc25>condor_q -sub kalanand -- Submitter: kalanand@fnal.gov : <131.225.190.171:38138> : cmslpc25.fnal.gov ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD 246669.0 kalanand 4/19 14:33 0+00:01:13 R 0 0.0 batchit.sh /uscms/ 246668.29 kalanand 4/19 14:18 0+00:10:38 R 0 0.0 batchit.sh /uscms/ 246668.32 kalanand 4/19 14:18 0+00:10:37 R 0 0.0 batchit.sh /uscms/ 246668.33 kalanand 4/19 14:18 0+00:10:37 R 0 0.0 batchit.sh /uscms/ 246668.35 kalanand 4/19 14:18 0+00:10:36 R 0 0.0 batchit.sh /uscms/ 246668.36 kalanand 4/19 14:18 0+00:10:36 R 0 0.0 batchit.sh /uscms/ 246668.37 kalanand 4/19 14:18 0+00:10:36 R 0 0.0 batchit.sh /uscms/ 246668.38 kalanand 4/19 14:18 0+00:10:36 R 0 0.0 batchit.sh /uscms/ 246668.39 kalanand 4/19 14:18 0+00:10:36 R 0 0.0 batchit.sh /uscms/ 246668.40 kalanand 4/19 14:18 0+00:10:35 R 0 0.0 batchit.sh /uscms/ 246668.41 kalanand 4/19 14:18 0+00:10:35 R 0 0.0 batchit.sh /uscms/ 246668.42 kalanand 4/19 14:18 0+00:10:35 R 0 0.0 batchit.sh /uscms/ 246668.43 kalanand 4/19 14:18 0+00:10:35 R 0 0.0 batchit.sh /uscms/ ....The jobs take several hours to complete. For the purpose of this demo we will simply submit the jobs and move to the next step (I already have the output stored).
python skim.py
python analyze.pyThis should produce two figures. In the left figure we plot the distribution in data and compare it to the expected background from simulation. The figure also shows the magnitude of Higgs signal for a few hypothetical Higgs mass values. In the figure on the right, we plot data after background subtraction. We find that the data is consistent with background-only hypothesis. Given the expected magnitude of Higgs signal, we can exclude Higgs boson mass in the range 200−600 GeV with 95% confidence. This is what we actually did with the early LHC data before eventually discovering the Higgs boson at mass 125 GeV on July 4, 2012.