CMS 3D CMS Logo

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

#include <SmearedJetProducerT.h>

Public Member Functions

 JetResolutionExtractorT (const edm::ParameterSet &)
 
double operator() (const T &) const
 
 ~JetResolutionExtractorT ()
 

Detailed Description

template<typename T>
class SmearedJetProducer_namespace::JetResolutionExtractorT< T >

Definition at line 102 of file SmearedJetProducerT.h.

Constructor & Destructor Documentation

Definition at line 106 of file SmearedJetProducerT.h.

106 {}

Definition at line 107 of file SmearedJetProducerT.h.

107 {}

Member Function Documentation

template<typename T >
double SmearedJetProducer_namespace::JetResolutionExtractorT< T >::operator() ( const T ) const
inline

Definition at line 109 of file SmearedJetProducerT.h.

References edm::hlt::Exception.

110  {
111  throw cms::Exception("SmearedJetProducer::produce")
112  << " Jets of type other than PF not supported yet !!\n";
113  }