BOSS 7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
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

◆ reweight_event()

double reweight_event ( double pipi_mass)

Definition at line 80 of file EvtVVPIPI_WEIGHTED.cc.

81{
82 pipi_mass *= 1000.0;
83 return sqrt(
84 -3.6911336508223251 +
85 0.019119831948029617 * pipi_mass +
86 -1.8962883732377376e-05 * pipi_mass * pipi_mass
87 );
88}

Referenced by EvtVVPIPI_WEIGHTED::decay().