The Gaudi Framework  master (181af51f)
Loading...
Searching...
No Matches
Nodes.py File Reference

(c) Copyright 1998-2023 CERN for the benefit of the LHCb and ATLAS collaborations # # This software is distributed under the terms of the Apache version 2 licence, # copied verbatim in the file "LICENSE". More...

Go to the source code of this file.

Namespaces

namespace  GaudiPartProp
 
namespace  GaudiPartProp.Nodes
 

Functions

 GaudiPartProp.Nodes._decorate (nodes, opers)
 Decorate the nodes.
 

Variables

str GaudiPartProp.Nodes.__author__ = "Vanya BELYAEV <Ivan.Belyaev@nikhef.nl>"
 
str GaudiPartProp.Nodes.__version__ = ""
 
 GaudiPartProp.Nodes.Decays = cppyy.gbl.Gaudi.Decays
 
 GaudiPartProp.Nodes.std = cppyy.gbl.std
 
 GaudiPartProp.Nodes.Gaudi = GaudiPython.gbl.Gaudi
 
 GaudiPartProp.Nodes._decorated
 decorate the nodes
 
 GaudiPartProp.Nodes.iNode = Decays.iNode
 full list of known nodes
 
 GaudiPartProp.Nodes.Node = Decays.Node
 
 GaudiPartProp.Nodes.Any = Decays.Nodes.Any()
 
 GaudiPartProp.Nodes.Pid = Decays.Nodes.Pid
 
 GaudiPartProp.Nodes.CC = Decays.Nodes.CC
 
 GaudiPartProp.Nodes.Lepton = Decays.Nodes.Lepton()
 
 GaudiPartProp.Nodes.Nu = Decays.Nodes.Nu()
 
 GaudiPartProp.Nodes.Ell = Decays.Nodes.Ell()
 
 GaudiPartProp.Nodes.EllPlus = Decays.Nodes.EllPlus()
 
 GaudiPartProp.Nodes.EllMinus = Decays.Nodes.EllMinus()
 
 GaudiPartProp.Nodes.Hadron = Decays.Nodes.Hadron()
 
 GaudiPartProp.Nodes.Meson = Decays.Nodes.Meson()
 
 GaudiPartProp.Nodes.Baryon = Decays.Nodes.Baryon()
 
 GaudiPartProp.Nodes.Charged = Decays.Nodes.Charged()
 
 GaudiPartProp.Nodes.Positive = Decays.Nodes.Positive()
 
 GaudiPartProp.Nodes.Negative = Decays.Nodes.Negative()
 
 GaudiPartProp.Nodes.Neutral = Decays.Nodes.Neutral()
 
 GaudiPartProp.Nodes.HasQuark = Decays.Nodes.HasQuark
 
 GaudiPartProp.Nodes.JSpin = Decays.Nodes.JSpin
 
 GaudiPartProp.Nodes.SSpin = Decays.Nodes.SSpin
 
 GaudiPartProp.Nodes.LSpin = Decays.Nodes.LSpin
 
 GaudiPartProp.Nodes.Nucleus = Decays.Nodes.Nucleus()
 
 GaudiPartProp.Nodes.Or = Decays.Nodes.Or
 
 GaudiPartProp.Nodes.And = Decays.Nodes.And
 
 GaudiPartProp.Nodes.Not = Decays.Nodes.Not
 
 GaudiPartProp.Nodes.Invalid = Decays.Nodes.Invalid()
 
 GaudiPartProp.Nodes._Node = Decays.Nodes._Node
 
 GaudiPartProp.Nodes.PosId = Decays.Nodes.PosID()
 
 GaudiPartProp.Nodes.NegId = Decays.Nodes.NegID()
 
 GaudiPartProp.Nodes.Up = HasQuark(Gaudi.ParticleID.up)
 
 GaudiPartProp.Nodes.Down = HasQuark(Gaudi.ParticleID.down)
 
 GaudiPartProp.Nodes.Strange = HasQuark(Gaudi.ParticleID.strange)
 
 GaudiPartProp.Nodes.Charm = HasQuark(Gaudi.ParticleID.charm)
 
 GaudiPartProp.Nodes.Beauty = HasQuark(Gaudi.ParticleID.bottom)
 
 GaudiPartProp.Nodes.Bottom = HasQuark(Gaudi.ParticleID.bottom)
 
 GaudiPartProp.Nodes.Top = HasQuark(Gaudi.ParticleID.top)
 
 GaudiPartProp.Nodes.Xu = HasQuark(Gaudi.ParticleID.up)
 
 GaudiPartProp.Nodes.Xd = HasQuark(Gaudi.ParticleID.down)
 
 GaudiPartProp.Nodes.Xs = HasQuark(Gaudi.ParticleID.strange)
 
 GaudiPartProp.Nodes.Xc = HasQuark(Gaudi.ParticleID.charm)
 
 GaudiPartProp.Nodes.Xb = HasQuark(Gaudi.ParticleID.bottom)
 
 GaudiPartProp.Nodes.Xt = HasQuark(Gaudi.ParticleID.top)
 
 GaudiPartProp.Nodes.Scalar = JSpin(1)
 
 GaudiPartProp.Nodes.Spinor = JSpin(2)
 
 GaudiPartProp.Nodes.Vector = JSpin(3)
 
 GaudiPartProp.Nodes.Tensor = JSpin(5)
 
 GaudiPartProp.Nodes.OneHalf = JSpin(2)
 
 GaudiPartProp.Nodes.ThreeHalf = JSpin(4)
 
 GaudiPartProp.Nodes.FiveHalf = JSpin(6)
 
 GaudiPartProp.Nodes.CTau = Decays.Nodes.CTau
 
 GaudiPartProp.Nodes.LongLived_ = Decays.Nodes.LongLived_
 
 GaudiPartProp.Nodes.LongLived = Decays.Nodes.LongLived_()
 
 GaudiPartProp.Nodes.ShortLived_ = Decays.Nodes.ShortLived_
 
 GaudiPartProp.Nodes.ShortLived = Decays.Nodes.ShortLived_()
 
 GaudiPartProp.Nodes.Stable = Decays.Nodes.Stable()
 
 GaudiPartProp.Nodes.StableCharged = Decays.Nodes.StableCharged()
 
 GaudiPartProp.Nodes.Mass = Decays.Nodes.Mass
 
 GaudiPartProp.Nodes.Light = Decays.Nodes.Light
 
 GaudiPartProp.Nodes.Heavy = Decays.Nodes.Heavy
 
 GaudiPartProp.Nodes.Symbol = Decays.Nodes.Symbol
 
 GaudiPartProp.Nodes.NodeList = Decays.NodeList
 

Detailed Description

(c) Copyright 1998-2023 CERN for the benefit of the LHCb and ATLAS collaborations # # This software is distributed under the terms of the Apache version 2 licence, # copied verbatim in the file "LICENSE".

# # 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. #


Simple "decorator for nodes"

Author
Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@n.nosp@m.ikhe.nosp@m.f.nl

autotoc_md407

Date
2008-12-03

Definition in file Nodes.py.