GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Go4ExampleUserSource
TYYYRawEvent.h
Go to the documentation of this file.
1
// $Id: TYYYRawEvent.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 TYYYRAWEVENT_H
15
#define TYYYRAWEVENT_H
16
17
#include "
TGo4EventElement.h
"
18
23
class
TYYYRawEvent
:
public
TGo4EventElement
{
24
25
public
:
26
27
TYYYRawEvent
();
28
29
TYYYRawEvent
(
const
char
* name);
30
31
virtual
~TYYYRawEvent
();
32
37
virtual
void
Clear
(Option_t *t=
""
);
38
40
void
ReAllocate
(Int_t newsize);
41
42
void
PrintEvent
();
43
44
Int_t
GetColumns
()
const
{
return
fiColumns
; }
45
46
/* Number of columns read from the file (used values for this event) */
47
Int_t
fiColumns
;
48
49
Double_t *
fdData
;
//[fiColumns]
50
51
Int_t
fiAllocated
;
52
53
ClassDef(
TYYYRawEvent
,1)
54
};
55
56
#endif //TYYYRAWEVENT_H
TYYYRawEvent::ReAllocate
void ReAllocate(Int_t newsize)
Definition:
TYYYRawEvent.cxx:51
TGo4EventElement.h
TYYYRawEvent::Clear
virtual void Clear(Option_t *t="")
Definition:
TYYYRawEvent.cxx:45
TYYYRawEvent::GetColumns
Int_t GetColumns() const
Definition:
TYYYRawEvent.h:44
TYYYRawEvent::PrintEvent
void PrintEvent()
Definition:
TYYYRawEvent.cxx:72
TYYYRawEvent::~TYYYRawEvent
virtual ~TYYYRawEvent()
Definition:
TYYYRawEvent.cxx:37
TYYYRawEvent::TYYYRawEvent
TYYYRawEvent()
Definition:
TYYYRawEvent.cxx:20
TGo4EventElement
Definition:
TGo4EventElement.h:36
TYYYRawEvent
Definition:
TYYYRawEvent.h:23
TYYYRawEvent::fdData
Double_t * fdData
Definition:
TYYYRawEvent.h:49
TYYYRawEvent::fiAllocated
Int_t fiAllocated
Definition:
TYYYRawEvent.h:51
TYYYRawEvent::fiColumns
Int_t fiColumns
Definition:
TYYYRawEvent.h:47
Generated on Fri Oct 26 2018 08:34:51 for GSI Object Oriented Online Offline (Go4) by
1.8.8