CMS 3D CMS Logo

ConvBremTrackImporter.cc
Go to the documentation of this file.
3 
4 namespace {
5  class ConvBremAdaptor {
6  public:
7  static bool check_importable(const reco::GsfPFRecTrackCollection::value_type& t) { return true; }
8  static const std::vector<reco::PFRecTrackRef>& get_track_refs(const reco::GsfPFRecTrackCollection::value_type& t) {
9  return t.convBremPFRecTrackRef();
10  }
11  static void set_element_info(reco::PFBlockElement* elem, const edm::Ref<reco::GsfPFRecTrackCollection>& parref) {
13  }
14  };
15 } // namespace
16 
18 
pflow::importers::TrackFromParentImporter
Definition: TrackFromParentImporter.h:25
TrackFromParentImporter.h
ConvBremTrackImporter
pflow::importers::TrackFromParentImporter< reco::GsfPFRecTrackCollection, ConvBremAdaptor > ConvBremTrackImporter
Definition: ConvBremTrackImporter.cc:17
edm::Ref
Definition: AssociativeIterator.h:58
OrderedSet.t
t
Definition: OrderedSet.py:90
DEFINE_EDM_PLUGIN
#define DEFINE_EDM_PLUGIN(factory, type, name)
Definition: PluginFactory.h:124
edmplugin::PluginFactory
Definition: PluginFactory.h:34
reco::PFBlockElement::T_FROM_GAMMACONV
Definition: PFBlockElement.h:47
reco::JetExtendedAssociation::value_type
Container::value_type value_type
Definition: JetExtendedAssociation.h:30
reco::PFBlockElement
Abstract base class for a PFBlock element (track, cluster...)
Definition: PFBlockElement.h:26
PFBlockElementGsfTrack.h
reco::PFBlockElement::setTrackType
virtual void setTrackType(TrackType trType, bool value)
\set the trackType
Definition: PFBlockElement.h:75