CMS 3D CMS Logo

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

Variables

tuple goodVertices
 The Good vertices collection needed by the tracking failure filter ________||. More...
 
tuple metFilters
 NOTE: to make tagging mode of the tracking POG filters (three of them), please do: manystripclus53X.taggedMode = cms.untracked.bool(True) manystripclus53X.forcedValue = cms.untracked.bool(False) toomanystripclus53X.taggedMode = cms.untracked.bool(True) toomanystripclus53X.forcedValue = cms.untracked.bool(False) logErrorTooManyClusters.taggedMode = cms.untracked.bool(True) logErrorTooManyClusters.forcedValue = cms.untracked.bool(False) Also the stored boolean for the three filters is opposite to what we usually have for other filters, i.e., true means rejected bad events while false means good events. More...
 

Variable Documentation

tuple metFilters_cff.goodVertices
Initial value:
1 = cms.EDFilter(
2  "VertexSelector",
3  filter = cms.bool(False),
4  src = cms.InputTag("offlinePrimaryVertices"),
5  cut = cms.string("!isFake && ndof > 4 && abs(z) <= 24 && position.rho < 2")
6 )

The Good vertices collection needed by the tracking failure filter ________||.

Definition at line 22 of file metFilters_cff.py.

Referenced by CaloJetTester.analyze(), PFJetTester.analyze(), and JPTJetTester.analyze().

tuple metFilters_cff.metFilters
Initial value:
1 = cms.Sequence(
2  HBHENoiseFilter *
3  CSCTightHaloFilter *
4  hcalLaserEventFilter *
5  EcalDeadCellTriggerPrimitiveFilter *
6  goodVertices * trackingFailureFilter *
7  eeBadScFilter *
8  ecalLaserCorrFilter *
9  trkPOGFilters
10 )

NOTE: to make tagging mode of the tracking POG filters (three of them), please do: manystripclus53X.taggedMode = cms.untracked.bool(True) manystripclus53X.forcedValue = cms.untracked.bool(False) toomanystripclus53X.taggedMode = cms.untracked.bool(True) toomanystripclus53X.forcedValue = cms.untracked.bool(False) logErrorTooManyClusters.taggedMode = cms.untracked.bool(True) logErrorTooManyClusters.forcedValue = cms.untracked.bool(False) Also the stored boolean for the three filters is opposite to what we usually have for other filters, i.e., true means rejected bad events while false means good events.

Definition at line 45 of file metFilters_cff.py.