Skip to content

GuannanXie/auau200GeVQvector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 

Repository files navigation

auau200GeVQvector

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

Declaration

This code was inherit form HaoQiu's Analysis code

###Code Authors:
Guannan Xie ([email protected])
Hao Qiu ([email protected])
Mustafa Mustafa ([email protected])


###How to run this code:

# To run this code, make sure you already have centrality information,
StRefMultCorr* grefmultCorrUtil  = CentralityMaker::instance()->getgRefMultCorr();
StEventPlane*  eventPlaneMaker = new StEventPlane("eventPlaneMaker",picoDstMaker,grefmultCorrUtil);

###How to get information form this maker:

 #include "StRoot/StEventPlane/StEventPlane.h"
 StEventPlane*  eventPlaneMaker;
 #meventPlane(eventPlaneMaker);
 #cout<<meventPlane->getCentrality()<<endl;  
 #cout<<meventPlane->getEventPlane()<<endl;
 #cout<<meventPlane->getResolutionRandom()<<endl;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages