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