RecoHGCal
TICL
python
TICLSeedingRegions_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
RecoHGCal.TICL.ticlSeedingRegionProducer_cfi
import
ticlSeedingRegionProducer
as
_ticlSeedingRegionProducer
4
5
# SEEDING REGION
6
7
ticlSeedingGlobal = _ticlSeedingRegionProducer.clone(
8
algoId = 2
9
)
10
11
ticlSeedingTrk = _ticlSeedingRegionProducer.clone(
12
algoId = 1
13
)
14
Generated for CMSSW Reference Manual by
1.8.16