34long tmpError = gErrorIgnoreLevel;
35gErrorIgnoreLevel=kError;
38 (
"vector<double>",
"vector<float>",
42 (
"vector<unsigned long>",
"vector<unsigned long long>",
47 (
"vector<unsigned long long>",
"vector<unsigned long>",
49 (
"unsigned long long"));
52 (
"vector<unsigned short>",
"vector<int>",
57 (
"vector<unsigned short>",
"vector<long long>",
62 (
"vector<unsigned short>",
"vector<Long64_t>",
67 (
"vector<unsigned int>",
"vector<ULong64_t>",
71gErrorIgnoreLevel=tmpError;
Registry for Root converters.
Template for streamer converter for vector<T> -> vector, assuming T is convertable to U.
Define converters for some standard vector types, needed to read old data files and for cross-platfor...
Converter for vector<T> to vector.
static void initialize()
Register all CLHEP converters.
static TConverterRegistry * Instance()
Return a pointer to the global registry instance.
void AddStreamerConverter(const std::string &from_type, const std::string &to_type, TMemberStreamer *streamer)