I am trying to form an average of these two TProfiles I have but I could not make it to work.
I declared an array to store 3 TProfiles and I want to add the last two Tprofiles and form an average and store it into v2_TProfileSum. The syntax I am using is
Yes, the division using the divide operator “/” is not valid. That’s the sense of the error message you get “invalid operands”. That’s why I suggested you to use the Divide() method instead.