Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:15:01

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from Geometry.HGCalCommonData.hgcalWaferIDTesterHEF_cfi import *
0004 
0005 hgcalWaferIDTesterEE = hgcalWaferIDTesterHEF.clone(
0006     nameSense = "HGCalEESensitive",
0007     fileName = "cellIDEE.txt"
0008 )
0009 
0010 hgcalWaferIDShiftTesterEE = hgcalWaferIDTesterHEF.clone(
0011     nameSense = "HGCalEESensitive",
0012     fileName = "cellShift.txt",
0013     shift = 1
0014 )
0015 
0016 hgcalWaferIDShiftTesterHEF = hgcalWaferIDTesterHEF.clone(
0017     fileName = "cellShift.txt",
0018     shift = 1
0019 )