diff --git a/ganga/Lb2Lcmunu/testfile.py b/ganga/Lb2Lcmunu/testfile.py index e1a7f4d..8815128 100644 --- a/ganga/Lb2Lcmunu/testfile.py +++ b/ganga/Lb2Lcmunu/testfile.py @@ -3,20 +3,15 @@ # @Author: Elena Graverini # @Date: 2016-01-14 12:04:32 # @Last Modified by: Elena Graverini -# @Last Modified time: 2016-01-29 21:40:01 +# @Last Modified time: 2016-02-01 14:53:35 # Run this from Zurich!! from Configurables import DaVinci -DaVinci().DataType = "2012" -DaVinci().EvtMax = -1 # Number of events +DaVinci().DataType = "2015" # "2012" +DaVinci().EvtMax = 1000 # -1 # Number of events DaVinci().Input = ([ - #"DATAFILE='PFN:/disk/users/elena/Lb2Lcmunu/ntuples/2012-mu/00020241_00000026_1.semileptonic.dst' TYP='POOL_ROOTTREE' OPT='READ'", - #"DATAFILE='PFN:/disk/users/elena/Lb2Lcmunu/ntuples/2012-mu/00020241_00000039_1.semileptonic.dst' TYP='POOL_ROOTTREE' OPT='READ'", - #"DATAFILE='PFN:/disk/users/elena/Lb2Lcmunu/ntuples/2012-mu/00020241_00000052_1.semileptonic.dst' TYP='POOL_ROOTTREE' OPT='READ'", - #"DATAFILE='PFN:/disk/users/elena/Lb2Lcmunu/ntuples/2012-mu/00020241_00000065_1.semileptonic.dst' TYP='POOL_ROOTTREE' OPT='READ'", - #"DATAFILE='PFN:/disk/users/elena/Lb2Lcmunu/ntuples/2012-mu/00020241_00000082_1.semileptonic.dst' TYP='POOL_ROOTTREE' OPT='READ'", - "DATAFILE='PFN:/disk/data3/lhcb/elena/Lb2Lcmunu/ntuples/2012-mu/00020241_00000096_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' + ###### 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'", ])