L1Trigger
L1THGCal
interface
concentrator
HGCalConcentratorTrigSumImpl.h
Go to the documentation of this file.
1
#ifndef __L1Trigger_L1THGCal_HGCalConcentratorTrigSumImpl_h__
2
#define __L1Trigger_L1THGCal_HGCalConcentratorTrigSumImpl_h__
3
4
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
5
#include "
DataFormats/L1THGCal/interface/HGCalTriggerCell.h
"
6
#include "
DataFormats/L1THGCal/interface/HGCalTriggerSums.h
"
7
#include "
L1Trigger/L1THGCal/interface/HGCalTriggerTools.h
"
8
#include <vector>
9
10
class
HGCalConcentratorTrigSumImpl
{
11
public
:
12
HGCalConcentratorTrigSumImpl
(
const
edm::ParameterSet
& conf);
13
14
void
doSum
(uint32_t module_id,
15
const
std::vector<l1t::HGCalTriggerCell>& trigCellVecInput,
16
std::vector<l1t::HGCalTriggerSums>& trigSumsVecOutput)
const
;
17
18
void
eventSetup
(
const
edm::EventSetup
& es) {
triggerTools_
.
eventSetup
(es); }
19
20
private
:
21
HGCalTriggerTools
triggerTools_
;
22
};
23
24
#endif
HGCalConcentratorTrigSumImpl::triggerTools_
HGCalTriggerTools triggerTools_
Definition:
HGCalConcentratorTrigSumImpl.h:21
HGCalTriggerTools.h
HGCalTriggerTools::eventSetup
void eventSetup(const edm::EventSetup &)
Definition:
HGCalTriggerTools.cc:35
HGCalTriggerSums.h
HGCalConcentratorTrigSumImpl
Definition:
HGCalConcentratorTrigSumImpl.h:10
edm::ParameterSet
Definition:
ParameterSet.h:47
HGCalConcentratorTrigSumImpl::doSum
void doSum(uint32_t module_id, const std::vector< l1t::HGCalTriggerCell > &trigCellVecInput, std::vector< l1t::HGCalTriggerSums > &trigSumsVecOutput) const
Definition:
HGCalConcentratorTrigSumImpl.cc:5
edm::EventSetup
Definition:
EventSetup.h:57
HGCalConcentratorTrigSumImpl::eventSetup
void eventSetup(const edm::EventSetup &es)
Definition:
HGCalConcentratorTrigSumImpl.h:18
HGCalTriggerTools
Definition:
HGCalTriggerTools.h:32
HGCalTriggerCell.h
ParameterSet.h
HGCalConcentratorTrigSumImpl::HGCalConcentratorTrigSumImpl
HGCalConcentratorTrigSumImpl(const edm::ParameterSet &conf)
Definition:
HGCalConcentratorTrigSumImpl.cc:3
Generated for CMSSW Reference Manual by
1.8.16