#include <HGCalConcentratorTrigSumImpl.h>
◆ HGCalConcentratorTrigSumImpl()
HGCalConcentratorTrigSumImpl::HGCalConcentratorTrigSumImpl |
( |
const edm::ParameterSet & |
conf | ) |
|
◆ doSum()
Definition at line 5 of file HGCalConcentratorTrigSumImpl.cc.
12 for (
const auto& trigCell : trigCellVecInput) {
15 ptsum += trigCell.pt();
16 mipptsum += trigCell.mipPt();
17 hwptsum += trigCell.hwPt();
19 if (!trigCellVecInput.empty()) {
25 ts.setDetId(module_id);
26 ts.setPosition(module_pos);
27 ts.setMipPt(mipptsum);
29 trigSumsVecOutput.push_back(ts);
References PV3DBase< T, PVType, FrameType >::eta(), HGCalTriggerGeometryBase::getModulePosition(), HGCalTriggerTools::getTriggerGeometry(), p4, PV3DBase< T, PVType, FrameType >::phi(), reco::LeafCandidate::setP4(), and triggerTools_.
◆ eventSetup()
void HGCalConcentratorTrigSumImpl::eventSetup |
( |
const edm::EventSetup & |
es | ) |
|
|
inline |
◆ triggerTools_