Skip to content
Snippets Groups Projects
Commit 947b668b authored by Hideyuki Oide's avatar Hideyuki Oide
Browse files

disabled the intermediate vertex container write-out

parent 6a2f79a6
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ topSequence.VrtSecInclusive.doAssociateNonSelectedTracks = True
topSequence.VrtSecInclusive.doFinalImproveChi2 = True
topSequence.VrtSecInclusive.DoTruth = (globalflags.DataSource == 'geant4' and globalflags.InputFormat == "pool")
topSequence.VrtSecInclusive.FillHist = True
topSequence.VrtSecInclusive.FillIntermediateVertices = True
topSequence.VrtSecInclusive.FillIntermediateVertices = False
topSequence.VrtSecInclusive.CutPixelHits = 0
topSequence.VrtSecInclusive.CutSctHits = 2
topSequence.VrtSecInclusive.TrkA0ErrCut = 200000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment