# | Line 18 | Line 18 | class GenParticle : public Particle{ | |
---|---|---|
18 | }; | |
19 | ||
20 | ||
21 | < | int pdgId(){return m_pdgId;} |
22 | < | int status(){return m_status;} |
23 | < | int index(){return m_index;} |
21 | > | int pdgId() const{return m_pdgId;} |
22 | > | int status() const{return m_status;} |
23 | > | int index() const{return m_index;} |
24 | ||
25 | ||
26 | //return mother 1 or 2 (ind<=1 or ind>=2) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |