CMS 3D CMS Logo

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

#include <PFJetMETcorrInputProducerT.h>

Public Member Functions

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

Detailed Description

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

Definition at line 53 of file PFJetMETcorrInputProducerT.h.

Member Function Documentation

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

Definition at line 58 of file PFJetMETcorrInputProducerT.h.

59  {
60  return jet.p4();
61  }