Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:34

0001 #include "RecoBTag/SecondaryVertex/interface/CombinedSVSoftLeptonComputer.h"
0002 
0003 using namespace reco;
0004 using namespace std;
0005 
0006 CombinedSVSoftLeptonComputer::CombinedSVSoftLeptonComputer(const edm::ParameterSet &params)
0007     : CombinedSVComputer(params), SoftLeptonFlip(params.getParameter<bool>("SoftLeptonFlip")) {}