#ifndef ROOT_THaHelicity
#define ROOT_THaHelicity
#include "THaADCHelicity.h"
#include "THaG0HelicityReader.h"
class THaHelicity : public THaADCHelicity, public THaG0HelicityReader {
public:
THaHelicity( const char* name, const char* description,
THaApparatus* a = NULL );
virtual ~THaHelicity();
virtual void Clear( Option_t* opt = "" );
virtual Int_t Decode( const THaEvData& evdata );
THaHelicity();
protected:
Int_t fG0_Hel;
Bool_t fGoodHel;
Bool_t fGoodHel2;
virtual Int_t DefineVariables( EMode mode = kDefine );
virtual Int_t ReadDatabase( const TDatime& date );
ClassDef(THaHelicity,2)
};
#endif
Last change: Sat Nov 7 21:26:48 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.