#include <HGCalClusteringDummyImpl.h>
Public Member Functions | |
void | clusterizeDummy (const std::vector< edm::Ptr< l1t::HGCalTriggerCell >> &triggerCellsPtrs, l1t::HGCalClusterBxCollection &clusters) |
void | eventSetup (const edm::EventSetup &es) |
HGCalClusteringDummyImpl (const edm::ParameterSet &conf) | |
Private Member Functions | |
void | calibratePt (l1t::HGCalCluster &cluster) |
Private Attributes | |
bool | applyLayerWeights_ |
double | calibSF_ |
std::vector< double > | layerWeights_ |
HGCalTriggerTools | triggerTools_ |
Definition at line 13 of file HGCalClusteringDummyImpl.h.
HGCalClusteringDummyImpl::HGCalClusteringDummyImpl | ( | const edm::ParameterSet & | conf | ) |
|
private |
Definition at line 33 of file HGCalClusteringDummyImpl.cc.
References applyLayerWeights_, calibSF_, l1t::HGCalClusterT< C >::detId(), Exception, HGCalTriggerTools::isNose(), layerWeights_, HGCalTriggerTools::layerWithOffset(), l1t::HGCalClusterT< C >::mipPt(), reco::LeafCandidate::pt(), l1t::HGCalClusterT< C >::setPt(), and triggerTools_.
Referenced by clusterizeDummy().
void HGCalClusteringDummyImpl::clusterizeDummy | ( | const std::vector< edm::Ptr< l1t::HGCalTriggerCell >> & | triggerCellsPtrs, |
l1t::HGCalClusterBxCollection & | clusters | ||
) |
Definition at line 16 of file HGCalClusteringDummyImpl.cc.
References calibratePt(), bsc_activity_cfg::clusters, mps_fire::i, and trackerHitRTTI::vector.
Referenced by CaloTruthCellsProducer::produce().
|
inline |
Definition at line 17 of file HGCalClusteringDummyImpl.h.
References HGCalTriggerTools::eventSetup(), and triggerTools_.
Referenced by CaloTruthCellsProducer::produce().
|
private |
Definition at line 25 of file HGCalClusteringDummyImpl.h.
Referenced by calibratePt().
|
private |
Definition at line 23 of file HGCalClusteringDummyImpl.h.
Referenced by calibratePt(), and HGCalClusteringDummyImpl().
|
private |
Definition at line 24 of file HGCalClusteringDummyImpl.h.
Referenced by calibratePt().
|
private |
Definition at line 26 of file HGCalClusteringDummyImpl.h.
Referenced by calibratePt(), and eventSetup().