GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
TGo4BackStoreParameter Class Reference

Backstore parameter. More...

#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 ()
 
Int_t GetBufsize () const
 
Int_t GetSplitlevel () const
 
void Print (Option_t *opt="") const override
 
void SetBufsize (Int_t bufsize)
 
void SetSplitlevel (Int_t split)
 
Bool_t UpdateFrom (TGo4Parameter *rhs) override
 update contents of parameter class with external object.
 
- Public Member Functions inherited from TGo4EventStoreParameter
 TGo4EventStoreParameter ()
 
 TGo4EventStoreParameter (const char *name, Int_t id=0)
 
virtual ~TGo4EventStoreParameter ()
 
Int_t GetID () const
 
void Print (Option_t *opt="") const override
 
Bool_t UpdateFrom (TGo4Parameter *rhs) override
 update contents of parameter class with external object.
 
- Public Member Functions inherited from TGo4Parameter
 TGo4Parameter ()
 
 TGo4Parameter (const char *name, const char *title="This is a Go4 Parameter Object")
 
virtual ~TGo4Parameter ()
 
void Clear (Option_t *opt="") override
 
TGo4ParameterStatusCreateStatus ()
 Creates parameter status object.
 
virtual Bool_t CustomUpdateFrom () const
 Specifies, if user implement UpdateFrom() method and it should be used when parameter updated from other.
 
void GetMemberValues (TObjArray *fItems)
 
void Print (Option_t *opt="") const override
 
virtual Int_t PrintParameter (Text_t *buffer=nullptr, Int_t buflen=0)
 DEPRECATED!
 
void SavePrimitive (std::ostream &fs, Option_t *opt="") override
 Standard way to store parameter in form of macro,.
 
Bool_t SetMemberValues (TObjArray *fItems)
 
Bool_t SetStatus (TGo4ParameterStatus *status)
 Set status object - apply member values to the parameter.
 
Bool_t UpdateFromUrl (const char *rest_url_opt)
 Method used by HTTP server to update some fields, specified in URL syntax.
 

Private Attributes

Int_t fiBufsize {64000}
 Size of the root io buffer.
 
Int_t fiSplit {99}
 Splitlevel for Tree.
 

Additional Inherited Members

- Protected Member Functions inherited from TGo4Parameter
Int_t FindArrayLength (TObjArray *items, Int_t &itemsindx, TDataMember *member)
 
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)
 

Detailed Description

Backstore parameter.

Definition at line 24 of file TGo4BackStoreParameter.h.

Constructor & Destructor Documentation

◆ TGo4BackStoreParameter() [1/2]

TGo4BackStoreParameter::TGo4BackStoreParameter ( )

◆ TGo4BackStoreParameter() [2/2]

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

◆ ~TGo4BackStoreParameter()

TGo4BackStoreParameter::~TGo4BackStoreParameter ( )
virtual

Definition at line 34 of file TGo4BackStoreParameter.cxx.

Member Function Documentation

◆ GetBufsize()

Int_t TGo4BackStoreParameter::GetBufsize ( ) const
inline

◆ GetSplitlevel()

Int_t TGo4BackStoreParameter::GetSplitlevel ( ) const
inline

◆ Print()

void TGo4BackStoreParameter::Print ( Option_t * opt = "") const
override

◆ SetBufsize()

void TGo4BackStoreParameter::SetBufsize ( Int_t bufsize)
inline

◆ SetSplitlevel()

void TGo4BackStoreParameter::SetSplitlevel ( Int_t split)
inline

◆ UpdateFrom()

Bool_t TGo4BackStoreParameter::UpdateFrom ( TGo4Parameter * rhs)
overridevirtual

update contents of parameter class with external object.

Reimplemented from TGo4Parameter.

Definition at line 45 of file TGo4BackStoreParameter.cxx.

References TGo4BackStoreParameter(), TGo4Parameter::TGo4Parameter(), SetBufsize(), SetSplitlevel(), and TGo4EventStoreParameter::UpdateFrom().

Field Documentation

◆ fiBufsize

Int_t TGo4BackStoreParameter::fiBufsize {64000}
private

Size of the root io buffer.

Definition at line 52 of file TGo4BackStoreParameter.h.

Referenced by TGo4BackStoreParameter(), GetBufsize(), Print(), and SetBufsize().

◆ fiSplit

Int_t TGo4BackStoreParameter::fiSplit {99}
private

Splitlevel for Tree.

Default is 1.

Definition at line 49 of file TGo4BackStoreParameter.h.

Referenced by TGo4BackStoreParameter(), GetSplitlevel(), Print(), and SetSplitlevel().


The documentation for this class was generated from the following files: