ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/CompositeParticle.cc
(Generate patch)

Comparing UserCode/MitAna/DataTree/src/CompositeParticle.cc (file contents):
Revision 1.7 by loizides, Wed Feb 18 15:38:55 2009 UTC vs.
Revision 1.8 by loizides, Fri Mar 20 18:23:27 2009 UTC

# Line 7 | Line 7 | ClassImp(mithep::CompositeParticle)
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  
# Line 31 | Line 31 | Bool_t CompositeParticle::HasCommonDaugh
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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines