10 #include "TDictAttributeMap.h" 32 availableOnlyAtEndTransition_(
false){
66 std::set<std::string>
const& aliases) :
117 char const underscore(
'_');
118 char const period(
'.');
122 <<
"' contains an underscore ('_'), which is illegal in the name of a product.\n";
132 <<
"' contains an underscore ('_'), which is illegal in a product instance name.\n";
135 if(
processName_.find(underscore) != std::string::npos) {
137 <<
"' contains an underscore ('_'), which is illegal in a process name.\n";
146 brName += underscore;
148 brName += underscore;
150 brName += underscore;
199 if (wp && wp->HasKey(
"persistent") && !strcmp(wp->GetPropertyAsString(
"persistent"),
"false")) {
208 char const underscore(
'_');
209 if(
moduleLabel_.find(underscore) != std::string::npos) {
211 <<
"' contains an underscore ('_'), which is illegal in a module label.\n";
215 if (wp && wp->HasKey(
"splitLevel")) {
216 setSplitLevel(strtol(wp->GetPropertyAsString(
"splitLevel"),
nullptr, 0));
218 throw cms::Exception(
"IllegalSplitLevel") <<
"' An illegal ROOT split level of " <<
223 if (wp && wp->HasKey(
"basketSize")) {
224 setBasketSize(strtol(wp->GetPropertyAsString(
"basketSize"),
nullptr, 0));
226 throw cms::Exception(
"IllegalBasketSize") <<
"' An illegal ROOT basket size of " <<
241 os <<
"Branch Type = " <<
branchType() << std::endl;
242 os <<
"Process Name = " <<
processName() << std::endl;
243 os <<
"ModuleLabel = " <<
moduleLabel() << std::endl;
244 os <<
"Branch ID = " <<
branchID() <<
'\n';
252 e <<
"Problem using an incomplete BranchDescription\n" 254 <<
"\nPlease report this error to the FWCore developers";
331 std::ostringstream differences;
333 differences <<
"Branch name '" << b.
branchName() <<
"' does not match '" << a.
branchName() <<
"'.\n";
342 differences <<
" in file '" << fileName <<
"', but a(n) '" << a.
branchType() <<
"' branch in previous files.\n";
345 differences <<
"Branch '" << b.
branchName() <<
"' has a branch ID of '" << b.
branchID() <<
"'\n";
346 differences <<
" in file '" << fileName <<
"', but '" << a.
branchID() <<
"' in previous files.\n";
350 differences <<
" in file '" << fileName <<
"', but '" << a.
fullClassName() <<
"' in previous files.\n";
353 differences <<
"Branch '" << a.
branchName() <<
"' was dropped in the first input file but is present in '" << fileName <<
"'.\n";
355 return differences.str();
bool operator<(DetSet< T > const &x, DetSet< T > const &y)
std::string const & branchName() const
BranchType const & branchType() const
static int const invalidSplitLevel
static int const invalidBasketSize
void setOnDemand(bool isOnDemand)
std::string const & processName() const
void write(std::ostream &os) const
void setWrappedType(TypeWithDict const &type)
static TypeWithDict byName(std::string const &name)
void setTransient(bool isTransient)
bool operator==(debugging_allocator< X > const &, debugging_allocator< Y > const &) noexcept
TClass * getClass() const
BranchID aliasForBranchID_
void throwIfInvalid_() const
std::string const & className() const
std::string friendlyName(std::string const &iFullName)
std::string const & moduleLabel() const
std::string const & productInstanceName() const
bool combinable(BranchDescription const &a, BranchDescription const &b)
std::string fullClassName_
void initFromDictionary()
void setWrappedName(std::string const &name)
void setSplitLevel(int level)
std::string productInstanceName_
std::string const & friendlyClassName() const
BranchID const & branchID() const
TypeWithDict const & unwrappedType() const
void setDropped(bool isDropped)
void updateFriendlyClassName()
std::string const & moduleName() const
void throwExceptionWithText(char const *txt)
std::string const & fullClassName() const
bool availableOnlyAtEndTransition_
ParameterSetID const & parameterSetID() const
std::string wrappedClassName(std::string const &iFullName)
void addContext(std::string const &context)
std::set< std::string > const & branchAliases() const
std::set< std::string > branchAliases_
std::string friendlyClassName_
ParameterSetID parameterSetID_
bool availableOnlyAtEndTransition() const
void setUnwrappedType(TypeWithDict const &type)
void setBasketSize(int size)
void setProduced(bool isProduced)
std::string const & wrappedName() const
TypeWithDict const & wrappedType() const
void setID(std::string const &branchName)
std::string match(BranchDescription const &a, BranchDescription const &b, std::string const &fileName)
void merge(BranchDescription const &other)