diff --git a/test/JetEvent.cxx b/tutorials/JetEvent.cxx
similarity index 100%
rename from test/JetEvent.cxx
rename to tutorials/JetEvent.cxx
diff --git a/test/JetEvent.h b/tutorials/JetEvent.h
similarity index 100%
rename from test/JetEvent.h
rename to tutorials/JetEvent.h
diff --git a/tutorials/jets.C b/tutorials/jets.C
index 7bba96969d0d9a56645550de0dd0849a33b86dfc..e4eecf9cde1b73b04d7da84ba2a24c9bc7ebdfe3 100644
--- a/tutorials/jets.C
+++ b/tutorials/jets.C
@@ -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);