Skip to content
Tote Hughes edited this page Feb 18, 2018 · 4 revisions

To look at event displays, use Fireworks; the command is cmsShow.

Setup

Because Fireworks is graphical, it's best to use it locally. You can install a standalone version following instructions on the Twiki.

Workflow

We scan the data anatuple in a tighter signal region:

root [10] jetht->Scan("phi[0]:eta[0]:pt[0]:m_p[0]:phi[1]:eta[1]:pt[1]:m_p[1]:mavg_p:run:lumi:event", get_cut_modified("fjp_sig","Max$(tau42)<0.4&&Max$(tau43)<0.6"), "colsize=10")
************************************************************************************************************************************************************************
*    Row   *     phi[0] *     eta[0] *      pt[0] *     m_p[0] *     phi[1] *     eta[1] *      pt[1] *     m_p[1] *     mavg_p *        run *       lumi *      event *
************************************************************************************************************************************************************************
*   808060 * 0.27094292 * -0.1662738 * 1156.31717 *  578.06093 * -2.7163227 * 0.64483201 * 1095.72976 * 680.479861 * 629.270395 *     257751 *         26 *   38214273 *
*   976832 * -3.1174510 * -0.7623413 * 686.382602 * 1.0016e-05 * -0.0819307 * -0.8111305 * 595.500013 * 1.0073e-05 * 1.0044e-05 *     259685 *         25 *   45370146 *
*  1269570 * -0.7899842 * -0.5085453 * 876.750930 * 354.395248 * 2.31623523 * -1.3828884 * 822.814058 * 312.832267 * 333.613757 *     259809 *        212 *  302965926 *
*  3342293 * -1.9913118 * 0.37332087 * 638.281110 * 297.845128 * 1.79423677 * -0.3435791 * 432.935610 * 341.925192 * 319.885160 *     274388 *        995 * 1816187831 *
*  6709038 * -0.4940235 * 0.32746408 * 540.945047 * 274.473407 * 2.62834203 * 0.59146736 * 437.483607 * 241.507167 * 257.990287 *     276244 *        716 * 1077745312 *
* 11285324 * 2.42222262 * -0.3694978 * 741.062511 * 244.829772 * -0.6652871 * -1.1887840 * 592.558492 * 204.023377 * 224.426574 *     276834 *         29 *   41984513 *
* 13763295 * 0.52418452 * 0.84687595 * 557.383991 * 304.511816 * -2.6114206 * 0.63624539 * 541.512809 * 324.201488 * 314.356652 *     278240 *       1082 * 2073956427 *
* 15870540 * -0.9813108 * -0.1382763 * 556.665210 * 296.364728 * 1.98060936 * -1.0549537 * 513.520085 * 315.586206 * 305.975467 *     276811 *        827 * 1500605160 *
* 22117284 * 2.28722215 * -0.0954024 * 556.304216 * 342.323472 * -1.2524550 * 0.73909966 * 513.283774 * 345.958466 * 344.140969 *     280249 *        815 * 1510887336 *
* 24172284 * 2.01180167 * -0.4626040 * 625.715605 * 383.582213 * -1.1601499 * 0.21522844 * 588.273957 * 409.723422 * 396.652818 *     281976 *        172 *  303319755 *
* 24801950 * 1.46320902 * 0.82482129 * 858.634792 * 519.337514 * -1.6774889 * 0.77678808 * 820.904248 * 584.009316 * 551.673415 *     283820 *        963 * 1700975694 *
* 27982717 * 0.64858008 * -0.3485198 * 1054.25913 * 527.002382 * -2.4667631 * -0.0829322 * 974.162904 * 507.759270 * 517.380826 *     281641 *        140 *  230199660 *
* 28465682 * 1.02166275 * 0.69154011 * 572.823693 * 347.421535 * -2.0123244 * 0.44679210 * 573.722140 * 307.226316 * 327.323926 *     282814 *        109 *  213020712 *

These are the events we want to display. To get the ROOT files in which these events are stored, you need to use the edmPickEvents.py script. Note: this script fails in CMSSW_8_0_28, use CMSSW_9_*.

The best event we've found so far is 276244:716:1077745312, which is in jetht16c.

Clone this wiki locally