#include <EmbeddedRootSource.h>
|
bool | bypassVersionCheck () const |
|
| EmbeddedRootSource (ParameterSet const &pset, VectorInputSourceDescription const &desc) |
|
unsigned int | nStreams () const |
|
ProcessHistoryRegistry & | processHistoryRegistryForUpdate () |
|
ProductRegistry & | productRegistryUpdate () |
|
ProductSelectorRules const & | productSelectorRules () const |
|
RunHelperBase * | runHelper () |
|
bool | skipBadFiles () const |
|
int | treeMaxVirtualSize () const |
|
| ~EmbeddedRootSource () override |
|
void | doBeginJob () |
| Called at beginning of job. More...
|
|
void | doEndJob () |
| Called at end of job. More...
|
|
void | dropUnwantedBranches (std::vector< std::string > const &wantedBranches) |
|
template<typename T > |
size_t | loopOverEvents (EventPrincipal &cache, size_t &fileNameHash, size_t number, T eventOperator, CLHEP::HepRandomEngine *=nullptr, EventID const *id=nullptr, bool recycleFiles=true) |
|
template<typename T , typename Iterator > |
size_t | loopSpecified (EventPrincipal &cache, size_t &fileNameHash, Iterator const &begin, Iterator const &end, T eventOperator) |
|
ProcessHistoryRegistry const & | processHistoryRegistry () const |
|
ProcessHistoryRegistry & | processHistoryRegistryForUpdate () |
|
std::shared_ptr< ProductRegistry > & | productRegistry () |
|
std::shared_ptr< ProductRegistry const > | productRegistry () const |
|
ProductRegistry & | productRegistryUpdate () |
|
| VectorInputSource (ParameterSet const &pset, VectorInputSourceDescription const &desc) |
|
virtual | ~VectorInputSource () |
|
Definition at line 34 of file EmbeddedRootSource.h.
◆ EmbeddedRootSource()
◆ ~EmbeddedRootSource()
edm::EmbeddedRootSource::~EmbeddedRootSource |
( |
| ) |
|
|
override |
◆ beginJob()
void edm::EmbeddedRootSource::beginJob |
( |
void |
| ) |
|
|
overrideprivatevirtual |
◆ bypassVersionCheck()
bool edm::EmbeddedRootSource::bypassVersionCheck |
( |
| ) |
const |
|
inline |
◆ closeFile_()
void edm::EmbeddedRootSource::closeFile_ |
( |
| ) |
|
|
privatevirtual |
◆ dropUnwantedBranches_()
void edm::EmbeddedRootSource::dropUnwantedBranches_ |
( |
std::vector< std::string > const & |
wantedBranches | ) |
|
|
overrideprivatevirtual |
◆ endJob()
void edm::EmbeddedRootSource::endJob |
( |
void |
| ) |
|
|
overrideprivatevirtual |
◆ fillDescriptions()
◆ nStreams()
unsigned int edm::EmbeddedRootSource::nStreams |
( |
| ) |
const |
|
inline |
◆ processHistoryRegistryForUpdate()
◆ productRegistryUpdate()
◆ productSelectorRules()
◆ readOneEvent()
bool edm::EmbeddedRootSource::readOneEvent |
( |
EventPrincipal & |
cache, |
|
|
size_t & |
fileNameHash, |
|
|
CLHEP::HepRandomEngine * |
engine, |
|
|
EventID const * |
id, |
|
|
bool |
recycleFiles |
|
) |
| |
|
overrideprivatevirtual |
◆ readOneSpecified()
◆ runHelper()
◆ skipBadFiles()
bool edm::EmbeddedRootSource::skipBadFiles |
( |
| ) |
const |
|
inline |
◆ treeMaxVirtualSize()
int edm::EmbeddedRootSource::treeMaxVirtualSize |
( |
| ) |
const |
|
inline |
◆ bypassVersionCheck_
bool edm::EmbeddedRootSource::bypassVersionCheck_ |
|
private |
◆ catalog_
◆ fileSequence_
◆ nStreams_
unsigned int edm::EmbeddedRootSource::nStreams_ |
|
private |
◆ productSelectorRules_
◆ rootServiceChecker_
◆ runHelper_
std::unique_ptr<RunHelperBase> edm::EmbeddedRootSource::runHelper_ |
|
private |
◆ skipBadFiles_
bool edm::EmbeddedRootSource::skipBadFiles_ |
|
private |
◆ treeMaxVirtualSize_
const int edm::EmbeddedRootSource::treeMaxVirtualSize_ |
|
private |