#include <PoolOutputModule.h>
Public Member Functions | |
std::regex | convert (std::string const &iGlobBranchExpression) const |
bool | match (std::string const &iBranchName) const |
SpecialSplitLevelForBranch (std::string const &iBranchName, int iSplitLevel) | |
Public Attributes | |
std::regex | branch_ |
int | splitLevel_ |
Definition at line 110 of file PoolOutputModule.h.
|
inline |
Definition at line 111 of file PoolOutputModule.h.
References fileCollector::convert(), edm::match(), and AlCaHLTBitMon_QueryRunRegistry::string.
std::regex edm::PoolOutputModule::SpecialSplitLevelForBranch::convert | ( | std::string const & | iGlobBranchExpression | ) | const |
Definition at line 171 of file PoolOutputModule.cc.
References AlCaHLTBitMon_QueryRunRegistry::string, and tmp.
|
inline |
Definition at line 167 of file PoolOutputModule.cc.
std::regex edm::PoolOutputModule::SpecialSplitLevelForBranch::branch_ |
Definition at line 118 of file PoolOutputModule.h.
Referenced by tree.Tree::var(), and tree.Tree::vector().
int edm::PoolOutputModule::SpecialSplitLevelForBranch::splitLevel_ |
Definition at line 119 of file PoolOutputModule.h.