Changeset 11760 for trunk/FACT++


Ignore:
Timestamp:
08/03/11 19:06:04 (13 years ago)
Author:
tbretz
Message:
Print light pulser settings.
File:
1 edited

Legend:

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

    r11663 r11760  
    131131    out << "Time marker delay: " << fDelayTimeMarker*4+8 << "ns" << endl;
    132132    out << "Dead time:         " << fDeadTime*4+8 << "ns" << endl;
     133    out << "Light pulser (int): " << dec << fIntensityLPint;
     134    if (fEnableLPint&kGroup1)
     135        out << " - Group1 ";
     136    if (fEnableLPint&kGroup2)
     137        out << " - Group2 ";
     138    out << endl;
     139    out << "Light pulser (ext): " << dec << fIntensityLPext;
     140    if (fEnableLPext&kGroup1)
     141        out << " - Group1 ";
     142    if (fEnableLPext&kGroup2)
     143        out << " - Group2 ";
     144    out << endl;
    133145    out << "Clock conditioner:";
    134146    out << std::hex << setfill('0');
Note: See TracChangeset for help on using the changeset viewer.