35 cout <<
"[DTRecHitProducer] Constructor called" << endl;
37 produces<DTRecHitCollection>();
39 DTDigiToken_ = consumes<DTDigiCollection>(
config.getParameter<
InputTag>(
"dtDigiLabel"));
44 cout <<
"[DTRecHitProducer] Destructor called" << endl;
60 auto recHitCollection = std::make_unique<DTRecHitCollection>();
64 for (dtLayerIt = digis->begin(); dtLayerIt != digis->end(); ++dtLayerIt) {
66 const DTLayerId& layerId = (*dtLayerIt).first;
76 cout <<
"Number of hits in this layer: " <<
recHits.size() << endl;