CMS 3D CMS Logo

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

#include <CaloJetMETcorrInputProducerT.h>

Public Member Functions

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

Detailed Description

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

Definition at line 47 of file CaloJetMETcorrInputProducerT.h.

Member Function Documentation

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

Definition at line 52 of file CaloJetMETcorrInputProducerT.h.

53  {
54  return jet.p4();
55  }