Definition at line 123 of file SSVWeightsAlg.h.
◆ EfficiencyMethodBJetBasedClass()
| CP::SSVWeightsAlg::EfficiencyMethodBJetBasedClass::EfficiencyMethodBJetBasedClass |
( |
const nlohmann::json & | jsonConfig | ) |
|
Definition at line 610 of file SSVWeightsAlg.cxx.
612 {
613
615 std::string lastItemKey = lastItem->first;
617 }
std::map< std::string, double > m_bjetEfficiencyMap
◆ getPIneff()
Definition at line 621 of file SSVWeightsAlg.cxx.
624 {
625
626 double P_ineff = 1;
627
628
630
631
633
634 std::string bjets_key = std::to_string(b_jet_count) + "_bjets";
636 }
637 else{
640 }
641
642 P_ineff = std::pow((1-SF_eff*epsilon)/(1-epsilon), N_missed);
643
644 return P_ineff;
645 }
◆ m_bjetEfficiencyMap
| std::map<std::string, double> CP::SSVWeightsAlg::EfficiencyMethodBJetBasedClass::m_bjetEfficiencyMap {} |
|
private |
◆ m_upperboundNbjets
| int CP::SSVWeightsAlg::EfficiencyMethodBJetBasedClass::m_upperboundNbjets = -999 |
|
private |
The documentation for this class was generated from the following files: