LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LCRelationIOImpl.h
Go to the documentation of this file.
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 
22 
23  public:
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.
Adding stuff needed for io (friend declarations, etc.)
LCRelationIOImpl(EVENT::LCObject *from, EVENT::LCObject *to, float weight=1.0f)
Implementation of SIOObjectHandler to handle IO of CalorimeterHits.