7 |
|
using namespace mithep; |
8 |
|
|
9 |
|
//-------------------------------------------------------------------------------------------------- |
10 |
< |
Bool_t CompositeParticle::HasDaughter(const Particle* p) const |
10 |
> |
Bool_t CompositeParticle::HasDaughter(const Particle *p) const |
11 |
|
{ |
12 |
|
// Return true if given particle is among daughters. |
13 |
|
|
31 |
|
} |
32 |
|
|
33 |
|
//-------------------------------------------------------------------------------------------------- |
34 |
< |
Bool_t CompositeParticle::HasSameDaughters(const CompositeParticle* p) const |
34 |
> |
Bool_t CompositeParticle::HasSameDaughters(const CompositeParticle *p) const |
35 |
|
{ |
36 |
|
// Return true if daughters are the same. |
37 |
|
|