CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
hlt_scaler_cfg Namespace Reference

Variables

tuple cout
 
tuple critical
 
tuple debugModules = cms.untracked.vstring('*')
 
tuple destinations
 
tuple detailedInfo
 
tuple process = cms.Process("DQM")
 
tuple wantSummary = cms.untracked.bool(True)
 

Variable Documentation

tuple hlt_scaler_cfg.cout
Initial value:
1 = cms.untracked.PSet(
2  threshold = cms.untracked.string('WARNING'),
3  WARNING = cms.untracked.PSet(
4  limit = cms.untracked.int32(0)
5  ),
6  noLineBreaks = cms.untracked.bool(True)
7  )

Definition at line 82 of file hlt_scaler_cfg.py.

tuple hlt_scaler_cfg.critical
Initial value:
1 = cms.untracked.PSet(
2  threshold = cms.untracked.string('ERROR')
3  )

Definition at line 78 of file hlt_scaler_cfg.py.

tuple hlt_scaler_cfg.debugModules = cms.untracked.vstring('*')

Definition at line 81 of file hlt_scaler_cfg.py.

tuple hlt_scaler_cfg.destinations
Initial value:
1 = cms.untracked.vstring('detailedInfo',
2  'critical',
3  'cout')

Definition at line 89 of file hlt_scaler_cfg.py.

tuple hlt_scaler_cfg.detailedInfo
Initial value:
1 = cms.untracked.PSet(
2  threshold = cms.untracked.string('INFO')
3  )

Definition at line 75 of file hlt_scaler_cfg.py.

tuple hlt_scaler_cfg.process = cms.Process("DQM")

Definition at line 3 of file hlt_scaler_cfg.py.

tuple hlt_scaler_cfg.wantSummary = cms.untracked.bool(True)

Definition at line 95 of file hlt_scaler_cfg.py.