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

Constructor & Destructor Documentation

Definition at line 107 of file SmearedJetProducerT.h.

107 {}

Definition at line 108 of file SmearedJetProducerT.h.

108 {}

Member Function Documentation

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

Definition at line 110 of file SmearedJetProducerT.h.

References edm::hlt::Exception.

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