CMS 3D CMS Logo

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
 
 RawJetExtractorT ()
 

Detailed Description

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

Definition at line 49 of file CaloJetMETcorrInputProducerT.h.

Constructor & Destructor Documentation

Definition at line 53 of file CaloJetMETcorrInputProducerT.h.

53 {}

Member Function Documentation

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

Definition at line 55 of file CaloJetMETcorrInputProducerT.h.

56  {
57  return jet.p4();
58  }