1
2
3
4
5
6
7
8
|
import FWCore.ParameterSet.Config as cms
# This modifier should be used for "common" HCAL 2018 customizations
# Initially, this means the packer and DQM
# subdetector-specific changes for sim, reco, etc. should go in run2_HE_2018 or run2_HF_2018
run2_HCAL_2018 = cms.Modifier()
|