Changeset 11760 for trunk/FACT++
- Timestamp:
- 08/03/11 19:06:04 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/HeadersFTM.cc
r11663 r11760 131 131 out << "Time marker delay: " << fDelayTimeMarker*4+8 << "ns" << endl; 132 132 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; 133 145 out << "Clock conditioner:"; 134 146 out << std::hex << setfill('0');
Note:
See TracChangeset
for help on using the changeset viewer.