#ifndef ROOT_THaADCHelicity
#define ROOT_THaADCHelicity
#include "THaHelicityDet.h"
class THaADCHelicity : public THaHelicityDet {
public:
THaADCHelicity( const char* name, const char* description,
THaApparatus* a = NULL );
virtual ~THaADCHelicity();
virtual void Clear( Option_t* opt = "" );
virtual Int_t Decode( const THaEvData& evdata );
THaADCHelicity() {}
protected:
Double_t fADC_hdata;
Double_t fADC_Gate;
EHelicity fADC_Hel;
Double_t fThreshold;
Bool_t fIgnoreGate;
Bool_t fInvertGate;
struct ChanDef_t {
Int_t roc;
Int_t slot;
Int_t chan;
};
ChanDef_t fAddr[2];
Int_t fNchan;
virtual Int_t DefineVariables( EMode mode = kDefine );
virtual Int_t ReadDatabase( const TDatime& date );
ClassDef(THaADCHelicity,1)
};
#endif
Last change: Sat Nov 7 21:26:41 2009
Last generated: 2009-11-07 21:26
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.