First page Back Continue Last page Overview Graphics
Typical Examples
How to locate files within a specific trigger setup ??
% get_file_list.pl -keys path,filename -cond trgsetupname=UPCCombined
will lead to a long (100 records) list of possible files with path
% get_file_list.pl -keys storage -cond trgsetupname=UPCCombined
this will give you all possible storage type for the trigger setup name UPCCombined
In general, for listing all possible values for a keyword, use
% get_file_list.pl -keys keyword –distinct {-alls}
% get_file_list.pl -keys path,filename -cond trgsetupname=UPCCombined,storage=NFS, filetype=daq_reco_MuDst
Notes: