JeffersonLab / hcana

Hall C++ Analyzer
7 stars 118 forks source link

Indendation, GetParent() reduction, doxygen #404

Closed sawjlab closed 6 years ago

sawjlab commented 6 years ago

In many places GetParent() was getting called on event by event or hit by hit basis. In these places, the parent class is cached so that GetParent() is just called at initialization time.

Indentation was cleaned up in a number of classes.

Update THcDCWire comments for Doxygen.