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

Constructor & Destructor Documentation

Definition at line 108 of file SmearedJetProducerT.h.

108 {}

Definition at line 109 of file SmearedJetProducerT.h.

109 {}

Member Function Documentation

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

Definition at line 111 of file SmearedJetProducerT.h.

References edm::hlt::Exception.

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