Newer
Older
Analysis / ganga / Lb2Lcmunu / testfile.py
@elena elena on 1 Feb 2016 780 bytes debugged 2015 option file
#!/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-02-01 17:22:51

# Run this from Zurich!!
from Configurables import DaVinci
DaVinci().DataType = "2015"  # "2012"
#from Configurables import CondDB
#CondDB().LatestGlobalTagByDataType = "2015"
DaVinci().EvtMax = 2000  # -1                       # Number of events
DaVinci().Input = ([
    ###### 2012 data
    # "DATAFILE='PFN:/disk/data3/lhcb/elena/Lb2Lcmunu/ntuples/2012-mu/00020241_00000096_1.semileptonic.dst' TYP='POOL_ROOTTREE' OPT='READ'",
    ###### 2015 data
    "DATAFILE='PFN:/disk/data3/lhcb/elena/Lb2Lcmunu/ntuples/2015-md/00049575_00000204_1.semileptonic.dst' TYP='POOL_ROOTTREE' OPT='READ'",
])