# | Line 23 | Line 23 | namespace mithep | |
---|---|---|
23 | CompositeParticle() {} | |
24 | ~CompositeParticle() {} | |
25 | ||
26 | < | void AddDaughter(Particle *p) { fDaughters.Add(p); } |
26 | > | void AddDaughter(const Particle *p) { fDaughters.Add(p); } |
27 | Double_t Charge() const; | |
28 | void Clear(Option_t *opt="") { fDaughters.Clear(opt); } | |
29 | const Particle *Daughter(UInt_t i) const { return fDaughters.At(i); } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |