Skip to content

Commit

Permalink
clean config
Browse files Browse the repository at this point in the history
  • Loading branch information
VinInn committed Sep 23, 2014
1 parent d233608 commit 9dae5d1
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
),

TkClusParameters = cms.PSet(
algorithm = cms.string("DA"),
algorithm = cms.string("DA_vect"),
TkDAClusParameters = cms.PSet(
coolingFactor = cms.double(0.6), # moderate annealing speed
Tmin = cms.double(4.), # end of annealing
Expand Down Expand Up @@ -47,7 +47,3 @@

)

# These lines should be uncommented only for the gcc4X builds, with X>=6
offlinePrimaryVertices.TkClusParameters.algorithm = cms.string("DA_vect" )
offlinePrimaryVertices.TkClusParameters.TkDAClusParameters.use_vdt = cms.untracked.bool( True )

0 comments on commit 9dae5d1

Please sign in to comment.