![]() |
The Gaudi Framework
master (181af51f)
|
#include <Gaudi/Decays/Nodes.h>
#include <Gaudi/Interfaces/IParticlePropertySvc.h>
#include <Gaudi/ParticleProperty.h>
#include <Gaudi/cxx/SynchronizedValue.h>
#include <GaudiKernel/MsgStream.h>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | Gaudi::Decays::Nodes::Any |
the most simple node in the decay tree: it matches to all valid the Gaudi::Particles More... | |
class | Gaudi::Decays::Nodes::Pid |
The simple node in the decay tree: it matches to a certain particle ID. More... | |
class | Gaudi::Decays::Nodes::CC |
The simple node in the decay tree: it matches to a certain particle ID or its antiparticle. More... | |
class | Gaudi::Decays::Nodes::Lepton |
The trivial node : it match the Lepton. More... | |
class | Gaudi::Decays::Nodes::Nu |
The trivial node : it match any neutral lepton. More... | |
class | Gaudi::Decays::Nodes::Ell |
The trivial node : it match any charged lepton. More... | |
class | Gaudi::Decays::Nodes::EllPlus |
The trivial node : it match any positive lepton. More... | |
class | Gaudi::Decays::Nodes::EllMinus |
The trivial node : it match any negative lepton. More... | |
class | Gaudi::Decays::Nodes::Hadron |
The trivial node : it match the Hadron. More... | |
class | Gaudi::Decays::Nodes::Meson |
The trivial node : it match the meson. More... | |
class | Gaudi::Decays::Nodes::Baryon |
The trivial node : it match the Baryon. More... | |
class | Gaudi::Decays::Nodes::Charged |
The trivial node : it match the Charged. More... | |
class | Gaudi::Decays::Nodes::Positive |
The trivial node : it match the positively charged particles. More... | |
class | Gaudi::Decays::Nodes::Negative |
The trivial node : it match the negatively charged particles. More... | |
class | Gaudi::Decays::Nodes::Neutral |
The trivial node : it match the Neutral. More... | |
class | Gaudi::Decays::Nodes::Nucleus |
The trivial node : it match the Nucleus. More... | |
class | Gaudi::Decays::Nodes::HasQuark |
The trivial node : it match the quark content. More... | |
class | Gaudi::Decays::Nodes::JSpin |
The trivial node : it match the 2J+1 spin. More... | |
class | Gaudi::Decays::Nodes::SSpin |
The trivial node : it match the 2S+1 spin. More... | |
class | Gaudi::Decays::Nodes::LSpin |
The trivial node : it match the 2L+1 spin. More... | |
class | Gaudi::Decays::Nodes::CTau |
simple pid-checker for particle lifetime (in c*tau units) More... | |
struct | Gaudi::Decays::Nodes::CTau::KnownPids |
class | Gaudi::Decays::Nodes::ShortLived_ |
represent simple predicate for short-lived particles More... | |
class | Gaudi::Decays::Nodes::LongLived_ |
represent simple predicate for Long-lived particles More... | |
class | Gaudi::Decays::Nodes::Stable |
represent simple predicate for Stable particles More... | |
class | Gaudi::Decays::Nodes::StableCharged |
represent simple predicate for Stable+Charged particles More... | |
class | Gaudi::Decays::Nodes::Mass |
simple pid-checker for particle mass More... | |
class | Gaudi::Decays::Nodes::Light |
simple pid-checker for particle mass More... | |
class | Gaudi::Decays::Nodes::Heavy |
simple pid-checker for particle mass More... | |
class | Gaudi::Decays::Nodes::PosID |
class | Gaudi::Decays::Nodes::NegID |
class | Gaudi::Decays::Nodes::Symbol |
Namespaces | |
namespace | Gaudi |
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited. | |
namespace | Gaudi::Decays |
namespace | Gaudi::Decays::Nodes |