Skip to content

Commit

Permalink
minor fix delete copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongeun committed Mar 3, 2021
1 parent 2ce2268 commit c7ddc90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
@@ -1,6 +1,5 @@
import FWCore.ParameterSet.Config as cms

#import copy
from RecoTracker.CkfPattern.CkfTrackCandidates_cfi import *
CkfElectronCandidates = ckfTrackCandidates.clone(
TrajectoryBuilderPSet = dict(
Expand Down
@@ -1,6 +1,5 @@
import FWCore.ParameterSet.Config as cms

#import copy
from RecoTracker.CkfPattern.CkfTrajectoryBuilder_cfi import *
CkfElectronTrajectoryBuilder = CkfTrajectoryBuilder.clone(
propagatorAlong = 'fwdElectronPropagator',
Expand Down

0 comments on commit c7ddc90

Please sign in to comment.