L1Trigger
L1THGCal
interface
veryfrontend
HGCalVFESummationImpl.h
Go to the documentation of this file.
1
#ifndef __L1Trigger_L1THGCal_HGCalVFESummationImpl_h__
2
#define __L1Trigger_L1THGCal_HGCalVFESummationImpl_h__
3
4
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
5
#include "
DataFormats/DetId/interface/DetId.h
"
6
#include "
L1Trigger/L1THGCal/interface/HGCalTriggerTools.h
"
7
8
#include <vector>
9
#include <utility>
10
#include <unordered_map>
11
12
class
HGCalVFESummationImpl
{
13
public
:
14
HGCalVFESummationImpl
(
const
edm::ParameterSet
& conf);
15
16
void
eventSetup
(
const
edm::EventSetup
& es) {
triggerTools_
.
eventSetup
(es); }
17
void
triggerCellSums
(
const
std::vector
<std::pair<DetId, uint32_t> >&, std::unordered_map<uint32_t, uint32_t>&);
18
19
private
:
20
double
lsb_silicon_fC_
;
21
double
lsb_scintillator_MIP_
;
22
std::vector<double>
thresholds_silicon_
;
23
double
threshold_scintillator_
;
24
25
HGCalTriggerTools
triggerTools_
;
26
};
27
28
#endif
HGCalTriggerTools.h
HGCalTriggerTools::eventSetup
void eventSetup(const edm::EventSetup &)
Definition:
HGCalTriggerTools.cc:35
HGCalVFESummationImpl::lsb_silicon_fC_
double lsb_silicon_fC_
Definition:
HGCalVFESummationImpl.h:20
HGCalVFESummationImpl::thresholds_silicon_
std::vector< double > thresholds_silicon_
Definition:
HGCalVFESummationImpl.h:22
HGCalVFESummationImpl::HGCalVFESummationImpl
HGCalVFESummationImpl(const edm::ParameterSet &conf)
Definition:
HGCalVFESummationImpl.cc:3
HGCalVFESummationImpl::lsb_scintillator_MIP_
double lsb_scintillator_MIP_
Definition:
HGCalVFESummationImpl.h:21
HGCalVFESummationImpl::triggerCellSums
void triggerCellSums(const std::vector< std::pair< DetId, uint32_t > > &, std::unordered_map< uint32_t, uint32_t > &)
Definition:
HGCalVFESummationImpl.cc:22
edm::ParameterSet
Definition:
ParameterSet.h:47
HGCalVFESummationImpl::eventSetup
void eventSetup(const edm::EventSetup &es)
Definition:
HGCalVFESummationImpl.h:16
trackerHitRTTI::vector
Definition:
trackerHitRTTI.h:21
edm::EventSetup
Definition:
EventSetup.h:58
HGCalVFESummationImpl
Definition:
HGCalVFESummationImpl.h:12
DetId.h
HGCalVFESummationImpl::triggerTools_
HGCalTriggerTools triggerTools_
Definition:
HGCalVFESummationImpl.h:25
HGCalTriggerTools
Definition:
HGCalTriggerTools.h:32
HGCalVFESummationImpl::threshold_scintillator_
double threshold_scintillator_
Definition:
HGCalVFESummationImpl.h:23
ParameterSet.h
Generated for CMSSW Reference Manual by
1.8.16