NSCL DDAS  1.0
Support for XIA DDAS at the NSCL
 All Classes Namespaces Files Functions Variables Macros Pages
ScopedT.h
1 #ifndef SCOPEDT_H_
2 #define SCOPEDT_H_
3 
4 
5 
6 #include "Table.h"
7 #include "pixie16app_export.h"
8 
9 class ScopedT:public Table
10 {
11 
12  public:
13  ScopedT(const TGWindow * p, const TGWindow * main, /*char **/string name,
14  int columns = 2, int rows = 16);
15  virtual ~ScopedT();
16  TGNumberEntry *chanCopy;
17  short int chanNumber;
18  short int modNumber;
19  char tmp[10];
20  int change_values (Long_t mod);
21  int load_info (Long_t mod);
22  Bool_t ProcessMessage (Long_t msg, Long_t parm1, Long_t parm2);
23  bool Load_Once;
24  float decay;
25 };
26 
27 
28 #endif /*SCOPEDT_H_*/
Definition: ScopedT.h:9
Definition: Table.h:14