LCIO
"2.7.4"
Main Page
Related Pages
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Typedefs
Friends
Pages
src
cpp
include
IOIMPL
LCRunHeaderIOImpl.h
1
#ifndef IOIMPL_LCRUNHEADERIOIMPL_H
2
#define IOIMPL_LCRUNHEADERIOIMPL_H 1
3
4
5
#include "IMPL/LCRunHeaderImpl.h"
6
7
8
9
// forward declarations of friend classes :
10
namespace
SIO {
11
class
SIOReader ;
12
}
13
14
15
namespace
IOIMPL {
16
22
class
LCRunHeaderIOImpl
:
public
IMPL::LCRunHeaderImpl
{
23
24
// the reason for having this subclass
25
friend
class
SIO::SIOReader
;
26
27
};
// class
28
29
}
// namespace
30
#endif
/* ifndef IOIMPL_LCEVENTIOIMPL_H */
31
32
IOIMPL::LCRunHeaderIOImpl
Adding stuff needed for io (friend declarations, etc.)
Definition:
LCRunHeaderIOImpl.h:22
IMPL::LCRunHeaderImpl
Implementation of LCRunHeader.
Definition:
LCRunHeaderImpl.h:18
SIO::SIOReader
Concrete implementation of LCWriter using SIO.
Definition:
SIOReader.h:33
Generated on Fri Dec 2 2016 11:44:39 for LCIO by
1.8.6