File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ namespace larcv {
8787 inline double theta () const { return _theta; }
8888
8989 // particle's info getter
90- inline unsigned int track_id () const { return _trackid; }
90+ inline unsigned int nu_track_id () const { return _trackid; }
9191 inline unsigned int lepton_track_id () const { return _lepton_trackid; }
9292 inline int pdg_code () const { return _pdg; }
9393 inline int lepton_pdg_code () const { return _lepton_pdg; }
@@ -140,7 +140,7 @@ namespace larcv {
140140 inline void theta (double theta) { _theta = theta; }
141141
142142 // particle's info setter
143- inline void track_id (unsigned int id ) { _trackid = id; }
143+ inline void nu_track_id (unsigned int id ) { _trackid = id; }
144144 inline void lepton_track_id (unsigned int id ) { _lepton_trackid = id; }
145145 inline void pdg_code (int code) { _pdg = code; }
146146 inline void lepton_pdg_code (int code) { _lepton_pdg = code; }
You can’t perform that action at this time.
0 commit comments