Analysis of Point 5 VPT anode current data

Links

Presentations/write-ups

PVSS notes on 2010-2012 data sets

EE HV pages

DQM data

PVSS data

Supplied by Oliver Holme, Oracle Dump into zip file with data from 2010-2012, at
  • /afs/cern.ch/work/d/davec/VPT-P5-DATA/OHOLME/
  • EE_ELMB_data_2010_to_2012.zip
  • 28Mbytes

Unzipped file for analysis:

  • /afs/cern.ch/work/d/davec/VPT-P5-DATA/OHOLME/
  • EE_ELMB_data_2010_to_2012.csv
  • 391 Mbytes

ELMB channel correspondances

A typical entry:
"cms_ecal_dcs_07:ELMB/CAN_BUS_ECAL_HVM_M/ECAL_HVM_EEM/AI/ECAL_HVM_0","802.014","02-JUN-10 01.34.07.446000000 PM"

  • CMS side EEM = EE minus
  • Channel HVM_0 = channel 0
  • Value 802.014 - a voltage, on line HVM_0, value in volts
  • Date 02-JUN-10 = day, month, year
  • Time 01.34.07 = hour, minutes, seconds
  • AM or PM = PM (at end of string)

These 10 values are extracted to a root tree. File to read the csv file and create the tree/root summary file is:

Summary files - 5.1 Mbytes, one each for EE+ and EE-

To extract data for individual channels:

  • No values are changed in this process. They are those from the PVSS database file.
  • Only Unix time is added to the set of leaves

  • edit the .C file to specify the single channel output file
To run in root:
      Root > .L MyClass.C
      Root > MyClass t
      Root > t.GetEntry(12); // Fill t data members with entry number 12
      Root > t.Show();       // Show values of entry 12
      Root > t.Show(16);     // Read and show values of entry 16
      Root > t.Loop();       // Loop on all entries
Files so far extracted (11 Oct 2013), stored in /afs/cern.ch/user/d/davec/public/PVSS/
EEP
Anode Currents:
  • EEP-ch1.root
  • EEP-ch5.root
  • EEP-ch9.root
  • EEP-ch13.root

Anode Voltages:

  • EEP-ch0.root
  • EEP-ch4.root
  • EEP-ch8.root
  • EEP-ch12.root

EEM
Anode Currents:

  • EEM-ch1.root
  • EEM-ch5.root
  • EEM-ch9.root
  • EEM-ch13.root

Plotting examples

Example 1

The last nine fills and anode currents for 2012, based on file:
  • TDat.c
  • This file loops over and fills the anode and luminosity data with the gROOT->ProcessLine command
Root > .x TDat.c
Note: may need to repeat command .x TDat.c to get right hand side vertical axis 
- need a solution to avoid this

Requires these files:

  • Anode.h
  • (edit .h file to choose single channel root file)
  • Anode.C
  • Fills 2 arrays with anode times and currents

  • last-nine-fills-2012.png:
    last-nine-fills-2012.png

Example 2 (not complete)

Fitting lumi data and comparing to anode currents
Need files

Summary plots, Anode currents from 2010 to 2012

Observations from summary plots below:

  • 2010 data look too 'active' - were the counts per nano-amp reduced from 2011 onwards ??

  • EEM-ch1 - see the 38 micro-amp step in 2012
  • EEM-ch9, EEM-ch13, a 1 micro-amp gradual baseline rise in 2012

  • EEP - all show very odd behaviour in 2011. We know the LV to ELMB was bad in this period.
  • EEP-ch1, EEP-ch5, a 2-2.5 micro-amp gradual baseline rise in 2012
  • EEP-ch9, EEP-ch13, a 0.5 micro-amp gradual baseline rise in 2012

  • EEM-ch1-2010-2012.png, EEM-ch5-2010-2012.png, EEM-ch9-2010-2012.png, and EEM-ch13-2010-2012.png:
    EEM-ch1-2010-2012.png EEM-ch5-2010-2012.png EEM-ch9-2010-2012.png EEM-ch13-2010-2012.png

  • EEP-ch1-2010-2012.png, EEP-ch5-2010-2012.png, EEP-ch9-2010-2012.png, and EEP-ch13-2010-2012.png :
    EEP-ch1-2010-2012.png EEP-ch5-2010-2012.png EEP-ch9-2010-2012.png EEP-ch13-2010-2012.png

Anode data corrections

1. EEM channel A1

Anode current step to ~3.8 micro-amps. Thought to be short near, or in, one VPT.
Left hand vertical axis, 1 count = 10 nA, voltage baseline at ~3800 = 38,000 nA = 38 micro-amps
Short with 800 V, impedance 20 Mohm, expect 800/20.10^6 = 40.10^-6 amps.
An example plot: * Anode-currents-EEM-A1-fill3000.png:
Anode-currents-EEM-A1-fill3000.png

Need to subtract 3800 counts on all data from start time of short.

Luminosity Data

LHC fill summaries from the LHC:

Also:

Format:

      Integrated lumi, per micro-b peak inst. luminosity in Hz/micro-b
Fill tstart tstop ATLAS CMS LHCb ALICE ATLAS CMS LHCb ALICE
3378 1354744793 1354753984 23255359597 23255339058 2189158726 9530635 7090.32 7127.45 404.45 10.56

Luminosity root files

Getting luminosity data

  • CMS Instantaneous Luminosity with unix time
  • Go to cmswbm
  • cmswbm -> ConditionBrowser -> cms_omds_lb -> CMS_BEAM_COND ->CMS_LHC_LUMINOSITY
  • LUMI_TOTINST
  • Set prescaler set to 100
  • Press "1D" plot
  • Click on "Plot Value vs. Time" purple box and wait for plot to be made !!

Note:

  • Luminosity data has a Unix time one hour ahead of the PVSS Unix time
  • One hour has been subtracted from the lumi Unix time to synchronise the data

Getting CAEN Power Supply currents and voltages

EB/EE/ES HV Voltages and Currents

Example of CAEN HV power supply current wrt LHC luminosity:

  • Plot by checking both lumi AND current on the cmswbm page
  • LumiPSCurrent_29-11-12.png:
    LumiPSCurrent_29-11-12.png

Calculating VPT currents

Corrections to be applied for 0T to 3.8T, and for 1000/800V to 800/600V operation
  • VPT-yield-4Tto0Tvstheta-and-1000-to-800-DPG-EE op-18Feb2010.png:
    VPT-yield-4Tto0Tvstheta-and-1000-to-800-DPG18feb2010.png

Attached files :

  • Cathy-Dee-HV-layout.png:
    Cathy-Dee-HV-layout.png

  • Dee4.h2.jpg:
    Dee4.h2.jpg

  • VPT-yield-4Tto0Tvstheta-and-1000-to-800-DPG18feb2010.png:
    VPT-yield-4Tto0Tvstheta-and-1000-to-800-DPG18feb2010.png

Topic attachments
I Attachment History Action Size Date Who Comment
PDFpdf 131108_pc_ledovskoy-doses-currents.pdf r1 manage 360.5 K 2013-11-08 - 17:51 DavidCockerill  
C source code filec A1-fill-nine-of-last-nine.c r1 manage 6.1 K 2013-10-14 - 12:35 DavidCockerill  
C source code filec A1-fill-one-of-last-nine.c r1 manage 6.7 K 2013-10-14 - 12:35 DavidCockerill  
PDFpdf Adam-Butler-InterimReport4.pdf r2 r1 manage 861.3 K 2014-02-05 - 11:25 DavidCockerill  
PDFpdf Adam_Butler_Thesis.pdf r1 manage 3376.2 K 2016-02-18 - 11:06 DavidCockerill Adam thesis
PNGpng Anode-currents-EEM-A1-fill3000.png r1 manage 15.6 K 2013-10-12 - 11:50 DavidCockerill  
C source code filec Anode-for-TDat-2011.C r1 manage 3.3 K 2013-10-12 - 15:51 DavidCockerill  
Header fileh Anode-for-TDat-2011.h r1 manage 5.5 K 2013-10-12 - 15:51 DavidCockerill  
C source code filec Anode.C r3 r2 r1 manage 2.2 K 2013-10-12 - 10:41 DavidCockerill  
Header fileh Anode.h r3 r2 r1 manage 4.7 K 2013-10-12 - 10:41 DavidCockerill  
PNGpng Cathy-Dee-HV-layout.png r1 manage 480.2 K 2013-10-21 - 14:47 DavidCockerill  
Unknown file formatroot ConditionBrowser_1371315110765-2012-11-24-2012-12-15.root r1 manage 329.2 K 2013-10-12 - 11:02 DavidCockerill  
Unknown file formatroot ConditionBrowser_1382453518255-20-24-May-2012.root r2 r1 manage 208.8 K 2013-10-22 - 17:56 DavidCockerill  
JPEGjpg Dee4.h2.jpg r1 manage 87.7 K 2013-10-24 - 15:23 DavidCockerill  
PNGpng EEM-ch1-2010-2012.png r1 manage 16.3 K 2013-10-12 - 15:31 DavidCockerill  
PNGpng EEM-ch13-2010-2012.png r1 manage 16.2 K 2013-10-12 - 15:31 DavidCockerill  
PNGpng EEM-ch5-2010-2012.png r1 manage 15.8 K 2013-10-12 - 15:31 DavidCockerill  
PNGpng EEM-ch9-2010-2012.png r1 manage 16.4 K 2013-10-12 - 15:31 DavidCockerill  
PNGpng EEP-ch1-2010-2012.png r1 manage 16.6 K 2013-10-12 - 15:31 DavidCockerill  
PNGpng EEP-ch13-2010-2012.png r1 manage 16.1 K 2013-10-12 - 15:31 DavidCockerill  
PNGpng EEP-ch5-2010-2012.png r1 manage 16.3 K 2013-10-12 - 15:31 DavidCockerill  
PNGpng EEP-ch9-2010-2012.png r1 manage 16.8 K 2013-10-12 - 15:31 DavidCockerill  
Texttxt ELMB-correspondences.txt r2 r1 manage 1.8 K 2013-10-24 - 15:37 DavidCockerill  
PNGpng LumiPSCurrent_29-11-12.png r1 manage 19.3 K 2013-10-24 - 16:13 DavidCockerill  
C source code filec MyClass.C r1 manage 5.7 K 2013-10-12 - 09:01 DavidCockerill  
Header fileh MyClass.h r1 manage 4.6 K 2013-10-12 - 09:01 DavidCockerill  
C source code filec MyClassLumi2.C r1 manage 2.0 K 2013-10-12 - 11:00 DavidCockerill  
Header fileh MyClassLumi2.h r3 r2 r1 manage 4.5 K 2013-10-12 - 11:00 DavidCockerill  
Texttxt PVSS-notes-2010-2012-running.txt r1 manage 1.0 K 2013-10-14 - 12:20 DavidCockerill  
C source code filec TDat-2011.c r2 r1 manage 8.4 K 2013-10-12 - 16:19 DavidCockerill  
C source code filec TDat.c r2 r1 manage 5.8 K 2013-10-12 - 10:20 DavidCockerill  
PNGpng VPT-yield-4Tto0Tvstheta-and-1000-to-800-DPG18feb2010.png r1 manage 139.0 K 2013-11-08 - 18:11 DavidCockerill  
C source code filec file-read-sasha.c r1 manage 10.4 K 2013-10-11 - 19:17 DavidCockerill  
Unknown file formatroot full-holme-EEM.root r1 manage 5214.0 K 2013-10-11 - 20:07 DavidCockerill  
Unknown file formatroot full-holme-EEP.root r1 manage 5151.0 K 2013-10-11 - 20:04 DavidCockerill  
PNGpng last-nine-fills-2012.png r1 manage 17.7 K 2013-10-12 - 11:06 DavidCockerill  
Edit | Attach | Watch | Print version | History: r22 < r21 < r20 < r19 < r18 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r22 - 2018-11-06 - DavidCockerill
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Main All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback