![]() |
The Gaudi Framework
master (ff829712)
|
Variables | |
str | __author__ = "Vanya BELYAEV ibelyaev@physics.syr.edu" |
(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". | |
isWin = sys.platform.startswith("win") | |
ep2 = EP2("xProps2", Point3D=(10, 40, 55), Points3D=[(10, 40, 55), (1, 2, 3)]) | |
EvtSel | |
TopAlg | |
EvtMax | |
gaudi = AppMgr() | |
xp2 = gaudi.algorithm("xProps2") | |
Point3D | |
Vector3D | |
Vector4D | |
SVector5 | |
Vectors3D | |
Vectors4D | |
PropertiesPrint | |
|
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 ExtendedProperties2.py.
ExtendedProperties2.ep2 = EP2("xProps2", Point3D=(10, 40, 55), Points3D=[(10, 40, 55), (1, 2, 3)]) |
Definition at line 39 of file ExtendedProperties2.py.
ExtendedProperties2.EvtMax |
Definition at line 41 of file ExtendedProperties2.py.
ExtendedProperties2.EvtSel |
Definition at line 41 of file ExtendedProperties2.py.
ExtendedProperties2.gaudi = AppMgr() |
Definition at line 61 of file ExtendedProperties2.py.
ExtendedProperties2.isWin = sys.platform.startswith("win") |
Definition at line 37 of file ExtendedProperties2.py.
ExtendedProperties2.Point3D |
Definition at line 67 of file ExtendedProperties2.py.
ExtendedProperties2.PropertiesPrint |
Definition at line 101 of file ExtendedProperties2.py.
ExtendedProperties2.SVector5 |
Definition at line 77 of file ExtendedProperties2.py.
ExtendedProperties2.TopAlg |
Definition at line 41 of file ExtendedProperties2.py.
ExtendedProperties2.Vector3D |
Definition at line 68 of file ExtendedProperties2.py.
ExtendedProperties2.Vector4D |
Definition at line 70 of file ExtendedProperties2.py.
ExtendedProperties2.Vectors3D |
Definition at line 97 of file ExtendedProperties2.py.
ExtendedProperties2.Vectors4D |
Definition at line 99 of file ExtendedProperties2.py.
ExtendedProperties2.xp2 = gaudi.algorithm("xProps2") |
Definition at line 65 of file ExtendedProperties2.py.