TParameter has no attribute "value"

63 Views Asked by At

I have this TParameter (a Model_TParameter_3c_double_3e__v2 to be precise) which I am trying to access via its "value" attribute which I have seen to use via the docs here

uproot.open("pathtoTParameter").value

But that doesn't work and spits out:

AttributeError: 'Model_TParameter_3c_double_3e__v2' object has no attribute 'value'

I have also read it in via root using the standard member function GetVal() and everything seemed to be working fine there.

Am I missing something? Cheers

0

There are 0 best solutions below