BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtVVPIPI_WEIGHTED.cc File Reference

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 69 of file EvtVVPIPI_WEIGHTED.cc.

69 {
70 pipi_mass *= 1000.0;
71 return sqrt( -3.6911336508223251 + 0.019119831948029617 * pipi_mass +
72 -1.8962883732377376e-05 * pipi_mass * pipi_mass );
73}

Referenced by EvtVVPIPI_WEIGHTED::decay().