CMS 3D CMS Logo

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 56 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 60 of file CorrectedMETProducerT.h.

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