Added root macros

This commit is contained in:
nemu
2014-08-15 17:18:30 +02:00
parent f60f4874d6
commit c6ebc44ccc
25 changed files with 5433 additions and 0 deletions

6
run/macros/Commands.C Normal file
View File

@@ -0,0 +1,6 @@
{
TFile* f1 = new TFile("lem4_5000.root");
gROOT->ProcessLine(".L NewAnalysis.C");
NewSpec t ;
t.Coincidence(1,2);
}