13 : doSim_(ps.getParameter<
bool>(
"doSim")),
14 theSimHitMap(ps.getParameter<
edm::
InputTag>(
"simHitsTag"), consumesCollector()),
15 theCSCGeometry(nullptr),
16 theStripDigiValidation(nullptr),
17 theWireDigiValidation(nullptr),
18 theComparatorDigiValidation(nullptr),
19 theALCTDigiValidation(nullptr),
20 theCLCTDigiValidation(nullptr),
21 theStubEfficiencyValidation(nullptr) {
36 geomToken_ = esConsumes<CSCGeometry, MuonGeometryRecord>();