CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
CorrectedMETProducer_namespace::CorrectedMETFactoryT< T > Class Template Reference

#include <CorrectedMETProducerT.h>

Public Member Functions

T operator() (const T &, const CorrMETData &) const
 

Detailed Description

template<typename T>
class CorrectedMETProducer_namespace::CorrectedMETFactoryT< T >

Definition at line 53 of file CorrectedMETProducerT.h.

Member Function Documentation

template<typename T>
T CorrectedMETProducer_namespace::CorrectedMETFactoryT< T >::operator() ( const T ,
const CorrMETData  
) const
inline

Definition at line 57 of file CorrectedMETProducerT.h.

58  {
59  assert(0); // "place-holder" for template instantiations for concrete T types only, **not** to be called
60  }