1 import FWCore.ParameterSet.Config
as cms
7 stcSize=supertc_conc_proc.stcSize
9 producer = process.hgcalConcentratorProducer.clone(
10 InputTriggerCells = cms.InputTag(
'{}:HGCalVFEProcessorSums'.
format(inputs)),
11 InputTriggerSums = cms.InputTag(
'{}:HGCalVFEProcessorSums'.
format(inputs))
13 producer.ProcessorParameters = supertc_conc_proc.clone(
20 threshold_silicon=threshold_conc_proc.triggercell_threshold_silicon,
21 threshold_scintillator=threshold_conc_proc.triggercell_threshold_scintillator
23 producer = process.hgcalConcentratorProducer.clone(
24 InputTriggerCells = cms.InputTag(
'{}:HGCalVFEProcessorSums'.
format(inputs)),
25 InputTriggerSums = cms.InputTag(
'{}:HGCalVFEProcessorSums'.
format(inputs))
27 producer.ProcessorParameters = threshold_conc_proc.clone(
28 triggercell_threshold_silicon = threshold_silicon,
29 triggercell_threshold_scintillator = threshold_scintillator
35 triggercells=best_conc_proc.NData
37 producer = process.hgcalConcentratorProducer.clone(
38 InputTriggerCells = cms.InputTag(
'{}:HGCalVFEProcessorSums'.
format(inputs)),
39 InputTriggerSums = cms.InputTag(
'{}:HGCalVFEProcessorSums'.
format(inputs))
41 producer.ProcessorParameters = best_conc_proc.clone(
def create_bestchoice(process, inputs, triggercells=best_conc_proc.NData)
def create_threshold(process, inputs, threshold_silicon=threshold_conc_proc.triggercell_threshold_silicon, threshold_scintillator=threshold_conc_proc.triggercell_threshold_scintillator#in mipT)
def create_supertriggercell(process, inputs, stcSize=supertc_conc_proc.stcSize)