CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Static Public Member Functions | Static Public Attributes
pflow::noop::ParentCollectionAdaptor< Collection > Class Template Reference

#include <TrackFromParentImporter.h>

Static Public Member Functions

static bool check_importable (const typename Collection::value_type &)
 
static const std::vector
< reco::PFRecTrackRef > & 
get_track_refs (const typename Collection::value_type &)
 
static void set_element_info (reco::PFBlockElement *, const typename edm::Ref< Collection > &)
 

Static Public Attributes

static const std::vector
< reco::PFRecTrackRef
_empty
 

Detailed Description

template<class Collection>
class pflow::noop::ParentCollectionAdaptor< Collection >

Definition at line 14 of file TrackFromParentImporter.h.

Member Function Documentation

template<class Collection >
static bool pflow::noop::ParentCollectionAdaptor< Collection >::check_importable ( const typename Collection::value_type &  )
inlinestatic

Definition at line 16 of file TrackFromParentImporter.h.

16  {
17  return true;
18  }
template<class Collection >
static const std::vector<reco::PFRecTrackRef>& pflow::noop::ParentCollectionAdaptor< Collection >::get_track_refs ( const typename Collection::value_type &  )
inlinestatic

Definition at line 20 of file TrackFromParentImporter.h.

References pflow::noop::ParentCollectionAdaptor< Collection >::_empty.

20  {
21  return _empty;
22  }
static const std::vector< reco::PFRecTrackRef > _empty
template<class Collection >
static void pflow::noop::ParentCollectionAdaptor< Collection >::set_element_info ( reco::PFBlockElement ,
const typename edm::Ref< Collection > &   
)
inlinestatic

Definition at line 23 of file TrackFromParentImporter.h.

24  {
25  }

Member Data Documentation

template<class Collection >
const std::vector<reco::PFRecTrackRef> pflow::noop::ParentCollectionAdaptor< Collection >::_empty
static