Newer
Older
Analysis / ganga / Lb2Lcmunu / testfile.py
@elena elena on 14 Jan 2016 715 bytes code reworked and cuts released
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Author: Elena Graverini
# @Date:   2016-01-14 12:04:32
# @Last Modified by:   Elena Graverini
# @Last Modified time: 2016-01-14 12:05:23
from Configurables import DaVinci
DaVinci().Input = ([
    "DATAFILE='PFN:00021317_00001395_1.semileptonic.dst' TYP='POOL_ROOTTREE' OPT='READ'"
    #'root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/2012/ALLSTREAMS.DST/00025296/0000/00025296_00000002_1.allstreams.dst'
    #'root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/2012/ALLSTREAMS.DST/00025296/0000/00025296_00000003_1.allstreams.dst',
    #'root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/2012/ALLSTREAMS.DST/00025296/0000/00025296_00000004_1.allstreams.dst'
])