CMS 3D CMS Logo

hgcalWaferIDTester_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 hgcalWaferIDTesterEE = hgcalWaferIDTesterHEF.clone(
6  nameSense = "HGCalEESensitive",
7  fileName = "cellIDEE.txt"
8 )
9 
10 hgcalWaferIDShiftTesterEE = hgcalWaferIDTesterHEF.clone(
11  nameSense = "HGCalEESensitive",
12  fileName = "cellShift.txt",
13  shift = 1
14 )
15 
16 hgcalWaferIDShiftTesterHEF = hgcalWaferIDTesterHEF.clone(
17  fileName = "cellShift.txt",
18  shift = 1
19 )