GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Private Attributes | List of all members
TGo4BackStoreParameter Class Reference

#include <TGo4BackStoreParameter.h>

+ Inheritance diagram for TGo4BackStoreParameter:

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)
 
- Public Member Functions inherited from TGo4EventStoreParameter
 TGo4EventStoreParameter ()
 
 TGo4EventStoreParameter (const char *name, Int_t id=0)
 
virtual ~TGo4EventStoreParameter ()
 
Int_t GetID () const
 
- Public Member Functions inherited from TGo4Parameter
 TGo4Parameter ()
 
 TGo4Parameter (const char *name, const char *title="This is a Go4 Parameter Object")
 
virtual ~TGo4Parameter ()
 
virtual void Print (Option_t *dummy="") const
 
Bool_t UpdateFromUrl (const char *rest_url_opt)
 
virtual Bool_t CustomUpdateFrom () const
 
virtual void Clear (Option_t *opt="")
 
void GetMemberValues (TObjArray *fItems)
 
Bool_t SetMemberValues (TObjArray *fItems)
 
virtual void SavePrimitive (std::ostream &fs, Option_t *opt="")
 
TGo4ParameterStatusCreateStatus ()
 
Bool_t SetStatus (TGo4ParameterStatus *status)
 

Private Attributes

Int_t fiSplit
 
Int_t fiBufsize
 

Additional Inherited Members

- Protected Member Functions inherited from TGo4Parameter
void GetMemberValues (TObjArray *fItems, TClass *cl, char *ptr, unsigned long int cloffset)
 
Bool_t SetMemberValues (TObjArray *items, Int_t &itemsindx, TClass *cl, char *ptr, unsigned long int cloffset)
 
Int_t FindArrayLength (TObjArray *items, Int_t &itemsindx, TDataMember *member)
 

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(), TGo4Status::PrintIndent(), and TGo4EventStoreParameter::PrintParameter().

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

Int_t TGo4BackStoreParameter::fiBufsize
private

Size of the root io buffer.

Definition at line 49 of file TGo4BackStoreParameter.h.

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

Int_t TGo4BackStoreParameter::fiSplit
private

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: