Skip to content

Commit

Permalink
remove leftover use of timing since it has moved elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
bendavid committed Sep 18, 2017
1 parent 91645db commit 15b1308
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,6 @@ importToBlock( const edm::Event& e,
<< " pt " << pftrackref->trackRef()->p() << std::endl;
}
if( muId != -1 ) trkElem->setMuonRef(muonref);
if ( useTiming_ ) {
trkElem->setTime( (*timeH)[pftrackref->trackRef()], (*timeErrH)[pftrackref->trackRef()] );
}
if( vetoed.count(pftrackref->trackRef().key()) == 0 || muonref.isNonnull()){
elems.emplace_back(trkElem);
}
Expand Down

0 comments on commit 15b1308

Please sign in to comment.