Skip to content

GuannanXie/Run14AuAu200GeV_StRefMultCorr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Run14AuAu200GeV_StRefMultCorr

LBNL - STAR Experiment, Relativistic Heavy Ion Collider (RHIC), BNL
RHIC year 2014 Run, with Heavy Flavor Tracker

Declaration

This code was original inherit form Hiroshi Masui And Dr. Alexander Schmah

All Rights Reserved

###Code Authors:
Guannan Xie ([email protected])
Xiaolong Chen([email protected])
Hiroshi Masui ([email protected])
Alexander Schmah([email protected])


Presentations:

STAR Protected:

  1. STAR Run14 AuAu200 GeV centrality Webpage, Guannan Xie
  2. PicoDst QA and Centrality definition, Guannan Xie
  3. Centrality update VPDMB5, Guannan Xie
  4. Centrality for VPDMB30 and NoVtx, Guannan Xie
  5. Centrality for VPDMB5 no protected, Guannan Xie
  6. Centrality for SL16d, Xiaolong Chen
  7. Centrality_for run16, Xiaolong Chen

###How to use this code for SL16d production:

# Load StRefMultCorr library
# NOTE: Add this line in your 'macro', not in the source code
gSystem->Load("StRefMultCorr");
# For grefmult
StRefMultCorr* grefmultCorrUtil = CentralityMaker::instance()->getgRefMultCorr_P16id() ;
grefmultCorrUtil->init(15075008);
grefmultCorrUtil->setVzForWeight(6, -6.0, 6.0);
grefmultCorrUtil->readScaleForWeight("StRoot/StRefMultCorr/macros/weight_grefmult_vpd30_vpd5_Run14_P16id.txt");

# NOTE: Add this line inside the source code
grefmultCorrUtil->initEvent(grefmult, vz, zdcCoincidenceRate) ;
# see StRefMultCorr.h for the definition of centrality bins
# Centrality from grefmult
const Int_t cent16_grefmult = grefmultCorrUtil->getCentralityBin16() ;
const Int_t cent9_grefmult  = grefmultCorrUtil->getCentralityBin9() ;
# Re-weighting corrections for peripheral bins
const Double_t reweight_grefmult = grefmultCorrUtil->getWeight() ;
# Corrected refmult (with z-vertex dependent correction and luminositiy correction)
# NOTE: type should be double or float, not integer
const Double_t grefmultCor = grefmultCorrUtil->getRefMultCorr() ;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published