CMS 3D CMS Logo

Classes | Typedefs | Enumerations
reco::DeepSCInputs Namespace Reference

Classes

struct  InputConfig
 
struct  Inputs
 

Typedefs

typedef std::map< std::string, double > FeaturesMap
 
typedef std::vector< InputConfigInputConfigs
 

Enumerations

enum  ScalerType { MeanRms, MinMax, None }
 

Typedef Documentation

◆ FeaturesMap

typedef std::map<std::string, double> reco::DeepSCInputs::FeaturesMap

Definition at line 52 of file DeepSCGraphEvaluation.h.

◆ InputConfigs

Definition at line 51 of file DeepSCGraphEvaluation.h.

Enumeration Type Documentation

◆ ScalerType

Enumerator
MeanRms 
MinMax 
None 

Definition at line 39 of file DeepSCGraphEvaluation.h.

39  {
40  MeanRms, // scale as (var - mean)/rms
41  MinMax, // scale as (var - min) (max-min)
42  None // do nothing
43  };