Skip to content
Snippets Groups Projects
Select Git revision
  • mstahl_drop_charm_builders
  • mstahl_hyperprotos
  • mstahl_starterkit
  • mstahl_hyperons
  • mstahl_fix_builders
  • dmitzel_rareCharmLinesUpdate
  • charm_ziyiw_charmbaryonsl
  • ldufour-charm-hlt2-asymmetry-lines
  • dmitzel_rareCharmLinesUpdate_mstahl
  • adavis_add_d0_to_hlepnu
  • fbetti_b_to_d0mu_d0_to_hh
  • CNNVF_PVFTuple
  • CNNVertexFinder
  • cnn_vertex_finder
  • mstahl_UTDecoding
  • pvfinder_dump_tuple
  • pvfinder
  • cprouve_dimuonTest
  • master default protected
  • calo_algorithms_only_ref_output
  • v50r0
  • v25r5p3
  • v28r3p1
  • v30r1
  • v12r8g4
  • v14r8p1g1
  • dev-retina_v1r0
  • v28r3
  • v28r2p1
  • v28r2
  • v30r0
  • v28r1
  • v28r0
  • v26r6p1
  • v27r0
  • v26r6
  • v26r5p1
  • v26r5
  • v26r4
  • v26r3
40 results

Physics_pp_Draft2016.py

Blame
  • Forked from LHCb / Moore
    8209 commits behind, 2 commits ahead of the upstream repository.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Physics_pp_Draft2016.py 554 B
    import os
    import Gaudi.Configuration
    from Moore.Configuration import Moore
    from GaudiKernel.SystemOfUnits import MeV, mm, m
    
    Moore().ThresholdSettings = 'Physics_pp_Draft2016'
    Moore().UseTCK = False
    Moore().OutputLevel = 3
    Moore().EvtMax = 5000
    Moore().EnableTimer = False
    Moore().CheckOdin = False
    Moore().Simulation = False
    Moore().ForceSingleL0Configuration = True
    Moore().SkipEvents = 0
    Moore().CondDBtag = 'cond-20161011'
    Moore().DDDBtag = 'dddb-20150724'
    
    from Configurables import EventSelector
    EventSelector().PrintFreq = 100
    
    Moore().Split = ''