The Gaudi Framework  master (37c0b60a)
decorators.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

 GaudiPartProp.decorators
 

Functions

def GaudiPartProp.decorators._get_all_ (self, asList=False)
 get all particle properties form the service More...
 
def GaudiPartProp.decorators._get_pp_ (self, cut, asList=False)
 simple "get" method for the service More...
 
def GaudiPartProp.decorators._get_ppv_ (self, cut, asList=False)
 simple "get" method for the service More...
 
def GaudiPartProp.decorators._ppv_2_list_ (self)
 Convert Gaudi::Interfaces::IParticlePropertySvc::ParticleProperties into python list. More...
 
def GaudiPartProp.decorators._ppv_from_lst_ (self, lst)
 convert python list into Gaudi.IParticlePropertisvc.ParticleProperties More...
 
def GaudiPartProp.decorators._prnt_as_table_ (self, *args)
 Print vector of particle properties in a form of table. More...
 
def GaudiPartProp.decorators._get_attr_from_PID_ (self, attr)
 
def GaudiPartProp.decorators._pp_cmp_ (pp1, pp2)
 
def GaudiPartProp.decorators._pp_lt_ (pp1, pp2)
 
def GaudiPartProp.decorators._abs_1_ (self)
 abs for ParticleID More...
 
def GaudiPartProp.decorators._abs_2_ (self)
 abs for ParticleProperty More...
 
def GaudiPartProp.decorators._get_pid_ (self, cut)
 get particleID objects whcih satisfy some criteria More...
 
def GaudiPartProp.decorators._validate_ (self, svc)
 
def GaudiPartProp.decorators._symbols_ (self)
 
def GaudiPartProp.decorators._sym_iter_ (self)
 

Variables

 GaudiPartProp.decorators.__author__
 
 GaudiPartProp.decorators.__version__
 
 GaudiPartProp.decorators.cpp
 
 GaudiPartProp.decorators.std
 
 GaudiPartProp.decorators.Decays
 
 GaudiPartProp.decorators.Gaudi
 
 GaudiPartProp.decorators.all
 decorate service More...
 
 GaudiPartProp.decorators.toList
 decorate the vector of properties More...
 
 GaudiPartProp.decorators.toLst
 
 GaudiPartProp.decorators.fromList
 decorate the vector of properties More...
 
 GaudiPartProp.decorators.fromLst
 
 GaudiPartProp.decorators.__repr__
 decorate the vector of properties More...
 
 GaudiPartProp.decorators.__str__
 decorate the printout for Gaudi::ParticleProperty More...
 
 GaudiPartProp.decorators.__len__
 
 GaudiPartProp.decorators.__getattr__
 decorate the attribute access for Gaudi.ParticleProperty More...
 
 GaudiPartProp.decorators.ParticleIDs
 define the type for std::vector<Gaudi::ParticleID> More...
 
 GaudiPartProp.decorators.get
 decorate the vector of properties More...
 
 GaudiPartProp.decorators._items
 
 GaudiPartProp.decorators._decays
 
 GaudiPartProp.decorators.Items
 
 GaudiPartProp.decorators.Decay
 
 GaudiPartProp.decorators.Item
 
 GaudiPartProp.decorators._old_symbols_
 
 GaudiPartProp.decorators._old_particles_
 
 GaudiPartProp.decorators.Symbols
 instance: More...
 

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


=============================================================================

The set of basic decorator for objects from GaudiPartProp package

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

@date 2008-12-01

Definition in file decorators.py.