MINT2
BW_BW_DifferentMother.h
Go to the documentation of this file.
1 #ifndef BW_BW_DIFFERENT_MOTHER_HH
2 #define BW_BW_DIFFERENT_MOTHER_HH
3 // author: Jonas Rademacker (Jonas.Rademacker@bristol.ac.uk)
4 // status: Mon 9 Feb 2009 19:18:04 GMT
5 
6 #include "Mint/BW_BW.h"
7 
8 // used for CrystalBarrelRhoOmega
9 class ParticlePropeties;
10 
11 class BW_BW_DifferentMother : public BW_BW, virtual public ILineshape{
12  protected:
14  virtual const ParticleProperties* mumsProperties() const;
15  public:
17  , int newMumID
18  );
19 };
20 
21 #endif
22 //
Definition: BW_BW.h:30
virtual const ParticleProperties * mumsProperties() const
BW_BW_DifferentMother(const AssociatedDecayTree &decay, int newMumID)