Skip to content

Commit

Permalink
Forgot to add getter for the track type.
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-moreno committed Sep 14, 2015
1 parent 7becb90 commit b0bbbef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/hps_event/SvtTrack.h
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@ class SvtTrack : public TObject {
*/
int getCharge();

/**
*
*/
int getType() const { return type; };

/**
*
*/
Expand Down

0 comments on commit b0bbbef

Please sign in to comment.