This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| stripping:stripping [2011/02/18 13:17] – decianm | stripping:stripping [2011/04/20 11:09] (current) – [How to get the name of the lines] decianm | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| * This will give you something like: '' | * This will give you something like: '' | ||
| + | From Stripping 13 on, you have to do something like: | ||
| + | |||
| + | <code python> | ||
| + | from StrippingSelections.Utils import buildStreams | ||
| + | streams = buildStreams(' | ||
| + | |||
| + | for stream in streams: | ||
| + | if(stream.name() == " | ||
| + | for line in stream.lines : | ||
| + | print line.name(), | ||
| + | </ | ||
| ===== How to access the event ===== | ===== How to access the event ===== | ||
| To access the event, you have to set the correct path, f.ex: | To access the event, you have to set the correct path, f.ex: | ||
| Line 34: | Line 45: | ||
| ===== How to test stripping lines on the GRID ===== | ===== How to test stripping lines on the GRID ===== | ||
| First you have to make sure, the SDSTs as well as the RAW files are accessible and are staged in (as in the test-samples). | First you have to make sure, the SDSTs as well as the RAW files are accessible and are staged in (as in the test-samples). | ||
| - | In ganga then you can do the following: | + | In ganga then you can do the following |
| <code python> | <code python> | ||
| j.inputdata = DaVinci().readInputData('/ | j.inputdata = DaVinci().readInputData('/ | ||