CMS 3D CMS Logo

HGCalBackendLayer1Processor.h
Go to the documentation of this file.
1 #ifndef __L1Trigger_L1THGCal_HGCalBackendLayer1Processor_h__
2 #define __L1Trigger_L1THGCal_HGCalBackendLayer1Processor_h__
3 
5 
8 
11 
13 public:
15 
17  l1t::HGCalClusterBxCollection& collCluster2D) override;
18 
19 private:
20  std::unique_ptr<HGCalClusteringDummyImpl> clusteringDummy_;
21  std::unique_ptr<HGCalStage1TruncationImpl> truncation_;
22 };
23 
24 #endif
HGCalBackendLayer1Processor(const edm::ParameterSet &conf)
void run(const edm::Handle< l1t::HGCalTriggerCellBxCollection > &collHandle, l1t::HGCalClusterBxCollection &collCluster2D) override
std::unique_ptr< HGCalClusteringDummyImpl > clusteringDummy_
std::unique_ptr< HGCalStage1TruncationImpl > truncation_