Skip to content

amcw7777/auau200GeVRun14Ana

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##D0 Spectra and Nuclear Modification Factor Analysis LBNL - STAR Experiment, Relativistic Heavy Ion Collider (RHIC), BNL
RHIC year 2014 Run, with Heavy Flavor Tracker

###Code Authors:
Guannan Xie - guannanxie@lbl.gov
Mustafa Mustafa - mmustafa@lbl.gov


Pico production monitors:

Pico production monitor
Pico D0 production monitor


Presentations:

STAR Protected:

  1. Introduction to data production and pipeline I, Mustafa, HF PWG, 2015-04-02
  2. D0 Production for Run14 AuAu200 GeV, Guannan, HF PWG, 2015-05-14
  3. D0 Analysis Status, Guannan, Soft Hadron, 2015-05-18
  4. Pico Heavy Flavor Analysis Library, Mustafa, HF PWG, 2015-06-01
  5. D0 Reconstruction in Run14 Au+Au 200 GeV, Guannan, STAR Collaboration Meeting, 2015-06-02
  6. KF vs. Minuit vertex impact on D0 reconstruction, Guannan, HF PWG, 2015-06-11
  7. D0 Production and R_cp correction, Mustafa, HF PWG, 2015-06-11
  8. D0 R_cp correction, Mustafa, Soft Hadron, 2015-06-15
  9. D0 NMF extraction, Mustafa, HF PWG, 2015-06-18
  10. D0 Bump - Forgeround Cocktail, Mustafa, Soft Hadron, 2015-06-22
  11. Pico Mixed Event Maker, D0 Case Study, Michael, Soft Hadron, 2015-06-22
  12. D0 input distributions for data-driven simulation, Guannan, Soft Hadron, 2015-07-13
  13. Fast Simulator distributions/ Event Mixing, Guannan, HF PWG, 2015-07-16
  14. Pico Mixed Event Maker, Michael, HF PWG, 2015-07-16
  15. D0 Bump, Mustafa, HF PWG, 2015-07-16
  16. Vertex resolution studies with KFVertex and Minuit Vertex , Guannan, HF PWG, 2015-07-23
  17. D0 Tree with KFVertex, Guannan, HF PWG, 2015-07-23
  18. Vertex resolution studies with KFVertex and Minuit Vertex (update) , Guannan, 2015-07-27
  19. Secondary Track Dca contribution study, Guannan, 2015-08-11
  20. D0 Production for Run14 AuAu200 GeV HF workshop, Guannan, LBL HF Workshop, 2015-08-20
  21. PID Efficiency and Double Counting, Xin, HF PWG, 2015-09-03
  22. Data Driven Fast Simulator QA, Mustafa, HF PWG, 2015-09-04
  23. D0 Production for Run14 AuAu200 GeV short summary, Guannan, HF PWG, 2015-09-10
  24. Ks spectra with HFT, Xin, HF PWG, 2015-09-10
  25. Data Driven Fast Simulator - D0, Mustafa, HF PWG, 2015-09-11
  26. Ks Spectra. D0 double counting, Xin, HF PWG, 2015-09-17
  27. D0 Systematic Error Study short summary, Guannan, HF PWG,2015-09-27
  28. Systematics of Ultimate Cuts II - Using Fast Sim, Mustafa, HF PWG,2015-09-27
  29. R_AA of D0 Meson in Au+Au Collisions at 200GeV, Guannan, QM15,2015-10-28

Preliminary results:


###How to build this code:

mkdir myAnalysis
cd myAnalysis

# Replace address below with your own fork if you have one
git clone git@github.com:MustafaMustafa/auau200GeVRun14Ana.git

# Clone LBNL PicoHFLib
git clone git@github.com:rnc-lbl/auau200GeVRun14.git

# Now you need to get StPicoDstMaker
# If compiling at PDSF you need to get a klog token as below.
# - You don't need this step at RCF - 
# You will need to enter your RCF password.
klog -principal YOURRCFUSERNAME
cvs co -r Run14_AuAu200_physics2 offline/users/dongx/pico/source/StPicoDstMaker

# Clone StRefMultCorr
git clone git@github.com:GuannanXie/Run14AuAu200GeV_StRefMultCorr.git

# Link all needed code under one StRoot directory:
mkdir StRoot
ln -s `pwd`/auau200GeVRun14Ana/StRoot/StPicoD0AnaMaker StRoot
ln -s `pwd`/auau200GeVRun14/StRoot/StPicoD0EventMaker StRoot
ln -s `pwd`/auau200GeVRun14/StRoot/StPicoPrescales StRoot
ln -s `pwd`/offline/users/dongx/pico/source/StPicoDstMaker StRoot
ln -s `pwd`/Run14AuAu200GeV_StRefMultCorr/VPDMB5/StRefMultCorr StRoot
ln -s `pwd`/auau200GeVRun14/StRoot/StPicoKFVertexFitter StRoot
cp -r -p auau200GeVRun14/run14AuAu200GeVPrescales/ .

# Compile
starver SL15c
cons

###How to get a list of files:

# Clone the file list repo:
git clone git@github.com:rnc-lbl/fileLists.git

# The list of daily D0 production will be under:
ls fileLists/Run14/AuAu/200GeV/physics2/picoD0Lists/daily

# To update your local copy of the list of files (recommended to do daily):
git pull origin master

###How to run this code:

# For testing we can run the code on one file:
tail -n1 fileLists/Run14/AuAu/200GeV/physics2/picoD0Lists/daily/picoD0List_2015-05-21.list > test.list
ln -s `pwd`/auau200GeVRun14Ana/StRoot/macros/runPicoD0AnaMaker.C
root4star -l -b -q -x runPicoD0AnaMaker.C\(\"test.list\",\"test_out\"\)

###How to submit jobs:

# You cah find STAR Scheduler XML file under:
cp -p auau200GeVRun14/starSubmit/submitPicoD0AnaMaker.xml .
# auau200GeVRun14/starSubmit/uREADME contains a how to use.

About

LBNL Run14 D0 Spectra and Nuclear Modification Factor Analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 75.8%
  • C 23.8%
  • Makefile 0.4%