close
Warning:
Can't synchronize with repository "(default)" (/hepforge/svn/blackhat does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Oct 24, 2013, 10:21:27 AM (11 years ago)
- Author:
-
kosower
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
1 | | The nTuple files are available on CASTOR storage. The can be found in the directory |
| 1 | The n-tuple files are available on CERN's CASTOR storage system. They can be found in the directory tree |
2 | 2 | |
3 | 3 | {{{ |
… |
… |
|
5 | 5 | }}} |
6 | 6 | |
7 | | where there is a subdirector per part. One can have a list of the parts using (for example) |
| 7 | which has one subdirectory per contribution type. One can obtain a list of types by giving the command (for example) |
8 | 8 | {{{ |
9 | 9 | #!sh |
10 | 10 | rfdir /castor/cern.ch/user/d/dmaitre/BlackHatSherpaNtuples/Wm2j/7TeV/ |
11 | 11 | }}} |
12 | | and one would get |
| 12 | which would produce the output, |
13 | 13 | {{{ |
14 | 14 | born |
… |
… |
|
19 | 19 | |
20 | 20 | |
21 | | The nTuple files can be found on the grid. They are stored on the SE of the Durham node. To access them, one needs access to the logical file catalog (lfc) that the 'pheno' VO uses. To do so do |
| 21 | The n-tuple files can also be found on the LHC Grid. They are stored on the SE of the Durham node. To access the files, one needs access to the logical file catalog (lfc) that the 'pheno' VO uses. To obtain access, execute the command |
22 | 22 | |
23 | 23 | {{{#!sh |
… |
… |
|
25 | 25 | }}} |
26 | 26 | |
27 | | with this one should be able to list the ntuples file for a given process, say Wm1j at 7TeV |
| 27 | One should then be able to list the n-tuple files for a given process, for example Wm3j at 7TeV |
28 | 28 | |
29 | 29 | {{{#!sh |
30 | | lfc-ls /grid/pheno/BHSNtuples/Wm1j/7TeV/ |
| 30 | lfc-ls /grid/pheno/BHSNtuples/Wm3j/7TeV/ |
31 | 31 | }}} |