Working with the source code below (this is open source), and I did not see parentheses after the variable name. UDefEnergyH is definitely a variable, as can be seen from line 1. Can someone tell me what these brackets do? I donβt know how to do this on Google. Thanks.
bins[0] = UDefEnergyH.GetLowEdgeEnergy(size_t(0)); vals[0] = UDefEnergyH(size_t(0));
And it is listed here in the header file:
G4PhysicsOrderedFreeVector UDefEnergyH;
c ++ syntax
Zach babbitt
source share