Public Member Functions | Public Attributes

TYYYRawEvent Class Reference

#include <TYYYRawEvent.h>

Inheritance diagram for TYYYRawEvent:
TGo4EventElement

List of all members.

Public Member Functions

 TYYYRawEvent ()
 TYYYRawEvent (const char *name)
virtual ~TYYYRawEvent ()
virtual void Clear (Option_t *t="")
void ReAllocate (Int_t newsize)
void PrintEvent ()
Int_t GetColumns () const

Public Attributes

Int_t fiColumns
Double_t * fdData
Int_t fiAllocated

Detailed Description

Example for user defined raw event class. This event structure corresponds to the user event source.

Definition at line 23 of file TYYYRawEvent.h.


Constructor & Destructor Documentation

TYYYRawEvent::TYYYRawEvent (  ) 

Definition at line 20 of file TYYYRawEvent.cxx.

TYYYRawEvent::TYYYRawEvent ( const char *  name  ) 

Definition at line 29 of file TYYYRawEvent.cxx.

TYYYRawEvent::~TYYYRawEvent (  )  [virtual]

Definition at line 37 of file TYYYRawEvent.cxx.

References fdData.


Member Function Documentation

void TYYYRawEvent::Clear ( Option_t *  t = ""  )  [virtual]

Method called by the event owner (analysis step) to clear the event element.

Reimplemented from TGo4EventElement.

Definition at line 45 of file TYYYRawEvent.cxx.

References fdData, and fiColumns.

Int_t TYYYRawEvent::GetColumns (  )  const [inline]

Definition at line 44 of file TYYYRawEvent.h.

References fiColumns.

Referenced by TYYYAnalysis::UserEventFunc().

void TYYYRawEvent::PrintEvent (  )  [virtual]

Method prints content of the event

Reimplemented from TGo4EventElement.

Definition at line 72 of file TYYYRawEvent.cxx.

References fdData, and fiColumns.

void TYYYRawEvent::ReAllocate ( Int_t  newsize  ) 

Expand data field if necessary

Definition at line 51 of file TYYYRawEvent.cxx.

References fdData, fiAllocated, fiColumns, and TGo4Log::Info().

Referenced by TYYYEventSource::BuildEvent().


Member Data Documentation

Definition at line 51 of file TYYYRawEvent.h.

Referenced by ReAllocate().

Definition at line 47 of file TYYYRawEvent.h.

Referenced by Clear(), GetColumns(), PrintEvent(), and ReAllocate().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines