# | Line 1 | Line 1 | |
---|---|---|
1 | #include "GenParticleStruct.h" | |
2 | ||
3 | < | genParticleStruct::genParticleStruct(int id, unsigned int idx, float pt, int did, unsigned int didx, float dpt) : |
4 | < | id_(id), idx_(idx), pt_(pt), did_(did), didx_(didx), dpt_(dpt) |
3 | > | GenParticleStruct::GenParticleStruct(int id, unsigned int idx, float pt, float eta, int did, unsigned int didx, float dpt, float deta) : |
4 | > | id_(id), idx_(idx), pt_(pt), eta_(eta), did_(did), didx_(didx), dpt_(dpt), deta_(deta) |
5 | {} | |
6 | + |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |