#ifndef ROOT_THaS2CoincTime
#define ROOT_THaS2CoincTime
#include "THaPhysicsModule.h"
#include "TString.h"
#include "THaCoincTime.h"
#include "THaVar.h"
class THaS2CoincTime : public THaCoincTime {
public:
THaS2CoincTime( const char* name, const char* description,
const char* spec1="L", const char* spec2="R",
Double_t mass1 = .938272, Double_t mass2 = 0.000511,
const char* ch_name1=0, const char* ch_name2=0,
const char* detname1="s2", const char* detname2="");
virtual ~THaS2CoincTime();
virtual Int_t Process( const THaEvData& );
virtual EStatus Init( const TDatime& run_time );
protected:
THaVar* fTrPads1;
THaVar* fS2TrPath1;
THaVar* fS2Times1;
THaVar* fTrPath1;
THaVar* fTrPads2;
THaVar* fS2TrPath2;
THaVar* fS2Times2;
THaVar* fTrPath2;
TString fDetName1, fDetName2;
public:
ClassDef(THaS2CoincTime,0)
};
#endif
Last change: Sat Nov 7 21:26:50 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.