some hipo::bank
getters are missing error protection or automatic typecast
For example, given hipo::bank b
with REC::Particle
schema,
b.getFloat("pid", row);
returns 0.0
and no error is printed. All getters should either attempt to typecast or throw an error upon failure.