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
Go4Example1Step
TXXXEvent.cxx
Go to the documentation of this file.
1
// $Id: TXXXEvent.cxx 930 2013-01-24 16:10:10Z 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
#include "
TXXXEvent.h
"
15
16
#include "
TGo4Log.h
"
17
18
//***********************************************************
19
TXXXEvent::TXXXEvent
() :
20
TGo4EventElement
()
21
{
22
TGo4Log::Info
(
"TXXXEvent: Create instance"
);
23
}
24
//***********************************************************
25
TXXXEvent::TXXXEvent
(
const
char
* name) :
26
TGo4EventElement
(name)
27
{
28
TGo4Log::Info
(
"TXXXEvent: Create instance %s"
, name);
29
}
30
//***********************************************************
31
TXXXEvent::~TXXXEvent
()
32
{
33
TGo4Log::Info
(
"TXXXEvent: Delete instance"
);
34
}
35
36
//-----------------------------------------------------------
37
void
TXXXEvent::Clear
(Option_t *t)
38
{
39
// all members should be cleared.
40
memset((
void
*) &
fCrate1
[0],0,
sizeof
(
fCrate1
));
41
memset((
void
*) &
fCrate2
[0],0,
sizeof
(
fCrate2
));
42
}
TXXXEvent::TXXXEvent
TXXXEvent()
Definition:
TXXXEvent.cxx:19
TGo4Log.h
TGo4EventElement
Definition:
TGo4EventElement.h:36
TXXXEvent::Clear
void Clear(Option_t *t="")
Definition:
TXXXEvent.cxx:37
TXXXEvent.h
TXXXEvent::fCrate2
Float_t fCrate2[8]
Definition:
TXXXEvent.h:29
TXXXEvent::~TXXXEvent
virtual ~TXXXEvent()
Definition:
TXXXEvent.cxx:31
TXXXEvent::fCrate1
Float_t fCrate1[8]
Definition:
TXXXEvent.h:28
TGo4Log::Info
static void Info(const char *text,...)
Definition:
TGo4Log.cxx:283
Generated on Fri Oct 26 2018 08:34:51 for GSI Object Oriented Online Offline (Go4) by
1.8.8