Skip to content

NiharSaha/QWZDC2018RecHit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZDC RecHit Producer for 2018 CMS PbPb Run

ZDC Detector

  1. Zero Degree Calorimeter (ZDC) is located 140m from the CMS IP, in side the LHC tunnel.
  2. Major change this year is that it is digitized in the tunnel and then send optical signals to USC.
  3. Since the cable length is only 12m long from the detector, it reduces the long frequency noise significantly.
  4. New front end electronics, QIE10, are used for digitizing, identical to HF.
  5. QIE10 has large dynamic range, more than 10x, comparing to old QIE8.

ZDC Calibration

  1. Currently, only DIGIs are saved in AOD. DIGIs cannot be used directly.
  2. DIGIs can be converted to charges collected by capacitors.
  3. DIGI to charge conversion needs calibration constants for each QIE card. This is done by averaging all QIE constants used by HF to get average calibration constants.
  4. Charges are then inter-calibrated according to 2010 PbPb data to match the gain of EM and HAD sections.
  5. If gain matching is correct, we should be able to see neutron peaks as a function of charge.
  6. The first neutron peak is then located at the beam energy, i.e. 2.51 TeV. This gives us the calibration from charge to energy.

Software

  1. This EDProducer produces the ZDC RecHit collection used by various down stream EDAnalyzer, such as HiForest.
  2. The calibration constants are loaded as python modules.
  3. The current calibration is very rough. The pedestal is not subtracted. The Plus side and Minus side do not have the same spectrum shape.
  4. Example to run the code:
cd CMSSW_10_3_1/src
cmsenv
mkdir QWAna
cd QWAna
git clone [email protected]:BetterWang/QWZDC2018RecHit.git
cd QWZDC2018RecHit
scram b
cd test
cmsRun recHitRAW_cfg.py runNumber=327560 runInputDir=/eos/cms/store/hidata/HIRun2018A/HIMinimumBias1/AOD/PromptReco-v2/000/ rawTag='' outputTag=_MB1RecHit hlt=HLT_HIMinimumBias_ source=PoolSource

ZDC 2018 PbPb IOV

Link to IOV

Again, VERY PRELIMINARY

Works from CMS Run 326776

  1. tag v1.0 -- HiForest version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 50.8%
  • Python 49.2%