CMS 3D CMS Logo

PreMixingDTDigiSimLinkWorker.cc
Go to the documentation of this file.
4 
5 // DT does not use DetSetVector, so have to specialize put()
6 template <>
9  pep.getByLabel(pileupTag_, digis);
10  if(digis.isValid()) {
11  for(const auto& elem: *digis) {
12  merged_->put(elem.second, elem.first);
13  }
14  }
15 }
16 
18 
void addPileups(PileUpEventPrincipal const &pep, edm::EventSetup const &iSetup) override
bool isValid() const
Definition: HandleBase.h:74
def elem(elemtype, innerHTML='', html_class='', kwargs)
Definition: HTMLExport.py:18
bool getByLabel(edm::InputTag const &tag, edm::Handle< T > &result) const
#define DEFINE_PREMIXING_WORKER(TYPE)