Skip to content
Snippets Groups Projects
Commit 4bd15f05 authored by Eduardo Rodrigues's avatar Eduardo Rodrigues
Browse files

Merge branch 'pkoppenb-20200819-RemoveL0Conf' into 'master'

Remove use of L0Conf

See merge request !425
parents 7c047e79 9a0c219b
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!425Remove use of L0Conf
Pipeline #1968611 passed
###############################################################################
# (c) Copyright 2000-2018 CERN for the benefit of the LHCb Collaboration #
# #
# This software is distributed under the terms of the GNU General Public #
# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". #
# #
# In applying this licence, CERN does not waive the privileges and immunities #
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
## @file DVTestHltDecayTreeTuple-TisTos.py
#
# See DecayTreeTuple documentation
#
# @author P. Koppenburg
# @date 2008-03-07
#
from Gaudi.Configuration import *
from GaudiKernel.SystemOfUnits import *
########################################################################
#
# The Decay Tuple
#
from Configurables import DecayTreeTuple
tuple = DecayTreeTuple("Tuple")
tuple.ToolList += [
"TupleToolTrigger"
, "TupleToolGeometry"
, "TupleToolKinematic"
, "TupleToolPrimaries"
, "TupleToolEventInfo"
, "TupleToolMCTruth"
, "TupleToolTISTOS"
]
tuple.Inputs = ["Phys/StdLooseJpsi2MuMu"]
tuple.Decay = "J/psi(1S) -> ^mu+ ^mu-"
#tuple.OutputLevel = 1
########################################################################
#
# DaVinci
#
from Configurables import DaVinci
DaVinci().EvtMax = 100
DaVinci().PrintFreq = 1
DaVinci().SkipEvents = 0
DaVinci().DataType = "MC09"
DaVinci().Simulation = True
DaVinci().TupleFile = "DecayTreeTuple_TisTos.root" # Ntuple
DaVinci().MoniSequence = [ tuple ]
DaVinci().ReplaceL0BanksWithEmulated = True
DaVinci().Hlt = True
DaVinci().HltThresholdSettings = 'Physics_10000Vis_1000L0_40Hlt1_EffectiveHlt2_Jul09'
#-- GAUDI jobOptions generated on Mon Jun 22 17:05:57 2009
#-- Contains event types :
#-- 24142000 - 8 files - 123545 events - 27.24 GBytes
MessageSvc().Format = "% F%60W%S%7W%R%T %0W%M"
###############################################################################
# (c) Copyright 2000-2018 CERN for the benefit of the LHCb Collaboration #
# #
# This software is distributed under the terms of the GNU General Public #
# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". #
# #
# In applying this licence, CERN does not waive the privileges and immunities #
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
## @file DVTestHltDecayTreeTuple-TisTos.py
#
# See DecayTreeTuple documentation
#
# @author P. Koppenburg
# @date 2008-03-07
#
from Gaudi.Configuration import *
from GaudiKernel.SystemOfUnits import *
########################################################################
#
# The Decay Tuple
#
from Configurables import DecayTreeTuple
tuple = DecayTreeTuple("Tuple")
tuple.ToolList += [
"TupleToolTrigger"
, "TupleToolGeometry"
, "TupleToolKinematic"
, "TupleToolPrimaries"
, "TupleToolEventInfo"
, "TupleToolMCTruth"
, "TupleToolTISTOS"
]
tuple.Inputs = ["Phys/StdLooseJpsi2MuMu"]
tuple.Decay = "J/psi(1S) -> ^mu+ ^mu-"
#tuple.OutputLevel = 1
########################################################################
#
# DaVinci
#
from Configurables import DaVinci
DaVinci().EvtMax = 100
DaVinci().PrintFreq = 1
DaVinci().SkipEvents = 0
DaVinci().DataType = "MC09"
DaVinci().Simulation = True
DaVinci().CondDBtag = 'MC09-20100430-vc-md100'
DaVinci().TupleFile = "DecayTreeTuple_TisTos.root" # Ntuple
DaVinci().MoniSequence = [ tuple ]
DaVinci().ReplaceL0BanksWithEmulated = True
DaVinci().Hlt = True
DaVinci().HltThresholdSettings = 'Physics_10000Vis_1000L0_40Hlt1_EffectiveHlt2_Jul09'
MessageSvc().Format = "% F%60W%S%7W%R%T %0W%M"
......@@ -30,9 +30,6 @@ DaVinci().HistogramFile = "dst-annpid.root"
########################################################################
from Configurables import L0Conf
L0Conf().EnsureKnownTCK=False
from Configurables import ANNGlobalPID__ChargedProtoANNPIDMoni
DaVinci().UserAlgorithms += [ ANNGlobalPID__ChargedProtoANNPIDMoni("ANNPIDMoni") ]
......
......@@ -30,9 +30,6 @@ DaVinci().HistogramFile = "dst-unpacking.root"
########################################################################
from Configurables import L0Conf
L0Conf().EnsureKnownTCK=False
from Configurables import TrackMonitor
DaVinci().UserAlgorithms += [ TrackMonitor() ]
......
......@@ -87,9 +87,6 @@ CondDB().Upgrade = True
DaVinci().CondDBtag = "sim-20171127-vc-md100"
DaVinci().DDDBtag = "dddb-20171126"
from Configurables import L0Conf
L0Conf().EnsureKnownTCK=False
from Configurables import StoreExplorerAlg, PrintDecayTree
PrintDecayTree().Inputs = [ location ]
DaVinci().MoniSequence = [
......
......@@ -54,9 +54,6 @@ CondDB().Upgrade = True
DaVinci().CondDBtag = "sim-20171127-vc-md100"
DaVinci().DDDBtag = "dddb-20171126"
from Configurables import L0Conf
L0Conf().EnsureKnownTCK=False
#for MDST
DaVinci(StrippingStream = 'AllStreams', InputType = 'LDST')
......
......@@ -32,9 +32,6 @@ TimingAuditor().TIMER.NameSize = 60
MessageSvc().Format = "% F%80W%S%7W%R%T %0W%M"
from Configurables import L0Conf
L0Conf().EnsureKnownTCK=False
DaVinci().EvtMax=-1
DaVinci().TupleFile = 'DVNtuple.root'
#DaVinci().HistogramFile = 'DVHistos.root'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment