GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TXXXEvent.h
Go to the documentation of this file.
1 // $Id: TXXXEvent.h 478 2009-10-29 12:26:09Z linev $
2 //-----------------------------------------------------------------------
3 // The GSI Online Offline Object Oriented (Go4) Project
4 // Experiment Data Processing at EE department, GSI
5 //-----------------------------------------------------------------------
6 // Copyright (C) 2000- GSI Helmholtzzentrum für Schwerionenforschung GmbH
7 // Planckstr. 1, 64291 Darmstadt, Germany
8 // Contact: http://go4.gsi.de
9 //-----------------------------------------------------------------------
10 // This software can be used under the license agreements as stated
11 // in Go4License.txt file which is part of the distribution.
12 //-----------------------------------------------------------------------
13 
14 #ifndef TEVENT_H
15 #define TEVENT_H
16 
17 #include "TGo4EventElement.h"
18 
19 class TXXXEvent : public TGo4EventElement {
20  public:
21  TXXXEvent();
22  TXXXEvent(const char* name);
23  virtual ~TXXXEvent();
24 
26  void Clear(Option_t *t="");
27 
28  Float_t fCrate1[8];
29  Float_t fCrate2[8];
30 
31  ClassDef(TXXXEvent,1)
32 };
33 #endif //TEVENT_H
34 
35 
36 
void Clear(Option_t *t="")
Definition: TXXXEvent.cxx:37
Float_t fCrate2[8]
Definition: TXXXEvent.h:29
virtual ~TXXXEvent()
Definition: TXXXEvent.cxx:31
Float_t fCrate1[8]
Definition: TXXXEvent.h:28