1PQ2-LS-FILES(1) General Commands Manual PQ2-LS-FILES(1)
2
3
4
6 pq2-ls-files - List the file content of a dataset from a dataset meta-
7 repository based on ROOT files
8
10 pq2-ls [options] dataset
11
13 This manual page documents briefly the pq2-ls-files program.
14
15 pq2-ls-files is a script invoking the pq2 ROOT application to list the
16 file content of a dataset from a dataset meta-repository based on ROOT
17 files; the repository can be accessed via the local file system or a
18 remote file server daemon or a PROOF facility.
19
20 More details about the underlying 'pq2' application can be found in the
21 man page pq2(1).
22
24 dataset
25 The dataset whose files are to be listed.
26
28 -h, --help
29 Display help information.
30
31 -k, --keep
32 Keep the temporary files created during the analysis under
33 $TMPDIR
34
35 -v Verbose mode
36
37 -d <dataset>, --dataset=<dataset>
38 Alternative way to define the dataset or the datasets to be
39 listed.
40
41 -u <serverurl>, --url=<serverurl>
42 URL of the PROOF master or data server providing the informa‐
43 tion; for data servers, it must include the directory. Can also
44 be specified via the environment variables PQ2PROOFURL or
45 PQ2DSSRVURL (see ENVIRONMENT VARIABLES)."
46
47 -t <dir>, --tmpdir=<dir>
48 Directory for temporary files; defualt is /tmp/<username>.
49
51 See setup-pq2(1).
52
54 pq2(1), setup-pq2(1), pq2-ls(1), pq2-ls-files-server(1), pq2-info-
55 server(1), pq2-ana-dist(1), pq2-put(1), pq2-verify(1), pq2-rm(1),
56 pq2-cache(1)
57
58 For more information on the ROOT system, please refer to
59 http://root.cern.ch
60
62 Gerardo Ganis for the ROOT team.
63
65 This library is free software; you can redistribute it and/or modify it
66 under the terms of the GNU Lesser General Public License as published
67 by the Free Software Foundation; either version 2.1 of the License, or
68 (at your option) any later version.
69
70 This library is distributed in the hope that it will be useful, but
71 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
72 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
73 General Public License for more details.
74
75 You should have received a copy of the GNU Lesser General Public
76 License along with this library; if not, write to the Free Software
77 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
78 USA
79
81 This manual page was originally written by Gerardo Ganis <ger‐
82 ardo.ganis@cern.ch>, for ROOT version 5.
83
84
85
86ROOT Version 5 PQ2-LS-FILES(1)