TNeSel.h 489 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
//===================================================================
//== TNeSel.h:	exp0211
//== Version: 2011-03-01
//===================================================================

#ifndef TNeSEL_H
#define TNeSEL_H

#include "TGo4Parameter.h"

class TNeSel : public TGo4Parameter 
{
public:
	TNeSel(const char* name = 0);
	virtual ~TNeSel();
	virtual Bool_t   UpdateFrom(TGo4Parameter *);
	int CheckValue(double val);

	double lval;
	double uval;
	
	ClassDef(TNeSel,1)
};

#endif