![]() |
![]() |
#include <HLTInfo.h>
Public Member Functions | |
void | buildClassCache (const edm::ProductRegistry ®) |
void | declareStreamers (const edm::ProductRegistry ®) |
edm::EventBuffer & | getCommandQueue () const |
edm::EventBuffer & | getEventQueue () const |
boost::mutex & | getExtraLock () const |
edm::EventBuffer & | getFragmentQueue () const |
HLTInfo () | |
HLTInfo (const edm::ProductRegistry &) | |
HLTInfo (const edm::ParameterSet &) | |
void | mergeRegistry (edm::ProductRegistry ®) |
const edm::ProductRegistry & | products () const |
virtual | ~HLTInfo () |
Private Member Functions | |
HLTInfo (const HLTInfo &) | |
const HLTInfo & | operator= (const HLTInfo &) |
Private Attributes | |
edm::EventBuffer * | cmd_q_ |
edm::EventBuffer * | evtbuf_q_ |
edm::EventBuffer * | frag_q_ |
edm::ProductRegistry | prods_ |
Static Private Attributes | |
static boost::mutex | lock_ |
HLTInfo::HLTInfo | ( | ) |
Definition at line 18 of file HLTInfo.cc.
|
explicit |
Definition at line 32 of file HLTInfo.cc.
References prods_, and edm::ProductRegistry::setFrozen().
|
explicit |
Definition at line 25 of file HLTInfo.cc.
|
virtual |
Definition at line 41 of file HLTInfo.cc.
|
private |
Definition at line 45 of file HLTInfo.cc.
void HLTInfo::buildClassCache | ( | const edm::ProductRegistry & | reg | ) |
Definition at line 73 of file HLTInfo.cc.
References edm::doBuildRealData(), pi, edm::ProductRegistry::productList(), and edm::wrappedClassName().
void HLTInfo::declareStreamers | ( | const edm::ProductRegistry & | reg | ) |
Definition at line 59 of file HLTInfo.cc.
References edm::loadCap(), pi, edm::ProductRegistry::productList(), and edm::wrappedClassName().
|
inline |
|
inline |
|
inline |
|
inline |
void HLTInfo::mergeRegistry | ( | edm::ProductRegistry & | reg | ) |
Definition at line 48 of file HLTInfo.cc.
References edm::ProductRegistry::copyProduct(), pi, prods_, and edm::ProductRegistry::productList().
Definition at line 46 of file HLTInfo.cc.
|
inline |
|
private |
Definition at line 128 of file HLTInfo.h.
Referenced by getCommandQueue().
|
private |
Definition at line 129 of file HLTInfo.h.
Referenced by getEventQueue().
|
private |
Definition at line 130 of file HLTInfo.h.
Referenced by getFragmentQueue().
|
staticprivate |
Definition at line 132 of file HLTInfo.h.
Referenced by getExtraLock().
|
private |
Definition at line 127 of file HLTInfo.h.
Referenced by HLTInfo(), mergeRegistry(), and products().