#include "L1Trigger/L1THGCal/interface/HGCalProcessorBaseT.h"
#include "DataFormats/HGCDigi/interface/HGCDigiCollections.h"
#include "DataFormats/L1THGCal/interface/HGCalTriggerCell.h"
#include "DataFormats/L1THGCal/interface/HGCalTriggerSums.h"
#include "DataFormats/L1THGCal/interface/HGCalConcentratorData.h"
#include "DataFormats/L1THGCal/interface/HGCalCluster.h"
#include "DataFormats/L1THGCal/interface/HGCalMulticluster.h"
#include "DataFormats/L1THGCal/interface/HGCalTowerMap.h"
#include "DataFormats/L1THGCal/interface/HGCalTower.h"
#include <utility>
#include <tuple>
#include "FWCore/PluginManager/interface/PluginFactory.h"
Go to the source code of this file.
typedef edmplugin::PluginFactory<HGCalBackendLayer1ProcessorBase*(const edm::ParameterSet&)> HGCalBackendLayer1Factory |
Definition at line 42 of file HGCalProcessorBase.h.
typedef HGCalProcessorBaseT<edm::Handle<l1t::HGCalTriggerCellBxCollection>, l1t::HGCalClusterBxCollection> HGCalBackendLayer1ProcessorBase |
Definition at line 25 of file HGCalProcessorBase.h.
typedef edmplugin::PluginFactory<HGCalBackendLayer2ProcessorBase*(const edm::ParameterSet&)> HGCalBackendLayer2Factory |
Definition at line 44 of file HGCalProcessorBase.h.
typedef HGCalProcessorBaseT<edm::Handle<l1t::HGCalClusterBxCollection>, std::pair<l1t::HGCalMulticlusterBxCollection, l1t::HGCalClusterBxCollection> > HGCalBackendLayer2ProcessorBase |
Definition at line 31 of file HGCalProcessorBase.h.
typedef edmplugin::PluginFactory<HGCalBackendStage1ProcessorBase*(const edm::ParameterSet&)> HGCalBackendStage1Factory |
Definition at line 43 of file HGCalProcessorBase.h.
typedef HGCalProcessorBaseT<std::pair<uint32_t, std::vector<edm::Ptr<l1t::HGCalTriggerCell> > >, std::vector<edm::Ptr<l1t::HGCalTriggerCell> > > HGCalBackendStage1ProcessorBase |
Definition at line 28 of file HGCalProcessorBase.h.
typedef edmplugin::PluginFactory<HGCalConcentratorProcessorBase*(const edm::ParameterSet&)> HGCalConcentratorFactory |
Definition at line 41 of file HGCalProcessorBase.h.
Definition at line 23 of file HGCalProcessorBase.h.
typedef edmplugin::PluginFactory<HGCalTowerProcessorBase*(const edm::ParameterSet&)> HGCalTowerFactory |
Definition at line 46 of file HGCalProcessorBase.h.
typedef edmplugin::PluginFactory<HGCalTowerMapProcessorBase*(const edm::ParameterSet&)> HGCalTowerMapFactory |
Definition at line 45 of file HGCalProcessorBase.h.
typedef HGCalProcessorBaseT<edm::Handle<l1t::HGCalTriggerSumsBxCollection>, l1t::HGCalTowerMapBxCollection> HGCalTowerMapProcessorBase |
Definition at line 33 of file HGCalProcessorBase.h.
typedef HGCalProcessorBaseT< std::pair<edm::Handle<l1t::HGCalTowerMapBxCollection>, edm::Handle<l1t::HGCalClusterBxCollection> >, l1t::HGCalTowerBxCollection> HGCalTowerProcessorBase |
Definition at line 37 of file HGCalProcessorBase.h.
typedef HGCalProcessorBaseT<HGCalDigiCollection, l1t::HGCalTriggerCellBxCollection> HGCalVFEProcessorBase |
Definition at line 18 of file HGCalProcessorBase.h.
typedef edmplugin::PluginFactory<HGCalVFEProcessorBase*(const edm::ParameterSet&)> HGCalVFEProcessorBaseFactory |
Definition at line 40 of file HGCalProcessorBase.h.