CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Typedefs
DDAlgoPar.h File Reference
#include <map>
#include <vector>
#include <string>

Go to the source code of this file.

Typedefs

typedef std::map< std::string,
std::vector< double > > 
parE_type
 
typedef std::map< std::string,
std::vector< std::string > > 
parS_type
 

Typedef Documentation

typedef std::map<std::string, std::vector<double> > parE_type

type for passing double-valued parameters to DDAlgo

Definition at line 12 of file DDAlgoPar.h.

typedef std::map<std::string, std::vector<std::string> > parS_type

type for passing std::string-valued parameters to DDAlgo

Definition at line 9 of file DDAlgoPar.h.