// $Id: TXXXUnpackEvent.h 478 2009-10-29 12:26:09Z linev $ //----------------------------------------------------------------------- // The GSI Online Offline Object Oriented (Go4) Project // Experiment Data Processing at EE department, GSI //----------------------------------------------------------------------- // Copyright (C) 2000- GSI Helmholtzzentrum für Schwerionenforschung GmbH // Planckstr. 1, 64291 Darmstadt, Germany // Contact: http://go4.gsi.de //----------------------------------------------------------------------- // This software can be used under the license agreements as stated // in Go4License.txt file which is part of the distribution. //----------------------------------------------------------------------- #ifndef TXXXEVENT_H #define TXXXEVENT_H #include "TGo4EventElement.h" class TXXXUnpackEvent : public TGo4EventElement { public: TXXXUnpackEvent(); TXXXUnpackEvent(const char* name) ; virtual ~TXXXUnpackEvent() ; /** * Method called by the event owner (analysis step) to clear the * event element. */ void Clear(Option_t *t=""); Int_t fiCrate1[16]; Int_t fiCrate2[16]; Int_t fiCrate3[16]; Int_t fiCrate4[16]; ClassDef(TXXXUnpackEvent,1) }; #endif //TXXXEVENT_H