LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
analysis.C
Go to the documentation of this file.
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 }