Public Member Functions | Private Attributes

TGo4BackStoreParameter Class Reference

#include <TGo4BackStoreParameter.h>

Inheritance diagram for TGo4BackStoreParameter:
TGo4EventStoreParameter TGo4Parameter

List of all members.

Public Member Functions

 TGo4BackStoreParameter ()
 TGo4BackStoreParameter (const char *name, Int_t splitlevel=99, Int_t bufsize=32000)
virtual ~TGo4BackStoreParameter ()
virtual Int_t PrintParameter (Text_t *buffer=0, Int_t buflen=0)
virtual Bool_t UpdateFrom (TGo4Parameter *rhs)
Int_t GetSplitlevel () const
void SetSplitlevel (Int_t split)
Int_t GetBufsize () const
void SetBufsize (Int_t bufsize)

Private Attributes

Int_t fiSplit
Int_t fiBufsize

Detailed Description

Definition at line 19 of file TGo4BackStoreParameter.h.


Constructor & Destructor Documentation

TGo4BackStoreParameter::TGo4BackStoreParameter (  ) 

Definition at line 30 of file TGo4BackStoreParameter.cxx.

References GO4TRACE.

TGo4BackStoreParameter::TGo4BackStoreParameter ( const char *  name,
Int_t  splitlevel = 99,
Int_t  bufsize = 32000 
)

Definition at line 20 of file TGo4BackStoreParameter.cxx.

References GO4TRACE.

TGo4BackStoreParameter::~TGo4BackStoreParameter (  )  [virtual]

Definition at line 38 of file TGo4BackStoreParameter.cxx.

References GO4TRACE.


Member Function Documentation

Int_t TGo4BackStoreParameter::GetBufsize (  )  const [inline]
Int_t TGo4BackStoreParameter::GetSplitlevel (  )  const [inline]
Int_t TGo4BackStoreParameter::PrintParameter ( Text_t *  buffer = 0,
Int_t  buflen = 0 
) [virtual]

basic method to printout status information on stdout; to be overridden by specific subclass

Reimplemented from TGo4EventStoreParameter.

Definition at line 43 of file TGo4BackStoreParameter.cxx.

References fiBufsize, fiSplit, GO4TRACE, TGo4Status::PrintBuffer(), and TGo4Status::PrintIndent().

void TGo4BackStoreParameter::SetBufsize ( Int_t  bufsize  )  [inline]
void TGo4BackStoreParameter::SetSplitlevel ( Int_t  split  )  [inline]
Bool_t TGo4BackStoreParameter::UpdateFrom ( TGo4Parameter rhs  )  [virtual]

update contents of paramter class with external object.

Reimplemented from TGo4EventStoreParameter.

Definition at line 73 of file TGo4BackStoreParameter.cxx.

References GetBufsize(), GetSplitlevel(), GO4TRACE, SetBufsize(), SetSplitlevel(), and TGo4EventStoreParameter::UpdateFrom().


Member Data Documentation

Size of the root io buffer.

Definition at line 49 of file TGo4BackStoreParameter.h.

Referenced by GetBufsize(), PrintParameter(), and SetBufsize().

Splitlevel for Tree. Default is 1.

Definition at line 46 of file TGo4BackStoreParameter.h.

Referenced by GetSplitlevel(), PrintParameter(), and SetSplitlevel().


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