CMS 3D CMS Logo

StorableMultivariateFunctor.cc
Go to the documentation of this file.
2 
4 
5 namespace npstat {
7  if (description_ != description) {
8  std::string mesage =
9  "In StorableMultivariateFunctor::validateDescription: "
10  "argument description string \"";
11  mesage += description;
12  mesage += "\" is different from the object description string \"";
13  mesage += description_;
14  mesage += "\"";
15  throw npstat::NpstatRuntimeError(mesage);
16  }
17  }
18 
19  StorableMultivariateFunctor* StorableMultivariateFunctor::read(const gs::ClassId& id, std::istream& in) {
21  }
22 } // namespace npstat
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.