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 @@ -67,7 +67,7 @@ namespace larcv {
6767 ~Neutrino (){}
6868 // / particle's ID getter
6969 inline InstanceID_t id () const { return _id; }
70- inline InstanceID_t genid () const { return _genid; }
70+ inline InstanceID_t gen_id () const { return _genid; }
7171
7272 // origin/generator info getter
7373 inline MCSTIndex_t mcst_index () const { return _mcst_index; }
@@ -122,7 +122,7 @@ namespace larcv {
122122 //
123123 // generator/origin info setter
124124 inline void id (InstanceID_t id ) { _id = id; }
125- inline void genid (InstanceID_t genid ) { _genid = genid; }
125+ inline void gen_id (InstanceID_t genid ) { _genid = genid; }
126126 inline void mcst_index (MCSTIndex_t id ) { _mcst_index = id; }
127127 inline void mct_index (MCTIndex_t id ) { _mct_index = id; }
128128 inline void current_type (short curr) {_current_type = curr; }
You can’t perform that action at this time.
0 commit comments