Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
run_eic_sphenix.C
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file run_eic_sphenix.C
1 int
3 {
4  gSystem->Load("libeicsmear");
5 
6  gROOT->LoadMacro("eic_sphenix.C");
7 
8  SmearTree(BuildEicSphenix(), "data/pythiaeRHIC/TREES/pythia.ep.20x250.RadCor=0.Q2gt1.50kevts.root");
9 
10  return 0;
11 }