LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LCCollectionIOVec.h
Go to the documentation of this file.
1 #ifndef LCCOLLECTIONIOVEC_H
2 #define LCCOLLECTIONIOVEC_H 1
3 
4 #include "IMPL/LCCollectionVec.h"
5 
6 namespace SIO{
7  class SIOCollectionHandler;
8 }
9 
10 namespace IOIMPL {
11 
18 
20 
21  // protected:
22  public:
23  LCCollectionIOVec() { /* no default c'tor */ }
24 
25 
26  public:
28 
29  }; // class
30 } // namespace
31 #endif /* ifndef LCCOLLECTIONVEC_H */
Handler for LCCollection/LCCollectionIOVec objects for SIO.
const std::string & type() const
Get the collection type.
Implementation of the LCCollection using (inheriting from) an STL vector of LCObjects.
LCCollectionVec()
Default Constructor - don't use - only public for auto-generated streamers in the ROOT dictionary !! ...
LCCollectionIOVec(const std::string &type)
Adding stuff needed for io (friend declarations, etc.)
STL class.