CMS 3D CMS Logo

HGCalVFESummationImpl.h
Go to the documentation of this file.
1 #ifndef __L1Trigger_L1THGCal_HGCalVFESummationImpl_h__
2 #define __L1Trigger_L1THGCal_HGCalVFESummationImpl_h__
3 
7 
10 
11 #include <array>
12 #include <vector>
13 
15 public:
17 
20  const std::vector<std::pair<DetId, uint32_t> >&,
21  std::unordered_map<uint32_t, uint32_t>& payload);
22 
23 private:
24  std::vector<double> thickness_corrections_;
27  std::vector<double> thresholds_silicon_;
30 };
31 
32 #endif
void eventSetup(const edm::EventSetup &)
HGCalVFESummationImpl(const edm::ParameterSet &conf)
HGCalTriggerTools triggerTools_
void eventSetup(const edm::EventSetup &es)
std::vector< double > thresholds_silicon_
std::vector< double > thickness_corrections_
void triggerCellSums(const HGCalTriggerGeometryBase &, const std::vector< std::pair< DetId, uint32_t > > &, std::unordered_map< uint32_t, uint32_t > &payload)