Changeset 11107


Ignore:
Timestamp:
06/22/11 14:09:25 (13 years ago)
Author:
tbretz
Message:
Changed clock conditioner values.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/ftmctrl.cc

    r11105 r11107  
    14071407    int SetClockRegister(const EventImp &evt)
    14081408    {
    1409         if (!CheckEventSize(evt.GetSize(), "SetClockRegister", 8*16))
     1409        if (!CheckEventSize(evt.GetSize(), "SetClockRegister", 8*8))
    14101410            return T::kSM_FatalError;
    14111411
     
    14401440        static const uint64_t freq2001[8] = { 0x00038000, R1, R8, R9, R11, R13, 0x0830280e, 0x1400fa0f };
    14411441        static const uint64_t freq3000[8] = { 0x00037200, R1, R8, R9, R11, R13, 0x0830400e, 0x1420a30f };
    1442         static const uint64_t freq4000[8] = { 0x00032800, R1, R8, R9, R11, R13, 0x0830400e, 0x1400fa0f };
     1442//      static const uint64_t freq4000[8] = { 0x00032800, R1, R8, R9, R11, R13, 0x0830400e, 0x1400fa0f };
     1443        static const uint64_t freq4000[8] = { 0x00034000, R1, R8, R9, R11, R13, 0x0830280e, 0x1400fa0f };
    14431444        static const uint64_t freq5000[8] = { 0x00032000, R1, R8, R9, R11, R13, 0x0830400e, 0x1400fa0f };
    14441445
Note: See TracChangeset for help on using the changeset viewer.