|
BrCalibrateTofclass description - source file - inheritance tree class BrCalibrateTof : public BrModuleprivate: Data Membersprivate: Class DescriptionBrCalibrateTof 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 FunctionsBrDetectorParamsTof* 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>
|