Skip to content
Snippets Groups Projects
Commit b2986a9a authored by Gerhard Raven's avatar Gerhard Raven Committed by Christopher Rob Jones
Browse files

Update hard-wired function representation for Rec!4079

parent fcb74112
No related branches found
Tags v65r3
1 merge request!1228fix `OWNPV_NDOF` and update for Rec!4079
Pipeline #10860577 passed
Functors::chain( ::Functors::Common::Rho_Coordinate{}, ::Functors::Track::ThreeMomentum{} )
Functors::chain( ::Functors::Common::Rho_Coordinate, ::Functors::Track::ThreeMomentum )
( RHO_COORDINATE @ THREEMOMENTUM )
ApplicationMgr SUCCESS
====================================================================================================================================
......
......@@ -74,7 +74,7 @@ def test_repr_loki():
def test_str(simple_fc):
_str = """ PT: ('Functors::chain( ::Functors::Common::Rho_Coordinate{}, ::Functors::Track::ThreeMomentum{} )', '( RHO_COORDINATE @ THREEMOMENTUM )')
_str = """ PT: ('Functors::chain( ::Functors::Common::Rho_Coordinate, ::Functors::Track::ThreeMomentum )', '( RHO_COORDINATE @ THREEMOMENTUM )')
X: X
Y: Y"""
assert _str in str(simple_fc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment