StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
reconstruction.y2014x.pythia8.HFjets.C
1 void runBfc( int n, const char* filename = "../Simulation.HFjets/out4/rcf22000_15165031_1_1evts.fzd" )
2 {
3 
4  TString chainOpts;//("fzin gen_T geomT sim_T TpcRS -ittf -tpc_daq nodefault y2014x usexgeom misalign sti DbV20160418 P2014a pxlHit istHit btof mtd mtdCalib BEmcChkStat CorrX OSpaceZ2 OGridLeak3D ODistoSmear -hitfilt -evout vfminuit -vfmce tpxclu pxlslowsim istslowsim nosvtit nossdit " ); // picoWrite PicoVtxDefault DbV20150316 P2014a pxlHit istHit btof mtd mtdCalib BEmcChkStat CorrX OSpaceZ2 OGridLeak3D -hitfilt
5 
6  chainOpts += " fzin DbV20160418 P2014a pxlHit istHit btof vpd mtd mtdCalib BEmcChkStat CorrX OSpaceZ2 OGridLeak3D ODistoSmear -hitfilt tpxclu pxlslowsim istslowsim nosvtit nossdit btofit ";
7  // chainOpts += " -vfminuit -vfmce vfppvnoctb beamline ";
8  chainOpts += " vfmce ";
9  // chainOpts += " ,sdt20140216,tpcdb ";
10  chainOpts += " sdt20140424,tpcdb ";
11  chainOpts += " mtdsim bana IAna TPCRS bbcsim btofdat btofmixer btofsim btofmatch MakeEvent vpdsim vpdcalib ";
12  chainOpts += " simu dEdxY2 "; // Runs TPC fast simulation
13  chainOpts += " -emcDY2 ";
14  chainOpts += " sti ittf "; // Runs track finding and reconstruction using the "sti" tracker
15  chainOpts += " gen_T,geomT,sim_T,AgML, emcY2 eess "; // Remove this later.
16  chainOpts += " GeantOut,MiniMcMk,-in,useInTracker, EEss, cmudst";
17  // chainOpts += ",picowrite,picovtxvdefault";
18 
19 
20  gSystem->Load("StarRoot.so");
21  gROOT->LoadMacro("bfc.C");
22 
23  bfc(n,chainOpts,filename);
24 
25 }