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 21, 2013, 10:18:08 PM (11 years ago)
- Author:
-
Daniel
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
1 | | Path |
| 1 | The nTuple files are available on CASTOR storage. The can be found in the directory |
| 2 | |
| 3 | {{{ |
| 4 | /castor/cern.ch/user/d/dmaitre/BlackHatSerpaNtuples/PROCESS/ENERGY/ |
| 5 | }}} |
| 6 | |
| 7 | where there is a subdirector per part. One can have a list of the parts using (for example) |
| 8 | {{{ |
| 9 | #!sh |
| 10 | rfdir /castor/cern.ch/user/d/dmaitre/BlackHatSherpaNtuples/Wm2j/7TeV/ |
| 11 | }}} |
| 12 | and one would get |
| 13 | {{{ |
| 14 | born |
| 15 | loop |
| 16 | real |
| 17 | vsub |
| 18 | }}} |
| 19 | |
| 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 |
| 22 | |
| 23 | {{{#!sh |
| 24 | export LFC_HOST=lfc.grid.sara.nl |
| 25 | }}} |
| 26 | |
| 27 | with this one should be able to list the ntuples file for a given process, say Wm1j at 7TeV |
| 28 | |
| 29 | {{{#!sh |
| 30 | lfc-ls /grid/pheno/BHSNtuples/Wm1j/7TeV/ |
| 31 | }}} |