- Timestamp:
- 08/03/11 19:57:50 (13 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/HeadersFTM.cc
r11760 r11761 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;133 out << "Light pulser (int): " << dec << (int)fIntensityLPint; 134 134 if (fEnableLPint&kGroup1) 135 out << " - Group1";135 out << " + Group1"; 136 136 if (fEnableLPint&kGroup2) 137 out << " - Group2";137 out << " + Group2"; 138 138 out << endl; 139 out << "Light pulser (ext): " << dec << fIntensityLPext;139 out << "Light pulser (ext): " << dec << (int)fIntensityLPext; 140 140 if (fEnableLPext&kGroup1) 141 out << " - Group1";141 out << " + Group1"; 142 142 if (fEnableLPext&kGroup2) 143 out << " - Group2";143 out << " + Group2"; 144 144 out << endl; 145 145 out << "Clock conditioner:"; -
trunk/FACT++/src/HeadersFTM.h
r11731 r11761 429 429 fEnableLPint(d.fEnableLPint), 430 430 fEnableLPext(d.fEnableLPext), 431 fIntensityLPint(d.fIntensityLP ext),431 fIntensityLPint(d.fIntensityLPint), 432 432 fIntensityLPext(d.fIntensityLPext), 433 433 fMultiplicityPhysics(d.fMultiplicityPhysics),
Note:
See TracChangeset
for help on using the changeset viewer.