TNeAnalysis.h 786 Bytes
Newer Older
Pavel Sharov's avatar
Pavel Sharov committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
//===================================================================
//== TNeAnalysis.h:	exp1210
//== Version:	2010-11-12
//===================================================================

#ifndef TNeANALYSIS_H
#define TNeANALYSIS_H

#include "TGo4Analysis.h"
#include "TGo4WinCond.h"

class TGo4MbsEvent;
class TNeDet16;
class TNeMParms;
class TNeSel;

class TNeAnalysis : public TGo4Analysis 
{
private:
	TGo4MbsEvent*  fMbsEvent;
	Int_t          fEvents;
	Int_t          fLastEvent;

public:
	TNeAnalysis();
	TNeAnalysis(int argc, char** argv);
	virtual ~TNeAnalysis() ;
	virtual Int_t UserPreLoop();
	virtual Int_t UserEventFunc();
	virtual Int_t UserPostLoop();

	TNeDet16* p_T1xa;
	TNeDet16* p_T1ya;

//	TNeMParms* pMTracks;	
	ClassDef(TNeAnalysis,1)
};
#endif //TANALYSIS_H