Marlin  01.17.01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs | Functions
StringParameters.h File Reference
#include "lcio.h"
#include "MarlinLCIOSTLTypes.h"
#include <vector>
#include <string>
#include <map>
#include <iostream>
+ Include dependency graph for StringParameters.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  marlin::StringParameters
 Simple parameters class for Marlin. More...
 

Namespaces

 marlin
 Simple event selector processor.
 

Typedefs

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

Functions

int marlin::intVal (const std::string &str)
 
float marlin::floatVal (const std::string &str)
 
std::ostreammarlin::operator<< (std::ostream &s, StringParameters &p)
 

Typedef Documentation

Definition at line 21 of file StringParameters.h.