CMS 3D CMS Logo

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

Variables

 applyLayerCalibration = False
 
tuple be_proc
 
tuple c2d_calib_pset
 
tuple c2d_thresholds_pset
 
float clustering_threshold_scintillator = 1.5
 
float clustering_threshold_silicon = 1.5
 
tuple constrTopological_C2d_params
 
tuple distance_C2d_params
 
tuple dummy_C2d_params
 
tuple hgcalBackEndLayer1Producer
 
tuple hgcalBackEndLayer1ProducerHFNose
 
float seeding_threshold_scintillator = 3.75
 
float seeding_threshold_silicon = 3.75
 
tuple topological_C2d_params
 

Variable Documentation

hgcalBackEndLayer1Producer_cfi.applyLayerCalibration = False

Definition at line 34 of file hgcalBackEndLayer1Producer_cfi.py.

tuple hgcalBackEndLayer1Producer_cfi.be_proc
Initial value:
1 = cms.PSet(ProcessorName = cms.string('HGCalBackendLayer1Processor2DClustering'),
2  C2d_parameters = dummy_C2d_params.clone()
3  )

Definition at line 61 of file hgcalBackEndLayer1Producer_cfi.py.

tuple hgcalBackEndLayer1Producer_cfi.c2d_calib_pset
Initial value:
1 = cms.PSet(calibSF_cluster=cms.double(1.),
2  layerWeights=layercalibparam.TrgLayer_weights,
3  applyLayerCalibration=cms.bool(True))

Definition at line 11 of file hgcalBackEndLayer1Producer_cfi.py.

tuple hgcalBackEndLayer1Producer_cfi.c2d_thresholds_pset
Initial value:
1 = cms.PSet(seeding_threshold_silicon=cms.double(5.),
2  seeding_threshold_scintillator=cms.double(5.),
3  clustering_threshold_silicon=cms.double(2.),
4  clustering_threshold_scintillator=cms.double(2.))

Definition at line 15 of file hgcalBackEndLayer1Producer_cfi.py.

float hgcalBackEndLayer1Producer_cfi.clustering_threshold_scintillator = 1.5

Definition at line 28 of file hgcalBackEndLayer1Producer_cfi.py.

float hgcalBackEndLayer1Producer_cfi.clustering_threshold_silicon = 1.5

Definition at line 27 of file hgcalBackEndLayer1Producer_cfi.py.

tuple hgcalBackEndLayer1Producer_cfi.constrTopological_C2d_params
Initial value:
1 = cms.PSet(c2d_calib_pset,
2  c2d_thresholds_pset,
3  clusterType=cms.string('dRNNC2d'),
4  dR_cluster=cms.double(6.),
5  )

Definition at line 54 of file hgcalBackEndLayer1Producer_cfi.py.

tuple hgcalBackEndLayer1Producer_cfi.distance_C2d_params
Initial value:
1 = cms.PSet(c2d_calib_pset,
2  c2d_thresholds_pset,
3  clusterType=cms.string('dRC2d'),
4  dR_cluster=cms.double(6.),
5  )

Definition at line 43 of file hgcalBackEndLayer1Producer_cfi.py.

tuple hgcalBackEndLayer1Producer_cfi.dummy_C2d_params
Initial value:
1 = cms.PSet(c2d_calib_pset,
2  clusterType=cms.string('dummyC2d')
3  )

Definition at line 38 of file hgcalBackEndLayer1Producer_cfi.py.

tuple hgcalBackEndLayer1Producer_cfi.hgcalBackEndLayer1Producer
Initial value:
1 = cms.EDProducer(
2  "HGCalBackendLayer1Producer",
3  InputTriggerCells = cms.InputTag('hgcalConcentratorProducer:HGCalConcentratorProcessorSelection'),
4  ProcessorParameters = be_proc.clone()
5  )

Definition at line 65 of file hgcalBackEndLayer1Producer_cfi.py.

tuple hgcalBackEndLayer1Producer_cfi.hgcalBackEndLayer1ProducerHFNose
Initial value:
1 = hgcalBackEndLayer1Producer.clone(
2  InputTriggerCells = cms.InputTag('hgcalConcentratorProducerHFNose:HGCalConcentratorProcessorSelection')
3 )

Definition at line 71 of file hgcalBackEndLayer1Producer_cfi.py.

float hgcalBackEndLayer1Producer_cfi.seeding_threshold_scintillator = 3.75

Definition at line 26 of file hgcalBackEndLayer1Producer_cfi.py.

float hgcalBackEndLayer1Producer_cfi.seeding_threshold_silicon = 3.75

Definition at line 25 of file hgcalBackEndLayer1Producer_cfi.py.

tuple hgcalBackEndLayer1Producer_cfi.topological_C2d_params
Initial value:
1 = cms.PSet(c2d_calib_pset,
2  c2d_thresholds_pset,
3  clusterType=cms.string('NNC2d'),
4  )

Definition at line 49 of file hgcalBackEndLayer1Producer_cfi.py.