LCIO  "2.7.4"
 All Classes Namespaces Functions Variables Typedefs Friends Pages
LCRelationIOImpl.h
1 #ifndef LCWGTRELATIONIOIMPL_H
2 #define LCWGTRELATIONIOIMPL_H 1
3 
4 #include "IMPL/LCRelationImpl.h"
5 
6 namespace SIO{
7  class SIOLCRelationHandler;
8 }
9 
10 
11 namespace IOIMPL {
12 
20 
21  friend class SIO::SIOLCRelationHandler ;
22 
23  public:
24  LCRelationIOImpl() { }
25  LCRelationIOImpl( EVENT::LCObject* from, EVENT::LCObject* to , float weight=1.0f )
26  : LCRelationImpl(from, to, weight) {}
27  // LCRelationIOImpl(const std::string& type) : IMPL::LCRelationImpl(type) { }
28 
29  }; // class
30 } // namespace
31 #endif /* ifndef LCRELATIONIMPL_H */
The generic object that is held in an LCCollection.
Definition: LCObject.h:30
Implementation of the LCRelation.
Definition: LCRelationImpl.h:21
Adding stuff needed for io (friend declarations, etc.)
Definition: LCRelationIOImpl.h:19
Implementation of SIOObjectHandler to handle IO of CalorimeterHits.
Definition: SIOLCRelationHandler.h:15