User Tools

Site Tools


stripping:stripping

This is an old revision of the document!


Stripping

Idea

Fill this…

Documentation

A lot of documentation can be found under: https://twiki.cern.ch/twiki/bin/view/LHCb/LHCbStripping

How to get the name of the lines

To know how to access your line in your options file, you have to know the name of it. To find this out, do the following:

  • Find out in which stream it is (Dimuon, Dielectron, EW,…)
  • Execute the following script:
SetupProject DaVinci vXrYpZ
python
from StrippingSelections.StreamRadiative import stream
locations = {} for line in stream.lines :
   locations[ line.name()] = stream.name() + ’/’ + line.outputLocation()
for line, loc in locations.iteritems() : 
   print line, loc
stripping/stripping.1283876788.txt.gz · Last modified: 2010/09/07 18:26 by decianm