#!/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 14:53:35 # Run this from Zurich!! from Configurables import DaVinci DaVinci().DataType = "2015" # "2012" DaVinci().EvtMax = 1000 # -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/00049592_00000204_1.semileptonic.dst' TYP='POOL_ROOTTREE' OPT='READ'", ])