Changeset 19683 for trunk/Mars


Ignore:
Timestamp:
09/27/19 14:23:06 (5 years ago)
Author:
tbretz
Message:
Minor cosmetics
Location:
trunk/Mars/msimcamera
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/msimcamera/MSimTrigger.cc

    r19677 r19683  
    398398    *fLog << "Using discriminator threshold of " << fDiscriminatorThreshold << endl;
    399399
    400     *fLog << "Using fCableDelay " << fCableDelay << endl;
     400    *fLog << "Using fCableDelay " << fCableDelay << " samples" << endl;
    401401    *fLog << "Using fCableDamping " << fCableDamping << endl;
    402402
  • trunk/Mars/msimcamera/MSimTrigger.h

    r17682 r19683  
    1010#endif
    1111
     12#if 0
    1213#include <fstream>
     14#endif
    1315
    1416class MParList;
     
    5153    Float_t fCableDamping;              // the signal is damped a bit when reflecting at the end of the cable and is inverted as well.
    5254                                        // Damping factor in [-1..0]. In short tests by Kai Schennetten it looked like -0.96.
    53 
     55#if 0
    5456    // debugging
    5557    std::ofstream patch_file;
     
    5759    std::ofstream digital_file;
    5860    std::ofstream ratescan_file;
    59 
     61#endif
    6062
    6163    // MSimTrigger
Note: See TracChangeset for help on using the changeset viewer.