Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-11-25 02:29:53

0001 import FWCore.ParameterSet.Config as cms
0002 from .pfDeepDoubleBvLJetTags_cfi import pfDeepDoubleBvLJetTags
0003 from .pfDeepDoubleCvLJetTags_cfi import pfDeepDoubleCvLJetTags
0004 from .pfDeepDoubleCvBJetTags_cfi import pfDeepDoubleCvBJetTags
0005 
0006 pfMassIndependentDeepDoubleBvLV2JetTags = pfDeepDoubleBvLJetTags.clone(
0007     model_path="RecoBTag/Combined/data/DeepDoubleX/102X/V02/BvL.onnx",
0008     input_names=["input_1", "input_2", "input_3", "input_4"],
0009     version="V2",
0010 )
0011 
0012 pfMassIndependentDeepDoubleCvLV2JetTags = pfDeepDoubleCvLJetTags.clone(
0013     model_path="RecoBTag/Combined/data/DeepDoubleX/102X/V02/CvL.onnx",
0014     input_names=["input_1", "input_2", "input_3", "input_4"],
0015     version="V2",
0016 )
0017 
0018 pfMassIndependentDeepDoubleCvBV2JetTags = pfDeepDoubleCvBJetTags.clone(
0019     model_path="RecoBTag/Combined/data/DeepDoubleX/102X/V02/CvB.onnx",
0020     input_names=["input_1", "input_2", "input_3", "input_4"],
0021     version="V2",
0022 )