Public Member Functions | Private Attributes

TGo4FileStoreParameter Class Reference

#include <TGo4FileStoreParameter.h>

Inheritance diagram for TGo4FileStoreParameter:
TGo4EventStoreParameter TGo4Parameter

List of all members.

Public Member Functions

 TGo4FileStoreParameter ()
 TGo4FileStoreParameter (const char *name, Int_t splitlevel=99, Int_t bufsize=32000, Int_t compression=5, Int_t autosave=5000000)
virtual ~TGo4FileStoreParameter ()
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)
Int_t GetCompression () const
void SetCompression (Int_t comp)
Int_t GetAutosaveSize () const
void SetAutosaveSize (Int_t bufsize)
Int_t IsOverwriteMode () const
void SetOverwriteMode (Bool_t over=kTRUE)

Private Attributes

Int_t fiSplit
Int_t fiBufsize
Int_t fiCompression
Int_t fiAutosavesize
Int_t fbOverwrite

Detailed Description

Definition at line 19 of file TGo4FileStoreParameter.h.


Constructor & Destructor Documentation

TGo4FileStoreParameter::TGo4FileStoreParameter (  ) 

Definition at line 33 of file TGo4FileStoreParameter.cxx.

References GO4TRACE.

TGo4FileStoreParameter::TGo4FileStoreParameter ( const char *  name,
Int_t  splitlevel = 99,
Int_t  bufsize = 32000,
Int_t  compression = 5,
Int_t  autosave = 5000000 
)

Definition at line 20 of file TGo4FileStoreParameter.cxx.

References GO4TRACE.

TGo4FileStoreParameter::~TGo4FileStoreParameter (  )  [virtual]

Definition at line 42 of file TGo4FileStoreParameter.cxx.

References GO4TRACE.


Member Function Documentation

Int_t TGo4FileStoreParameter::GetAutosaveSize (  )  const [inline]

Definition at line 48 of file TGo4FileStoreParameter.h.

References fiAutosavesize.

Referenced by TGo4FileStore::TGo4FileStore(), and UpdateFrom().

Int_t TGo4FileStoreParameter::GetBufsize (  )  const [inline]
Int_t TGo4FileStoreParameter::GetCompression (  )  const [inline]
Int_t TGo4FileStoreParameter::GetSplitlevel (  )  const [inline]
Int_t TGo4FileStoreParameter::IsOverwriteMode (  )  const [inline]
Int_t TGo4FileStoreParameter::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 46 of file TGo4FileStoreParameter.cxx.

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

void TGo4FileStoreParameter::SetAutosaveSize ( Int_t  bufsize  )  [inline]

Definition at line 49 of file TGo4FileStoreParameter.h.

References fiAutosavesize.

Referenced by UpdateFrom().

void TGo4FileStoreParameter::SetBufsize ( Int_t  bufsize  )  [inline]
void TGo4FileStoreParameter::SetCompression ( Int_t  comp  )  [inline]
void TGo4FileStoreParameter::SetOverwriteMode ( Bool_t  over = kTRUE  )  [inline]
void TGo4FileStoreParameter::SetSplitlevel ( Int_t  split  )  [inline]
Bool_t TGo4FileStoreParameter::UpdateFrom ( TGo4Parameter rhs  )  [virtual]

Member Data Documentation

True if old filestore of same name shall be overwritten. False if old filestore should be opened in append (update) mode. internally, we use Int_t for root streamer problems.

Definition at line 71 of file TGo4FileStoreParameter.h.

Referenced by IsOverwriteMode(), and SetOverwriteMode().

Autosave interval for the Tree.

Definition at line 66 of file TGo4FileStoreParameter.h.

Referenced by GetAutosaveSize(), PrintParameter(), and SetAutosaveSize().

Size of the root io buffer.

Definition at line 60 of file TGo4FileStoreParameter.h.

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

Compression level of the root file. Default is 5.

Definition at line 63 of file TGo4FileStoreParameter.h.

Referenced by GetCompression(), PrintParameter(), and SetCompression().

Splitlevel for Tree. Default is 1.

Definition at line 57 of file TGo4FileStoreParameter.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