Added root macros
This commit is contained in:
6
run/macros/Commands.C
Normal file
6
run/macros/Commands.C
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
TFile* f1 = new TFile("lem4_5000.root");
|
||||
gROOT->ProcessLine(".L NewAnalysis.C");
|
||||
NewSpec t ;
|
||||
t.Coincidence(1,2);
|
||||
}
|
||||
Reference in New Issue
Block a user