Ignore:
Timestamp:
05/26/04 17:20:43 (20 years ago)
Author:
stamerra
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mpisa/classes/mtrigger/MTriggerBit.h

    r4185 r4195  
    99#endif
    1010
    11 #ifndef ROOT_TArrayL
    12 #include <TArrayL.h>
     11#ifndef ROOT_TArrayF
     12#include <TArrayF.h>
    1313#endif
    1414
     
    2020    Byte_t  fStatus;        // Monitor of the L2T status
    2121   
    22     static const Int_t gsNBits=16;        // number of output bits
     22    static const Int_t gsNBits=20;        // number of output bits
    2323
    24     TArrayL fBit; // Array with the prescaling factors
     24    TArrayF fBit; // Array with the output bit rates
    2525
    2626public:
Note: See TracChangeset for help on using the changeset viewer.