#include <map>
#include <boost/thread.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include "GeneratorInterface/LHEInterface/interface/LHEProxy.h"
Go to the source code of this file.
Typedefs | |
typedef std::map < LHEProxy::ProxyID, boost::weak_ptr< LHEProxy > > | ProxyMap |
Functions | |
static ProxyMap * | getProxyMapInstance () |
Variables | |
static boost::mutex | mutex |
typedef std::map< LHEProxy::ProxyID, boost::weak_ptr<LHEProxy> > ProxyMap |
Definition at line 13 of file LHEProxy.cc.
|
static |
Definition at line 15 of file LHEProxy.cc.
References instance.
Referenced by lhef::LHEProxy::create(), lhef::LHEProxy::find(), and lhef::LHEProxy::~LHEProxy().
|
static |
Definition at line 11 of file LHEProxy.cc.
Referenced by lhef::LHEProxy::create(), lhef::LHEProxy::find(), PhysicsTools::Calibration::getNextMVAComputerCacheId(), and lhef::LHEProxy::~LHEProxy().