ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
analysis.C
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file analysis.C
1 // -------------------------------------------------------------------
2 // $Id:
3 // -------------------------------------------------------------------
4 //
5 // *********************************************************************
6 // To execute this macro under ROOT after your simulation ended,
7 // 1 - launch ROOT (usually type 'root' at your machine's prompt)
8 // 2 - type '.X analysis.C' at the ROOT session prompt
9 // *********************************************************************
10 
11 
12 {
13  gROOT->ProcessLine(".L molecule.C");
14  gROOT->ProcessLine(".x plot.C");
15 }