]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/Reve/EventBase.cxx
New files: common base class for an event object (VSDEvent and Alieve::Event).
[u/mrichter/AliRoot.git] / EVE / Reve / EventBase.cxx
1 // $Header$
2
3 #include "EventBase.h"
4
5 using namespace Reve;
6
7 //______________________________________________________________________
8 // Event
9 //
10
11 ClassImp(EventBase)
12
13 EventBase::EventBase(const Text_t* n, const Text_t* t) :
14   RenderElementList(n, t)
15 {}