Skip to content

Commit

Permalink
updates for variable multiclustering radius, KD tree multiclustering …
Browse files Browse the repository at this point in the history
…algo
  • Loading branch information
edjtscott committed Mar 7, 2017
2 parents 4fb0c30 + 6bd1288 commit ebb1c28
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions templates/partGun_RECO_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

# Customisation from command line
process.hgcalLayerClusters.minClusters = cms.uint32(0)
process.hgcalLayerClusters.realSpaceCone = cms.bool(True)
process.hgcalLayerClusters.multiclusterRadius = cms.double(2.) #in cm if realSpaceCone is true
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.deltac = cms.vdouble(2.,3.,5.) #specify delta c for each subdetector separately
#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 ebb1c28

Please sign in to comment.