]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/Reve/EventBase.cxx
From Bertrand: windows fixes.
[u/mrichter/AliRoot.git] / EVE / Reve / EventBase.cxx
CommitLineData
32ec5ec1 1// $Header$
2
3#include "EventBase.h"
4
5using namespace Reve;
6
7//______________________________________________________________________
8// Event
9//
10
11ClassImp(EventBase)
12
13EventBase::EventBase(const Text_t* n, const Text_t* t) :
d68fe48d 14 PadPrimitive(n, t)
32ec5ec1 15{}