Marlin
01.17.01
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source
include
marlin
MarlinLCIOSTLTypes.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
10
#ifndef LCIO_STD_TYPES
11
#define LCIO_STD_TYPES 1
12
13
14
#include <
string
>
15
#include <
vector
>
16
17
18
namespace
EVENT
19
{
20
typedef
std::vector< std::string >
StringVec
;
21
typedef
std::vector< float >
FloatVec
;
22
typedef
std::vector< int >
IntVec
;
23
24
};
25
26
#endif
EVENT::StringVec
std::vector< std::string > StringVec
EVENT::FloatVec
std::vector< float > FloatVec
string
vector
EVENT::IntVec
std::vector< int > IntVec
Generated on Sun Sep 26 2021 03:47:04 for Marlin by
1.8.5