First page Back Continue Last page Overview Graphics
A quick feature overview
Getting a quick help reminder
% get_file_list.pl
... bla bla bla ... some help that is ... and all available keywords you may select
General syntax ( “{“ indicates optional list “}” )
% get_file_list.pl {-qualifier} –keys ‘key1{,key2,…}’ –cond ‘key1 op1 value{,key2 op2 value2,…}’
% get_file_list.pl –keys path,filename –cond storage=NFS /star/data24/reco/UPCCombined/FullField/P03ia/2003/074::st_physics_4074004_raw_0040013.MuDst.root
Returned values are separated by “::” by default
Use –delim ‘/’ for example to have ‘path/filename’ automatically
% get_file_list.pl –keys storage –cond filename=rcf0183_02_300evts.geant.root
returned values requested with -keys are interchangeable with conditions in –cond ; -cond however requires a value and operator restriction
Notes: