KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVUnownedList.h
Go to the documentation of this file.
1 #ifndef KVUNOWNEDLIST_H
2 #define KVUNOWNEDLIST_H
3 
4 #include "KVList.h"
5 
16 class KVUnownedList : public KVList {
17 public:
19  : KVList(false)
20  {}
21 
23 };
24 
25 #endif // KVUNOWNEDLIST_H
#define ClassDef(name, id)
Extended TList class which owns its objects by default.
Definition: KVList.h:27
Extended TList class which does not own its objects by default.
Definition: KVUnownedList.h:16