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::RawJetExtractorT< T > Class Template Reference

#include <SmearedJetProducerT.h>

Public Member Functions

reco::Candidate::LorentzVector operator() (const T &jet) const
 
 RawJetExtractorT ()
 

Detailed Description

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

Definition at line 119 of file SmearedJetProducerT.h.

Constructor & Destructor Documentation

Definition at line 124 of file SmearedJetProducerT.h.

124 {}

Member Function Documentation

template<typename T>
reco::Candidate::LorentzVector SmearedJetProducer_namespace::RawJetExtractorT< T >::operator() ( const T jet) const
inline

Definition at line 125 of file SmearedJetProducerT.h.

126  {
127  return jet.p4();
128  }