|
BrTpcFibDigclass description - source file - inheritance tree class BrTpcFibDig : public BrDataObject
private:
Data Members
private:
Class Description
Digitized BrTpcFib for the calibration fibres behind any
tpc (front and back). These have at most 6 adc values. Rather
than having individual ones, I allocate 6 per structure.
The values are zero if no ADC connected.
TPM2 back 3 fibres 2 ADCs each
TPM2 front 5 fibres 1 ADC each
T2
T1
The names will be TPM2F TPM2B T1B T2F
Example of Usage
if((BrTpcFib*) digp = (BrTpcFib*) event->GetDataObject("TpcFibDig T2F")){
for(int k=1; k<=5;k++){
adc = digp->GetAdc(k);
if(adc > pedstal){
...
Int_t GetAdc(const Int_t i) const void SetAdc(const Int_t i,const Int_t adc) void Print(Option_t* option) const List the content of an object on cout Inline Functions
void Zero()
BrTpcFibDig BrTpcFibDig()
BrTpcFibDig BrTpcFibDig(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)
BrTpcFibDig BrTpcFibDig(BrTpcFibDig&)
void ~BrTpcFibDig()
|
||||||
|
This page automatically generated by script docBrat by Christian Holm |
Copyright ; 2002 BRAHMS Collaboration
<brahmlib@rcf.rhic.bnl.gov>
|