CMS 3D CMS Logo

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

#include <RawJetExtractorT.h>

Public Member Functions

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

Detailed Description

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

Definition at line 9 of file RawJetExtractorT.h.

Constructor & Destructor Documentation

template<typename T >
pat::RawJetExtractorT< T >::RawJetExtractorT ( )
inline

Definition at line 11 of file RawJetExtractorT.h.

11 {}

Member Function Documentation

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

Definition at line 12 of file RawJetExtractorT.h.

12  {
13  return jet.p4();
14  }