Main Page
Namespaces
Classes
Package Documentation
DetectorDescription
DDCMS
interface
DDVectorRegistry.h
Go to the documentation of this file.
1
#ifndef DETECTOR_DESCRIPTION_DD_VECTOR_REGISTRY_H
2
#define DETECTOR_DESCRIPTION_DD_VECTOR_REGISTRY_H
3
4
#include <string>
5
#include "tbb/concurrent_unordered_map.h"
6
#include "tbb/concurrent_vector.h"
7
8
namespace
cms
{
9
struct
DDVectorRegistry
{
10
tbb::concurrent_unordered_map< std::string, tbb::concurrent_vector<double> >
vectors
;
11
};
12
}
13
14
#endif
cms::DDVectorRegistry::vectors
tbb::concurrent_unordered_map< std::string, tbb::concurrent_vector< double > > vectors
Definition:
DDVectorRegistry.h:10
cms::DDVectorRegistry
Definition:
DDVectorRegistry.h:9
cms
Namespace of DDCMS conversion namespace.
Definition:
ProducerAnalyzer.cc:21
Generated for CMSSW Reference Manual by
1.8.11