CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
StorableMultivariateFunctor.cc
Go to the documentation of this file.
2 
4 
5 namespace npstat {
7  const std::string& description) const
8  {
9  if (description_ != description)
10  {
11  std::string mesage =
12  "In StorableMultivariateFunctor::validateDescription: "
13  "argument description string \"";
14  mesage += description;
15  mesage += "\" is different from the object description string \"";
16  mesage += description_;
17  mesage += "\"";
18  throw npstat::NpstatRuntimeError(mesage.c_str());
19  }
20  }
21 
23  const gs::ClassId& id, std::istream& in)
24  {
26  }
27 }
The geners I/O reader factory for classes derived from StorableMultivariateFunctor.
void validateDescription(const std::string &description) const
static PFTauRenderPlugin instance
static StorableMultivariateFunctor * read(const gs::ClassId &id, std::istream &in)
Exceptions for the npstat namespace.
tuple description
Definition: idDealer.py:66