LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Types.h
Go to the documentation of this file.
1 #ifndef MT_TYPES_H
2 #define MT_TYPES_H 1
3 
4 // -- std headers
5 #include <memory>
6 #include <unordered_set>
7 
8 namespace EVENT {
9  class LCEvent ;
10  class LCRunHeader ;
11 }
12 
13 namespace MT {
14  // forward declarations
15  class LCReader;
17 
18  // MT types
22 
23 } // namespace MT
24 
25 #endif /* ifndef MT_TYPES_H */
std::unordered_set< LCReaderListener * > LCReaderListenerList
Definition: Types.h:21
std::shared_ptr< EVENT::LCRunHeader > LCRunHeaderPtr
Definition: Types.h:20
LCReaderListener class Interface for MT::LCReader::readStream() callbacks.
std::shared_ptr< EVENT::LCEvent > LCEventPtr
Definition: Types.h:16