CMS 3D CMS Logo

List of all members | Public Member Functions
PFRecHitPreshowerNavigator Class Referencefinal
Inheritance diagram for PFRecHitPreshowerNavigator:
PFRecHitCaloNavigator< ESDetId, EcalPreshowerTopology > PFRecHitNavigatorBase

Public Member Functions

void init (const edm::EventSetup &iSetup) override
 
 PFRecHitPreshowerNavigator (const edm::ParameterSet &iConfig, edm::ConsumesCollector &cc)
 
- Public Member Functions inherited from PFRecHitCaloNavigator< ESDetId, EcalPreshowerTopology >
void associateNeighbours (reco::PFRecHit &hit, std::unique_ptr< reco::PFRecHitCollection > &hits, edm::RefProd< reco::PFRecHitCollection > &refProd) override
 
 ~PFRecHitCaloNavigator () override
 
- Public Member Functions inherited from PFRecHitNavigatorBase
 PFRecHitNavigatorBase ()=default
 
 PFRecHitNavigatorBase (const edm::ParameterSet &iConfig, edm::ConsumesCollector &cc)
 
virtual ~PFRecHitNavigatorBase ()=default
 

Additional Inherited Members

- Public Types inherited from PFRecHitNavigatorBase
typedef std::unordered_map< unsigned, unsigned > DetIdToHitIdx
 
- Protected Member Functions inherited from PFRecHitNavigatorBase
void associateNeighbour (const DetId &id, reco::PFRecHit &hit, std::unique_ptr< reco::PFRecHitCollection > &hits, edm::RefProd< reco::PFRecHitCollection > &refProd, short eta, short phi, short depth)
 
- Protected Attributes inherited from PFRecHitCaloNavigator< ESDetId, EcalPreshowerTopology >
std::unique_ptr< const EcalPreshowerTopologytopology_
 

Detailed Description

Definition at line 72 of file Navigators.cc.

Constructor & Destructor Documentation

◆ PFRecHitPreshowerNavigator()

PFRecHitPreshowerNavigator::PFRecHitPreshowerNavigator ( const edm::ParameterSet iConfig,
edm::ConsumesCollector cc 
)
inline

Definition at line 74 of file Navigators.cc.

74 {}

Member Function Documentation

◆ init()

void PFRecHitPreshowerNavigator::init ( const edm::EventSetup iSetup)
inlineoverridevirtual

Implements PFRecHitNavigatorBase.

Definition at line 76 of file Navigators.cc.

References PFRecHitCaloNavigator< ESDetId, EcalPreshowerTopology >::topology_.

76 { topology_ = std::make_unique<EcalPreshowerTopology>(); }
std::unique_ptr< const EcalPreshowerTopology > topology_