#include <RunFactory.h>
Public Member Functions | |
std::shared_ptr< fwlite::Run > | makeRun (std::shared_ptr< BranchMapReader > branchMap) const |
RunFactory () | |
virtual | ~RunFactory () |
Private Member Functions | |
const RunFactory & | operator= (const RunFactory &) |
RunFactory (const RunFactory &) | |
Private Attributes | |
std::shared_ptr< fwlite::Run > | run_ |
Definition at line 28 of file RunFactory.h.
RunFactory::RunFactory | ( | ) |
Definition at line 23 of file RunFactory.cc.
|
virtual |
Definition at line 24 of file RunFactory.cc.
|
private |
std::shared_ptr< fwlite::Run > RunFactory::makeRun | ( | std::shared_ptr< BranchMapReader > | branchMap | ) | const |
|
private |
|
mutableprivate |
Definition at line 40 of file RunFactory.h.
Referenced by makeRun().