LCIO
"2.7.4"
Main Page
Related Pages
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Typedefs
Friends
Pages
src
cpp
include
lcio.h
1
// -*- C++ -*-
2
#ifndef LCIO_NAMESPACE_H
3
#define LCIO_NAMESPACE_H 1
4
5
6
/*Declaration of the namespace lcio. Also serves as a source for package/namespace
7
* documentation with doxygen.
8
*
9
* @author gaede
10
* @version $Id: lcio.h,v 1.37 2010-06-29 09:57:11 engels Exp $
11
* @see LCEvent
12
*/
13
#include "EVENT/LCIO.h"
14
#include "IOIMPL/LCFactory.h"
15
#include "IMPL/LCIOExceptionHandler.h"
16
17
33
namespace
DATA{}
36
namespace
EVENT{}
37
40
namespace
IO{}
41
45
namespace
IMPL{}
46
50
namespace
UTIL{}
51
52
57
namespace
lcrtrel{}
58
59
62
namespace
lcio{
63
64
using namespace
EVENT ;
65
66
using namespace
IO ;
67
68
using namespace
IMPL ;
69
70
using namespace
UTIL ;
71
72
using namespace
lcrtrel ;
73
74
using
IOIMPL::LCFactory
;
75
76
}
77
81
namespace
IOIMPL{}
82
83
88
namespace
SIO{}
89
90
94
#define HANDLE_LCIO_EXCEPTIONS lcio::LCIOExceptionHandler::createInstance() ;
95
96
97
#endif // LCIO_NAMESPACE_H
IOIMPL::LCFactory
Factory to create LCWriter and Reader object for the known data formats, e.g.
Definition:
LCFactory.h:19
Generated on Fri Dec 2 2016 11:44:39 for LCIO by
1.8.6