/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Generator/BesEvtGen/BesEvtGen-00-03-58/src/EvtGen/EvtGenBase/EvtPropBreitWigner.hh

Go to the documentation of this file.
00001 /*******************************************************************************
00002  * Project: BaBar detector at the SLAC PEP-II B-factory
00003  * Package: EvtGenBase
00004  *    File: $Id: EvtPropBreitWigner.hh,v 1.1.1.2 2007/10/26 05:03:14 pingrg Exp $
00005  *  Author: Alexei Dvoretskii, dvoretsk@slac.stanford.edu, 2001-2002
00006  *
00007  * Copyright (C) 2002 Caltech
00008  *******************************************************************************/
00009 
00010 // Non-relativistic Breit-Wigner propagator
00011 
00012 #ifndef EVT_PROP_BREIT_WIGNER_HH
00013 #define EVT_PROP_BREIT_WIGNER_HH
00014 
00015 #include "EvtGenBase/EvtComplex.hh"
00016 #include "EvtGenBase/EvtPropagator.hh"
00017 
00018 class EvtPropBreitWigner : public EvtPropagator {  
00019 public:
00020   
00021   EvtPropBreitWigner(double m0, double g0);
00022   EvtPropBreitWigner(const EvtPropBreitWigner& other);
00023   ~EvtPropBreitWigner();
00024   
00025   EvtAmplitude<EvtPoint1D>* clone() const;
00026 
00027 protected:
00028 
00029   EvtComplex amplitude(const EvtPoint1D& m) const;
00030 
00031 };
00032 
00033 
00034 #endif
00035 

Generated on Tue Nov 29 23:12:14 2016 for BOSS_7.0.2 by  doxygen 1.4.7