![]() |
|
|||
File indexing completed on 2025-08-05 08:11:03
0001 #!/usr/bin/env ruby 0002 # ----------------------------------------------------------------------------- 0003 # 'RunMatcherComparator.rb' 0004 # Derek Anderson 0005 # 01.30.2024 0006 # 0007 # short script to run RunMatcherComparator.C 0008 # ----------------------------------------------------------------------------- 0009 0010 if ARGV[0] == "condor" 0011 exec("condor_submit RunMatcherComparatorOnCondor.job") 0012 else 0013 exec("root -b -q RunMatcherComparator.C") 0014 end 0015 0016 # end -------------------------------------------------------------------------
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |