Skip to content

Commit

Permalink
disable quality tests, will be enabled when making RealisticSimCluste…
Browse files Browse the repository at this point in the history
…rs default
  • Loading branch information
felicepantaleo committed Jul 19, 2017
1 parent 1cf7b13 commit b3ef853
Showing 1 changed file with 12 additions and 12 deletions.
Expand Up @@ -22,32 +22,32 @@
src = cms.InputTag("HGCalRecHit:HGCEERecHits"),
geometryInstance = cms.string("HGCalEESensitive"),
qualityTests = cms.VPSet(
cms.PSet(
name = cms.string("PFRecHitQTestHGCalThresholdSNR"),
thresholdSNR = cms.double(5.0),
),
# cms.PSet(
# name = cms.string("PFRecHitQTestHGCalThresholdSNR"),
# thresholdSNR = cms.double(5.0),
# ),
)
),
cms.PSet(
name = cms.string("PFHGCHEFRecHitCreator"),
src = cms.InputTag("HGCalRecHit:HGCHEFRecHits"),
geometryInstance = cms.string("HGCalHESiliconSensitive"),
qualityTests = cms.VPSet(
cms.PSet(
name = cms.string("PFRecHitQTestHGCalThresholdSNR"),
thresholdSNR = cms.double(5.0),
),
# cms.PSet(
# name = cms.string("PFRecHitQTestHGCalThresholdSNR"),
# thresholdSNR = cms.double(5.0),
# ),
)
),
cms.PSet(
name = cms.string("PFHGCHEBRecHitCreator"),
src = cms.InputTag("HGCalRecHit:HGCHEBRecHits"),
geometryInstance = cms.string(""),
qualityTests = cms.VPSet(
cms.PSet(
name = cms.string("PFRecHitQTestHGCalThresholdSNR"),
thresholdSNR = cms.double(5.0),
),
# cms.PSet(
# name = cms.string("PFRecHitQTestHGCalThresholdSNR"),
# thresholdSNR = cms.double(5.0),
# ),
)
)
)
Expand Down

0 comments on commit b3ef853

Please sign in to comment.