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

Go to the documentation of this file.
00001 //--------------------------------------------------------------------------
00002 //
00003 // Environment:
00004 //      This software is part of models developed at BES collaboration
00005 //      based on the EvtGen framework.  If you use all or part
00006 //      of it, please give an appropriate acknowledgement.
00007 //
00008 // Copyright Information: See EvtGen/BesCopyright
00009 //      Copyright (A) 2006      Ping Rong-Gang @IHEP
00010 //
00011 // Module:  EvtRhoPi.cc
00012 //
00013 // Description: Jpsi or psi(2S) decays into 3 pions via rho(1--)pi
00014 //
00015 // Modification history:
00016 //
00017 //    Ping R.-G.       Apr., 2007       Module created
00018 //
00019 //------------------------------------------------------------------------
00020 
00021 #ifndef EVTRHOPI_HH
00022 #define EVTRHOPI_HH
00023 
00024 #include "EvtGenBase/EvtDecayIncoherent.hh"
00025 #include "EvtGenBase/EvtVector4R.hh"
00026 
00027 class EvtParticle;
00028 
00029 class EvtRhoPi:public  EvtDecayIncoherent  {
00030 
00031 public:
00032   
00033   EvtRhoPi() {}
00034   virtual ~EvtRhoPi();
00035 
00036   void getName(std::string& name);
00037 
00038   EvtDecayBase* clone();
00039 
00040   void initProbMax();
00041 
00042   void init();
00043 
00044   void decay(EvtParticle *p); 
00045 
00046   double AmplitudeSquare(double ResonanceMass, double ResonanceWidth,double r1,double   
00047 r2,double phase1,double phase2);
00048 
00049   EvtVector4R GetDaugMomLab(int i){return _p4Lab[i];}
00050   EvtVector4R GetDaugMomCM(int i){return _p4CM[i];}
00051   EvtVector4R GetDaugMomHel(int i){return _p4Hel[i];}
00052 
00053 
00054   int GetNdaug(){return _nd;}   
00055 
00056 private:
00057 
00058  EvtVector4R _p4Lab[10],_p4CM[10],_p4Hel[10];
00059  int _nd;
00060 
00061 };
00062 
00063 
00064 #endif
00065 

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