- Timestamp:
- 05/26/04 17:20:43 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mpisa/classes/mtrigger/MTriggerBit.h
r4185 r4195 9 9 #endif 10 10 11 #ifndef ROOT_TArray L12 #include <TArray L.h>11 #ifndef ROOT_TArrayF 12 #include <TArrayF.h> 13 13 #endif 14 14 … … 20 20 Byte_t fStatus; // Monitor of the L2T status 21 21 22 static const Int_t gsNBits= 16; // number of output bits22 static const Int_t gsNBits=20; // number of output bits 23 23 24 TArray L fBit; // Array with the prescaling factors24 TArrayF fBit; // Array with the output bit rates 25 25 26 26 public:
Note:
See TracChangeset
for help on using the changeset viewer.