A method to compute the value of the STXS bin in the current model.
10601 double weight = 1.0;
10608 double muProd2 = 0.0;
10611 double BrHXXRatio = 1.0;
10612 double dBrHXXRatio1 = 0.0;
10613 double dBrHXXRatio2 = 0.0;
10616 weight = (0.21509+0.13440) ;
10617 }
else if (
fstate == 1){
10619 dBrHXXRatio1 = BrHXXRatio - 1.0;
10620 dBrHXXRatio2 = 0.0;
10621 }
else if (
fstate == 2){
10623 dBrHXXRatio1 = BrHXXRatio - 1.0;
10624 dBrHXXRatio2 = 0.0;
10625 }
else if (
fstate == 3){
10627 dBrHXXRatio1 = BrHXXRatio - 1.0;
10628 dBrHXXRatio2 = 0.0;
10629 }
else if (
fstate == 4){
10631 dBrHXXRatio1 = BrHXXRatio - 1.0;
10632 dBrHXXRatio2 = 0.0;
10633 }
else if (
fstate == 5){
10635 dBrHXXRatio1 = BrHXXRatio - 1.0;
10636 dBrHXXRatio2 = 0.0;
10637 }
else if (
fstate == 6){
10639 dBrHXXRatio1 = BrHXXRatio - 1.0;
10640 dBrHXXRatio2 = 0.0;
10641 }
else if (
fstate == 7){
10643 dBrHXXRatio1 = BrHXXRatio - 1.0;
10644 dBrHXXRatio2 = 0.0;
10646 throw std::runtime_error(
"STXS12_qqHlv_pTV0_150 called with invalid argument for final state in fstate_i");
10650 if ((this->
getModel()).isModelLinearized()){
10651 return weight*( 1.0 + (muProd1 + dBrHXXRatio1));
10652 }
else if((this->
getModel()).isModelNPquadratic()){
10653 return weight*( 1.0 + (muProd1 + dBrHXXRatio1) + (muProd2 + dBrHXXRatio2 + muProd1*dBrHXXRatio1) );
10655 return weight*(muProd)*(BrHXXRatio);
virtual const double STXS12_qqHlv_pTV75_150(const double sqrt_s) const
The STXS bin , .
virtual const double STXS12_BrH4lRatio() const
The STXS BR , .
virtual const double BrHbbRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double BrHZZRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double STXS12_BrHevmuvRatio() const
The STXS BR .
virtual const double BrHgagaRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double STXS12_qqHlv_pTV0_75(const double sqrt_s) const
The STXS bin , .
virtual const double BrHWWRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double BrHtautauRatio() const
The ratio of the Br in the current model and in the Standard Model.
const StandardModel & getModel()
A get method to get the model.