Slides and Notes 25-January-2011

Using the most recent DCOPS calibration file I created a CSV file of only the interesting stuff for this exercise. DCOPSCalibReduced.csv

I noticed that applyCalib.awk did not seem to use these numbers. So I stripped out the calibration information and used strip.awk to create insert.awk using

awk -F, -f strip.awk DCOPSCalibReduced.csv >insert.awk
and then stuffed insert.awk into the applyCalib.awk framework.

Recall that appying the corrections to ME+2/SLM1 provided very clean clustering: will the new corrections do the same?
DCOPSOld up-downNew up-down
250.431-.364
260.05940.012
27-.19420.265
28-.40290.474
291.0492-.98
30-.1350.208
310.0819-.011
32-.24960.32
33-.23490.307
34-.4430.512

These aren't anything like each other--the chance of tight clustering seems miniscule. So where did the old numbers come from if they are simultaneously so good and bad?

If I compare the old and the new difference "up-down" calibration number, I get something alarming, as can be seen below. Something is reversed in the calibration, and there's a systematic offset. Reversals are easy: all I have to do is mix up 1x(=up) and 3x(=down). The offset is unexpected. It isn't large, but it is very clean.

The oldest reference in these notes to this file is from 8-Oct-2009

-rw-r--r-- 1 jnb jnb 41473 Jan 14 16:41 /afs/hep.wisc.edu/home/jnb/public_html/cms/14Jan2011/applyCalib.awk
-rw-r--r-- 1 jnb jnb 50255 Jan 17 19:15 /afs/hep.wisc.edu/home/jnb/public_html/cms/17Jan2011/applyCalib.awk
-rw-r--r-- 1 jnb jnb 49344 Jan 25 15:56 /afs/hep.wisc.edu/home/jnb/public_html/cms/25Jan2011/applyCalib.awk
-rw-r--r-- 1 jnb jnb 44871 Mar 15  2010 /afs/hep.wisc.edu/home/jnb/applyCalib.awk
lrwxr-xr-x 1 jnb jnb 20 Apr 22  2010 /afs/hep.wisc.edu/home/jnb/XFER/SDF/Mar2010/applyCalib.awk -> ../../applyCalib.awk
-rw-r--r-- 1 jnb jnb 44871 Nov  6  2009 /afs/hep.wisc.edu/home/jnb/XFER/applyCalib.awk
-rw-r--r-- 1 jnb jnb 29467 Jun 20  2009 /afs/hep.wisc.edu/home/jnb/utilities/cms/applyCalib.awk

The one in utilities seems to have the same calibrations as the new one I made today. That's encouraging.


Update

When I use the new calibrations, the up-down difference is significantly worse:
DLC rangeNentriesup-down meanup-down RMS
25-3560.2060450.942174
35-456-0.2201720.97716
45-554-0.1268150.790221
55-656-0.4942170.696855
65-7570.81371.3977
75-8550.1207280.697421
85-955-0.553040.308295
95-10570.5744570.298755
105-1155-0.9159480.501172
115-12520.277180.61732
125-1355-0.433940.365915
135-1457-0.3856710.496254

UPDATE: sign taken from the file for U/D corrections is wrong (except for MAB calibrations)

Question: do I have the right virtual dowels defined? I think so as described here


Summary:


Modified 25-January-2011 at 15:44

http://hep.physics.wisc.edu/~jnb/cms/25Jan2011
Previous notes Next notes Main slide directory

Please contact jnbt@hep.physics.wisc.edu if you have trouble accessing the information on this page.