CMS 3D CMS Logo

Functions | Variables
deepMETProducer_cff Namespace Reference

Functions

def split_model_path (path)
 

Variables

 _deepMETsResolutionTuneSonic
 
 _deepMETsResponseTuneSonic
 
 Client
 
 deepMETsResolutionTune
 
 deepMETsResponseTune
 
 graph_path
 
 max_n_pf
 

Function Documentation

◆ split_model_path()

def deepMETProducer_cff.split_model_path (   path)

Definition at line 33 of file deepMETProducer_cff.py.

References join(), and submitPVValidationJobs.split().

33 def split_model_path(path):
34  Client = dict(
35  modelName = path.split('/')[-3],
36  modelConfigPath = '/'.join(path.split('/')[:-2])+'/config.pbtxt',
37  # version "1" is the resolutionTune
38  # version "2" is the responeTune
39  modelVersion = os.path.realpath(pfnInPath(path).split(':')[-1]).split('/')[-2],
40  )
41  return Client
42 
43 # propagate possible parameter updates
static std::string join(char **cmd)
Definition: RemoteFile.cc:19

Variable Documentation

◆ _deepMETsResolutionTuneSonic

deepMETProducer_cff._deepMETsResolutionTuneSonic
private

Definition at line 44 of file deepMETProducer_cff.py.

◆ _deepMETsResponseTuneSonic

deepMETProducer_cff._deepMETsResponseTuneSonic
private

Definition at line 50 of file deepMETProducer_cff.py.

◆ Client

deepMETProducer_cff.Client

Definition at line 46 of file deepMETProducer_cff.py.

◆ deepMETsResolutionTune

deepMETProducer_cff.deepMETsResolutionTune

Definition at line 7 of file deepMETProducer_cff.py.

◆ deepMETsResponseTune

deepMETProducer_cff.deepMETsResponseTune

Definition at line 8 of file deepMETProducer_cff.py.

◆ graph_path

deepMETProducer_cff.graph_path

Definition at line 9 of file deepMETProducer_cff.py.

◆ max_n_pf

deepMETProducer_cff.max_n_pf

Definition at line 15 of file deepMETProducer_cff.py.