/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Generator/BesEvtGen/BesEvtGen-00-03-58/src/EvtGen/EvtGenModels/EvtVVPIPI_WEIGHTED.cc File Reference

#include "EvtGenBase/EvtPatches.hh"
#include <stdlib.h>
#include "EvtGenBase/EvtParticle.hh"
#include "EvtGenBase/EvtGenKine.hh"
#include "EvtGenBase/EvtPDL.hh"
#include "EvtGenBase/EvtVector4C.hh"
#include "EvtGenBase/EvtTensor4C.hh"
#include "EvtGenBase/EvtReport.hh"
#include "EvtGenModels/EvtVVPIPI_WEIGHTED.hh"
#include <string>

Go to the source code of this file.

Functions

double reweight_event (double pipi_mass)


Function Documentation

double reweight_event ( double  pipi_mass  ) 

Definition at line 80 of file EvtVVPIPI_WEIGHTED.cc.

Referenced by EvtVVPIPI_WEIGHTED::decay().

00081 {
00082     pipi_mass *= 1000.0;
00083     return sqrt(
00084         -3.6911336508223251 +
00085         0.019119831948029617 * pipi_mass +
00086         -1.8962883732377376e-05 * pipi_mass * pipi_mass
00087         );
00088 }


Generated on Tue Nov 29 23:16:02 2016 for BOSS_7.0.2 by  doxygen 1.4.7