BRAT 2.4.5
Class index
Full class index
brahmlib
BRAHMS
ROOT page

BrDbCommitModule


class description - source file - inheritance tree

class BrDbCommitModule : public BrModule


    public:
BrDbCommitModule BrDbCommitModule() BrDbCommitModule BrDbCommitModule(const Char_t* name, const Char_t* title) BrDbCommitModule BrDbCommitModule(BrDbCommitModule&) virtual void ~BrDbCommitModule() static TClass* Class() virtual void Finish() virtual TClass* IsA() const virtual void Print(Option_t* option = "B") const void SetFinalRun(Int_t f = 0) void SetInitialRun(Int_t i = 0) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
Int_t fInitialRun Int_t fFinalRun

Class Description

 This commit module is meant to be used if you want to commit a
 calibration to the database. This should be THE VERY LAST MODULE
 inserted in the module pipeline.

 The finish method is the only one used. The parameter element
 manager will commit from the start time of the initial run and the
 end time of the final run (they can be the same run)

BrDbCommitModule()
 Default constructor. DO NOT USE

BrDbCommitModule(const Char_t* name, const Char_t* title) : BrModule(name, title)
 Named Constructor

void Finish()
 ------------------------------------
 commit calibration to database
 ------------------------------------

void Print(Option_t* option) const
 Print module information
 See BrModule::Print for options.
 In addition this module defines the Option:
 <fill in here>



Inline Functions


                    void SetInitialRun(Int_t i = 0)
                    void SetFinalRun(Int_t f = 0)
                 TClass* Class()
                 TClass* IsA() const
                    void ShowMembers(TMemberInspector& insp, char* parent)
                    void Streamer(TBuffer& b)
                    void StreamerNVirtual(TBuffer& b)
        BrDbCommitModule BrDbCommitModule(BrDbCommitModule&)
                    void ~BrDbCommitModule()

This page automatically generated by script docBrat by Christian Holm

Copyright ; 2002 BRAHMS Collaboration <brahmlib@rcf.rhic.bnl.gov>
Last Update on 2001/10/08 11:29:49 $ by cholm $

Validate HTML
Validate CSS