CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
reco::modulesNew::CandMatcher< S, C1, C2, D > Class Template Reference

#include <NewCandMatcher.h>

Inheritance diagram for reco::modulesNew::CandMatcher< S, C1, C2, D >:
reco::modulesNew::Matcher< C1, C2, S, D > edm::EDProducer edm::ProducerBase edm::ProductRegistryHelper

Public Member Functions

 CandMatcher (const edm::ParameterSet &cfg)
 
 ~CandMatcher ()
 
- Public Member Functions inherited from reco::modulesNew::Matcher< C1, C2, S, D >
 Matcher (const edm::ParameterSet &cfg)
 
 ~Matcher ()
 
- Public Member Functions inherited from edm::EDProducer
 EDProducer ()
 
virtual ~EDProducer ()
 
- Public Member Functions inherited from edm::ProducerBase
 ProducerBase ()
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
boost::function< void(const
BranchDescription &)> 
registrationCallback () const
 used by the fwk to register list of products More...
 
virtual ~ProducerBase ()
 

Additional Inherited Members

- Public Types inherited from edm::EDProducer
typedef EDProducer ModuleType
 
typedef WorkerT< EDProducerWorkerType
 
- Public Types inherited from edm::ProducerBase
typedef
ProductRegistryHelper::TypeLabelList 
TypeLabelList
 
- Static Public Member Functions inherited from edm::EDProducer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::EDProducer
CurrentProcessingContext const * currentContext () const
 
- Protected Member Functions inherited from edm::ProducerBase
template<class TProducer , class TMethod >
void callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod)
 

Detailed Description

template<typename S, typename C1, typename C2, typename D = DeltaR<reco::Candidate>>
class reco::modulesNew::CandMatcher< S, C1, C2, D >

Definition at line 14 of file NewCandMatcher.h.

Constructor & Destructor Documentation

template<typename S , typename C1 , typename C2 , typename D = DeltaR<reco::Candidate>>
reco::modulesNew::CandMatcher< S, C1, C2, D >::CandMatcher ( const edm::ParameterSet cfg)
inline

Definition at line 16 of file NewCandMatcher.h.

16 : Matcher<C1, C2, S, D>( cfg ) { }
template<typename S , typename C1 , typename C2 , typename D = DeltaR<reco::Candidate>>
reco::modulesNew::CandMatcher< S, C1, C2, D >::~CandMatcher ( )
inline

Definition at line 17 of file NewCandMatcher.h.

17 { }