|
BrBbRdoModuleclass description - source file - inheritance tree class BrBbRdoModule : public BrModuleprivate: Data Membersprivate: Class DescriptionBrBbRdoModule BrBbRdoModule is an analysis module for the Beam-Beam counters used to create the Reconstructed DataObject. The first algorithm presented in this code uses the Digitized output directly. A final version should use the yet to be defined BrCalBB data object. It works in two mode. The default using the calibration parameters from file, and the second mode Geant where hardwired constants are used to go from channel to time etc. Revisions: April 13 1999, fv Included BrParametersDBmanager for beeter detector parameter handling Changed SetDetectorParamsDB to be private (scheduled for deletion) Removed at the same time the delete fParamsDB which now is done by the database manager BrBbRdoModule() default constructor BrBbRdoModule(const Char_t *name, const Char_t *title) : BrModule(name, title) constructor for named object ~BrBbRdoModule() destructor void Init() Initialize the RdoModule. Connect to the ParameterDb and the specific BB calibration files. void DefineHistograms() Book histograms (called from BrModule::Book) void Event(BrEventNode* event, BrEventNode* rdoevent) Event Module to create BrBbRdo object from digitized/calibrated data. Required input : BrDataTable "DigBB right" : BrDataTable "DigBB left" Generates : BrBbRdo "BB" dataobject. void SetInputMode(Int_t mode) Change input mode. Valid values are 0: use digitized data objects (read calib from parameter files) 1: use calibrated data objects (read calib from calib db) void SetDetectorParamsBB(BrDetectorParamsBB *par) Set detector parameters (call this before calling BrModule::Book) void Print(Option_t* option) const Module Information method Inline Functionsvoid operator=(const BrBbRdoModule&) BrBbRdoModule BrBbRdoModule(const Char_t* name, const Char_t* Title) TClass* Class() TClass* IsA() const void ShowMembers(TMemberInspector& insp, char* parent) void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) |
||||||
This page automatically generated by script docBrat by Christian Holm |
Copyright ; 2002 BRAHMS Collaboration
<brahmlib@rcf.rhic.bnl.gov>
|