10 #include "TDictAttributeMap.h" 64 std::set<std::string>
const& aliases) :
113 char const underscore(
'_');
114 char const period(
'.');
118 <<
"' contains an underscore ('_'), which is illegal in the name of a product.\n";
121 if(
moduleLabel_.find(underscore) != std::string::npos) {
123 <<
"' contains an underscore ('_'), which is illegal in a module label.\n";
128 <<
"' contains an underscore ('_'), which is illegal in a product instance name.\n";
131 if(
processName_.find(underscore) != std::string::npos) {
133 <<
"' contains an underscore ('_'), which is illegal in a process name.\n";
142 brName += underscore;
144 brName += underscore;
146 brName += underscore;
195 if (wp && wp->HasKey(
"persistent") && !strcmp(wp->GetPropertyAsString(
"persistent"),
"false")) {
200 if (wp && wp->HasKey(
"splitLevel")) {
201 setSplitLevel(strtol(wp->GetPropertyAsString(
"splitLevel"), 0, 0));
203 throw cms::Exception(
"IllegalSplitLevel") <<
"' An illegal ROOT split level of " <<
208 if (wp && wp->HasKey(
"basketSize")) {
209 setBasketSize(strtol(wp->GetPropertyAsString(
"basketSize"), 0, 0));
211 throw cms::Exception(
"IllegalBasketSize") <<
"' An illegal ROOT basket size of " <<
226 os <<
"Branch Type = " <<
branchType() << std::endl;
227 os <<
"Process Name = " <<
processName() << std::endl;
228 os <<
"ModuleLabel = " <<
moduleLabel() << std::endl;
229 os <<
"Branch ID = " <<
branchID() <<
'\n';
237 e <<
"Problem using an incomplete BranchDescription\n" 239 <<
"\nPlease report this error to the FWCore developers";
316 std::ostringstream differences;
318 differences <<
"Branch name '" << b.
branchName() <<
"' does not match '" << a.
branchName() <<
"'.\n";
327 differences <<
" in file '" << fileName <<
"', but a(n) '" << a.
branchType() <<
"' branch in previous files.\n";
330 differences <<
"Branch '" << b.
branchName() <<
"' has a branch ID of '" << b.
branchID() <<
"'\n";
331 differences <<
" in file '" << fileName <<
"', but '" << a.
branchID() <<
"' in previous files.\n";
335 differences <<
" in file '" << fileName <<
"', but '" << a.
fullClassName() <<
"' in previous files.\n";
338 differences <<
"Branch '" << a.
branchName() <<
"' was dropped in the first input file but is present in '" << fileName <<
"'.\n";
340 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)
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()
bool operator==(debugging_allocator< X > const &, debugging_allocator< Y > const &)
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
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_
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)