User Tools

Site Tools


stripping:stripping

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
stripping:stripping [2011/04/20 11:09] – [How to get the name of the lines] decianmstripping:stripping [2011/04/20 11:09] (current) – [How to get the name of the lines] decianm
Line 28: Line 28:
 for stream in streams: for stream in streams:
     if(stream.name() == "Calibration"):     if(stream.name() == "Calibration"):
-    print stream.name(), "\t", stream.outputLocations() +        for line in stream.lines : 
-    for line in stream.lines : +           print line.name(), "\t", line.outputLocation()
-        print line.name(), "\t", line.outputLocation()+
 </code> </code>
 ===== How to access the event ===== ===== How to access the event =====
stripping/stripping.1303290560.txt.gz · Last modified: 2011/04/20 11:09 by decianm