Skip to content
Snippets Groups Projects
Commit ffc1675a authored by Rene Brun's avatar Rene Brun
Browse files

Move JetEvent.h,cxx from test to tutorials

git-svn-id: http://root.cern.ch/svn/root/trunk@8130 27541ba8-7e3a-0410-8455-c3a389f83636
parent 19750a5c
No related branches found
No related tags found
No related merge requests found
File moved
File moved
......@@ -2,7 +2,7 @@
// The JetEvent class has several collections (TClonesArray)
// and other collections (TRefArray) referencing objects
// in the TClonesArrays.
// The JetEvent class is in $ROOTSYS/test/JetEvent.h,cxx
// The JetEvent class is in $ROOTSYS/tutorials/JetEvent.h,cxx
// to execute the script, do
// .x jets.C
......@@ -64,7 +64,7 @@ void pileup(Int_t nev=200) {
void jets(Int_t nev=100, Int_t npileup=200) {
gSystem->Load("libPhysics");
gROOT->ProcessLine(".L $ROOTSYS/test/JetEvent.cxx+");
gROOT->ProcessLine(".L JetEvent.cxx+");
write(nev);
read();
pileup(npileup);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment