#include <RecoMuon/MuonIsolationProducers/plugins/MuIsolatorResultProducer.h>
Public Types | |
typedef edm::Handle< edm::View < BT > > | handle_type |
typedef map_type::iterator | iterator |
typedef edm::RefToBase< BT > | key_type |
typedef std::vector< pair_type > | map_type |
typedef std::pair< key_type, value_type > | pair_type |
typedef DepositContainer | value_type |
Public Member Functions | |
const map_type & | get () const |
map_type & | get () |
const handle_type & | handle () const |
void | setHandle (const handle_type &rhs) |
Private Attributes | |
map_type | cMap_ |
handle_type | handle_ |
Definition at line 30 of file MuIsolatorResultProducer.h.
typedef edm::Handle<edm::View<BT> > muisorhelper::CandMap< BT >::handle_type |
Definition at line 33 of file MuIsolatorResultProducer.h.
typedef map_type::iterator muisorhelper::CandMap< BT >::iterator |
Definition at line 37 of file MuIsolatorResultProducer.h.
typedef edm::RefToBase<BT> muisorhelper::CandMap< BT >::key_type |
Definition at line 32 of file MuIsolatorResultProducer.h.
typedef std::vector<pair_type > muisorhelper::CandMap< BT >::map_type |
Definition at line 36 of file MuIsolatorResultProducer.h.
typedef std::pair<key_type, value_type> muisorhelper::CandMap< BT >::pair_type |
Definition at line 35 of file MuIsolatorResultProducer.h.
typedef DepositContainer muisorhelper::CandMap< BT >::value_type |
Definition at line 34 of file MuIsolatorResultProducer.h.
const map_type& muisorhelper::CandMap< BT >::get | ( | void | ) | const [inline] |
Definition at line 40 of file MuIsolatorResultProducer.h.
References muisorhelper::CandMap< BT >::cMap_.
00040 {return cMap_;}
map_type& muisorhelper::CandMap< BT >::get | ( | void | ) | [inline] |
Definition at line 39 of file MuIsolatorResultProducer.h.
References muisorhelper::CandMap< BT >::cMap_.
Referenced by MuIsolatorResultProducer< BT >::initAssociation(), MuIsolatorResultProducer< BT >::initVetos(), MuIsolatorResultProducer< BT >::produce(), and MuIsolatorResultProducer< BT >::writeOutImpl().
00039 { return cMap_;}
const handle_type& muisorhelper::CandMap< BT >::handle | ( | void | ) | const [inline] |
Definition at line 41 of file MuIsolatorResultProducer.h.
References muisorhelper::CandMap< BT >::handle_.
Referenced by MuIsolatorResultProducer< BT >::writeOutImpl().
00041 { return handle_;}
void muisorhelper::CandMap< BT >::setHandle | ( | const handle_type & | rhs | ) | [inline] |
Definition at line 42 of file MuIsolatorResultProducer.h.
References muisorhelper::CandMap< BT >::handle_.
Referenced by MuIsolatorResultProducer< BT >::initAssociation().
00042 { handle_ = rhs;}
map_type muisorhelper::CandMap< BT >::cMap_ [private] |
Definition at line 44 of file MuIsolatorResultProducer.h.
Referenced by muisorhelper::CandMap< BT >::get().
handle_type muisorhelper::CandMap< BT >::handle_ [private] |
Definition at line 45 of file MuIsolatorResultProducer.h.
Referenced by muisorhelper::CandMap< BT >::handle(), and muisorhelper::CandMap< BT >::setHandle().