Skip to content

Commit

Permalink
Merge pull request cms-sw#18 from edjtscott/topic_escott_forPR
Browse files Browse the repository at this point in the history
Newly customisable parameters in 2D and 3D clustering
  • Loading branch information
clelange authored Mar 10, 2017
2 parents 4695abe + ebb1c28 commit 77d71de
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions templates/partGun_RECO_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,9 @@

# Customisation from command line
process.hgcalLayerClusters.minClusters = cms.uint32(0)
#process.hgcalLayerClusters.realSpaceCone = cms.bool(True)
#process.hgcalLayerClusters.multiclusterRadius = cms.double(4.)
#those below are all now the default values - just there to illustrate what can be customised
#process.hgcalLayerClusters.dependSensor = cms.bool(True)
#process.hgcalLayerClusters.ecut = cms.double(3.) #multiple of sigma noise if dependSensor is true
#process.hgcalLayerClusters.kappa = cms.double(9.) #multiple of sigma noise if dependSensor is true
#process.hgcalLayerClusters.multiclusterRadii = cms.vdouble(2.,2.,2.) #(EE,FH,BH), in com
#process.hgcalLayerClusters.deltac = cms.vdouble(2.,2.,2.) #(EE,FH,BH), in cm

0 comments on commit 77d71de

Please sign in to comment.