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 101 of file SmearedJetProducerT.h.

Constructor & Destructor Documentation

Definition at line 105 of file SmearedJetProducerT.h.

105 {}

Definition at line 106 of file SmearedJetProducerT.h.

106 {}

Member Function Documentation

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

Definition at line 108 of file SmearedJetProducerT.h.

References edm::hlt::Exception.

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