Changeset 19683 for trunk/Mars/msimcamera
- Timestamp:
- 09/27/19 14:23:06 (5 years ago)
- Location:
- trunk/Mars/msimcamera
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/msimcamera/MSimTrigger.cc
r19677 r19683 398 398 *fLog << "Using discriminator threshold of " << fDiscriminatorThreshold << endl; 399 399 400 *fLog << "Using fCableDelay " << fCableDelay << endl;400 *fLog << "Using fCableDelay " << fCableDelay << " samples" << endl; 401 401 *fLog << "Using fCableDamping " << fCableDamping << endl; 402 402 -
trunk/Mars/msimcamera/MSimTrigger.h
r17682 r19683 10 10 #endif 11 11 12 #if 0 12 13 #include <fstream> 14 #endif 13 15 14 16 class MParList; … … 51 53 Float_t fCableDamping; // the signal is damped a bit when reflecting at the end of the cable and is inverted as well. 52 54 // Damping factor in [-1..0]. In short tests by Kai Schennetten it looked like -0.96. 53 55 #if 0 54 56 // debugging 55 57 std::ofstream patch_file; … … 57 59 std::ofstream digital_file; 58 60 std::ofstream ratescan_file; 59 61 #endif 60 62 61 63 // MSimTrigger
Note:
See TracChangeset
for help on using the changeset viewer.