Fork me on GitHub

Changeset 1d5395b in git


Ignore:
Timestamp:
Jan 20, 2020, 4:42:01 PM (5 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
Timing
Children:
364dbe1
Parents:
b982244
Message:

removed printout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TrackTimingPileUpSubtractor.cc

    rb982244 r1d5395b  
    143143      tvtx = candidate->Position.T();
    144144      tvtx_err = candidate->PositionError.T();
    145       cout << " initial : " << candidate->InitialPosition.T() << " final : " << candidate->Position.T() << endl;
     145      //cout << " initial : " << candidate->InitialPosition.T() << " final : " << candidate->Position.T() << endl;
    146146    }
    147147  }
Note: See TracChangeset for help on using the changeset viewer.