The Gaudi Framework  master (181af51f)
Loading...
Searching...
No Matches
StringKeyEx Namespace Reference

Variables

str __author__ = "Vanya BELYAEV Ivan.Belyaev@nikhef.nl"
 (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".
 
 ske = SKE("StringKeys", Key="key", Keys=["a", "b", "key", "c", "d"])
 
 EvtSel
 
 TopAlg
 
 EvtMax
 
 gaudi = AppMgr()
 
 PropertiesPrint
 
 SK = cpp.Gaudi.StringKey
 
 key = SK("new Key")
 
 Key
 
list keys = [key, "rrr", SK("s")]
 
 Keys
 

Variable Documentation

◆ __author__

str StringKeyEx.__author__ = "Vanya BELYAEV Ivan.Belyaev@nikhef.nl"
private

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


Definition at line 22 of file StringKeyEx.py.

◆ EvtMax

StringKeyEx.EvtMax

Definition at line 35 of file StringKeyEx.py.

◆ EvtSel

StringKeyEx.EvtSel

Definition at line 35 of file StringKeyEx.py.

◆ gaudi

StringKeyEx.gaudi = AppMgr()

Definition at line 46 of file StringKeyEx.py.

◆ Key

StringKeyEx.Key

Definition at line 62 of file StringKeyEx.py.

◆ key

StringKeyEx.key = SK("new Key")

Definition at line 58 of file StringKeyEx.py.

◆ Keys

StringKeyEx.Keys

Definition at line 68 of file StringKeyEx.py.

◆ keys

list StringKeyEx.keys = [key, "rrr", SK("s")]

Definition at line 64 of file StringKeyEx.py.

◆ PropertiesPrint

StringKeyEx.PropertiesPrint

Definition at line 52 of file StringKeyEx.py.

◆ SK

StringKeyEx.SK = cpp.Gaudi.StringKey

Definition at line 56 of file StringKeyEx.py.

◆ ske

StringKeyEx.ske = SKE("StringKeys", Key="key", Keys=["a", "b", "key", "c", "d"])

Definition at line 33 of file StringKeyEx.py.

◆ TopAlg

StringKeyEx.TopAlg

Definition at line 35 of file StringKeyEx.py.