Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 09:15:00

0001 #!/usr/bin/env ruby
0002 # -----------------------------------------------------------------------------
0003 # \file   RunLambdaJetHunter.rb
0004 # \author Derek Anderson
0005 # \date   01.25.2024
0006 #
0007 # Short script to run the 'Fun4All_RunLambdaJetHunter.C' macro.
0008 # -----------------------------------------------------------------------------
0009 
0010 exec("root -b -q Fun4All_RunLambdaJetHunter.C")
0011 
0012 # end -------------------------------------------------------------------------