BRAT 2.4.5
Class index
Full class index
brahmlib
BRAHMS
ROOT page

BrCalibrateTof


class description - source file - inheritance tree

class BrCalibrateTof : public BrModule

    private:
void SetDetectorParamsTof(BrDetectorParamsTof* par) void SetDetectorParamsTof(const BrDetectorParamsTof& par) public:
BrCalibrateTof BrCalibrateTof() BrCalibrateTof BrCalibrateTof(Text_t* Name, Char_t* Title) BrCalibrateTof BrCalibrateTof(BrCalibrateTof&) virtual void ~BrCalibrateTof() static TClass* Class() virtual void Event(BrEventNode* InputTable, BrEventNode* OutputTable) virtual BrDetectorParamsTof* GetDetectorParamsTof() const virtual void Init() virtual TClass* IsA() const void ListDetectorParameters() const virtual void Print(Option_t* option = "B") const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
BrDetectorParamsTof* fParamsTof_p TH2F* hT1vsT2

Class Description

	BrCalibrateTof

      Module class to take digitized data for time-of flight detectors
      and generate TOF




BrCalibrateTof()
 Constructor.

BrCalibrateTof(Text_t *Name,Char_t *Title) :BrModule(Name,Title)

void SetDetectorParamsTof(BrDetectorParamsTof* par)
 Set the Tof parameters with the values of the external parameters
 referenced by pointer
 Note that no owner ship is transferred. A copy is made.



void SetDetectorParamsTof(const BrDetectorParamsTof& par)
 Set the Tof parameters with the values of the external parameters.
 Note that no owner ship is transferred. A copy is made.
 There is no real need for the copy code here. Both Name and Title
 will be copied (it seems)

~BrCalibrateTof()

void Init()
 Initialize entry point. This is not called at creation time but
 This would be a good place to setup histograms, statistics variables etc.
 This could also be done at the time of the constructor. This might likely be more
 Usefull since one has the opportunity to setup varibales before this call
 (e.g. detector parameters or alike).

void Event(BrEventNode* InputTable, BrEventNode* OutputTable)
 Event method to be called once per event.


void ListDetectorParameters() const
 List the current value of the digitization parameters on
 standard out.

void Print(Option_t* option) const
 Standard information printout.

 Options: See BrModule::Print




Inline Functions


        BrDetectorParamsTof* GetDetectorParamsTof() const
                     TClass* Class()
                     TClass* IsA() const
                        void ShowMembers(TMemberInspector& insp, char* parent)
                        void Streamer(TBuffer& b)
                        void StreamerNVirtual(TBuffer& b)
              BrCalibrateTof BrCalibrateTof(BrCalibrateTof&)

This page automatically generated by script docBrat by Christian Holm

Copyright ; 2002 BRAHMS Collaboration <brahmlib@rcf.rhic.bnl.gov>
Last Update on Wed Sep 11 04:50:35 2002 by

Validate HTML
Validate CSS