Skip to content
Snippets Groups Projects

PhysConf.Selection: add ValidBPVSelection

Merged Vanya Belyaev requested to merge vanya-selections-v1 into master
@@ -15,7 +15,7 @@
# - FilterSelection : selection with FilterDesktop algorithm
# - CombineSelection : selection with CombineParticles algorithm
# - Combine3BodySelection : selection with DaVinci::N3BodyDecays algorithm
# - Combine4BodySelection : selection with DaVinci::N4BodyDecays algorithm
# - Combine4BodySelection : selection with DaVinci::N4BodyDecays algorithm
# - ValidBPVSelection : check valid associated best primary vertex
# - TupleSelection : selection with DecayTreeTuple algorithm
# - PrintSelection : helper selection for debugging purposes
@@ -24,18 +24,18 @@
# - MomentumScaling : insert momentum scaling into selection sequence
# - MomentumSmear : insert momentum smearing into selection sequence
# - RebuildSelection : re-run/re-build some existing common/standard selections
# - TriggerSelection : "event" selection to require certain trigger decisions
# - L0Selection : specialization of TriggerSelection for L0-trigger
# - Hlt1Selection : specialization of TriggerSelection for Hlt1-trigger
# - Hlt2Selection : specialization of TriggerSelection for Hlt2-trigger
# - StrippingSelection : specialization of TriggerSelection for Stripping
# - TisTosSelection : Specialization of FilterSelection for Tis/Tos/Tus/Tps-selections
# - L0TOSSelection : Specialization of TisTosSelection for L0-TOS
# - L0TISSelection : Specialization of TisTosSelection for L0-TIS
# - Hlt1TOSSelection : Specialization of TisTosSelection for Hlt1-TOS
# - Hlt1TISSelection : Specialization of TisTosSelection for Hlt1-TIS
# - Hlt2TOSSelection : Specialization of TisTosSelection for Hlt2-TOS
# - Hlt2TISSelection : Specialization of TisTosSelection for Hlt2-TIS
# - TriggerSelection : "event" selection to require certain trigger decisions
# - L0Selection : specialization of TriggerSelection for L0-trigger
# - Hlt1Selection : specialization of TriggerSelection for Hlt1-trigger
# - Hlt2Selection : specialization of TriggerSelection for Hlt2-trigger
# - StrippingSelection : specialization of TriggerSelection for Stripping
# - TisTosSelection : specialization of FilterSelection for Tis/Tos/Tus/Tps-selections
# - L0TOSSelection : specialization of TisTosSelection for L0-TOS
# - L0TISSelection : specialization of TisTosSelection for L0-TIS
# - Hlt1TOSSelection : specialization of TisTosSelection for Hlt1-TOS
# - Hlt1TISSelection : specialization of TisTosSelection for Hlt1-TIS
# - Hlt2TOSSelection : specialization of TisTosSelection for Hlt2-TOS
# - Hlt2TISSelection : specialization of TisTosSelection for Hlt2-TIS
#
# @author Juan PALACIOS
# @author Vanya BELYAEV Ivan.Belyaev@itep.ru
@@ -96,7 +96,7 @@ __all__ = ( 'AutomaticData' ,
'Combine3BodySelection' ,
'Combine4BodySelection' ,
'TupleSelection' ,
'ValidBPVSelection' ,
'ValidBPVSelection' ,
##
'CheckPVSelection' ,
##
@@ -149,4 +149,3 @@ if '__main__' == __name__ :
# =============================================================================
# The END
# =============================================================================
Loading