-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'cms-sw:master' into L1TK-PR-14_2_0_pre4
- Loading branch information
Showing
2,307 changed files
with
59,583 additions
and
25,784 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
from __future__ import print_function | ||
import os | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
from __future__ import print_function | ||
import configparser as ConfigParser | ||
import argparse | ||
import shelve | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
from __future__ import print_function | ||
import re | ||
import os | ||
import subprocess | ||
|
1 change: 0 additions & 1 deletion
1
Alignment/APEEstimation/test/cfgTemplate/apeEstimatorSummary_cfg.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
from __future__ import print_function | ||
import os | ||
|
||
import FWCore.ParameterSet.Config as cms | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
from __future__ import print_function | ||
import os | ||
|
||
import FWCore.ParameterSet.Config as cms | ||
|
1 change: 0 additions & 1 deletion
1
Alignment/APEEstimation/test/cfgTemplate/apeLocalSetting_cfg.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
from __future__ import print_function | ||
import os | ||
|
||
import FWCore.ParameterSet.Config as cms | ||
|
1 change: 0 additions & 1 deletion
1
Alignment/APEEstimation/test/createTrackerAlignmentErrorExtendedRcd_cfg.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
from __future__ import print_function | ||
import ROOT | ||
ROOT.gROOT.SetBatch(True) | ||
from setTDRStyle import setTDRStyle | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
from __future__ import print_function | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
from __future__ import print_function | ||
from __future__ import absolute_import | ||
|
||
import abc | ||
import csv | ||
|
1 change: 0 additions & 1 deletion
1
Alignment/CommonAlignment/python/tools/trackselectionRefitting.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
from __future__ import print_function | ||
import sys | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
from __future__ import print_function | ||
|
||
def cache(function): | ||
cache = {} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#!/usr/bin/env python3 | ||
|
||
from __future__ import print_function | ||
import os | ||
import sys | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#!/usr/bin/env python3 | ||
|
||
from __future__ import print_function | ||
|
||
from builtins import range | ||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
...mmonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGCombined_Output_cff.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
OutALCARECOPromptCalibProdSiPixelAliHLTHGC_noDrop = cms.PSet( | ||
SelectEvents = cms.untracked.PSet( | ||
SelectEvents = cms.vstring('pathALCARECOPromptCalibProdSiPixelAliHLTHGMinBias','pathALCARECOPromptCalibProdSiPixelAliHLTHGDiMu') | ||
), | ||
outputCommands = cms.untracked.vstring('keep *_SiPixelAliMillePedeFileConverterHLTHGDimuon_*_*', | ||
'keep *_SiPixelAliMillePedeFileConverterHLTHG_*_*') | ||
) | ||
|
||
OutALCARECOPromptCalibProdSiPixelAliHLTHGC=OutALCARECOPromptCalibProdSiPixelAliHLTHGC_noDrop.clone() | ||
OutALCARECOPromptCalibProdSiPixelAliHLTHGC.outputCommands.insert(0, "drop *") |
139 changes: 139 additions & 0 deletions
139
Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGDiMuon_cff.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,139 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
# ------------------------------------------------------------------------------ | ||
# configure a filter to run only on the events selected by TkAlZMuMu AlcaReco | ||
from HLTrigger.HLTfilters.hltHighLevel_cfi import * | ||
ALCARECOTkAlZMuMuFilterForSiPixelAliHLT = hltHighLevel.clone( | ||
HLTPaths = ['pathALCARECOTkAlHLTTracksZMuMu'], | ||
throw = True, ## dont throw on unknown path names, | ||
TriggerResultsTag = "TriggerResults::RECO" | ||
) | ||
|
||
from Alignment.CommonAlignmentProducer.ALCARECOPromptCalibProdSiPixelAliHLT_cff import * | ||
from Alignment.CommonAlignmentProducer.LSNumberFilter_cfi import * | ||
|
||
|
||
|
||
# Ingredient: AlignmentTrackSelector | ||
# track selector for HighPurity tracks | ||
#-- AlignmentTrackSelector | ||
SiPixelAliLooseSelectorHLTHGDimuon = SiPixelAliLooseSelectorHLT.clone( | ||
src = 'ALCARECOTkAlHLTTracksZMuMu', | ||
etaMax = 3.0, | ||
etaMin = -3.0, | ||
filter = True, | ||
pMin = 8.0, | ||
) | ||
|
||
# track selection for alignment | ||
SiPixelAliTrackSelectorHLTHGDimuon = SiPixelAliTrackSelectorHLT.clone( | ||
src = 'SiPixelAliTrackFitterHLTHGDimuon', | ||
applyMultiplicityFilter = True, | ||
d0Max = 50.0, | ||
d0Min = -50.0, | ||
etaMax = 3.0, | ||
etaMin = -3.0, | ||
filter = True, | ||
maxMultiplicity = 2, | ||
minHitChargeStrip = 20.0, | ||
minHitIsolation = 0.01, | ||
minMultiplicity = 2, | ||
nHighestPt = 2, | ||
nHitMin = 10, | ||
pMin = 3.0, | ||
ptMin = 15.0, | ||
TwoBodyDecaySelector = dict(applyChargeFilter = True, | ||
applyMassrangeFilter = True, | ||
maxXMass = 95.8, | ||
minXMass = 85.8), | ||
minHitsPerSubDet = dict(inPIXEL = 1) | ||
) | ||
|
||
# Ingredient: SiPixelAliTrackRefitter0 | ||
# refitting | ||
SiPixelAliTrackRefitterHLTHGDimuon0 = SiPixelAliTrackRefitterHLT0.clone( | ||
src = 'SiPixelAliLooseSelectorHLTHGDimuon' | ||
) | ||
SiPixelAliTrackRefitterHLTHGDimuon1 = SiPixelAliTrackRefitterHLTHGDimuon0.clone( | ||
src = 'SiPixelAliTrackSelectorHLTHGDimuon' | ||
) | ||
|
||
#-- Alignment producer | ||
SiPixelAliMilleAlignmentProducerHLTHGDimuon = SiPixelAliMilleAlignmentProducerHLT.clone( | ||
ParameterBuilder = dict( | ||
Selector = cms.PSet( | ||
alignParams = cms.vstring( | ||
"TrackerP1PXBLadder,111111", | ||
"TrackerP1PXECPanel,111111", | ||
) | ||
) | ||
), | ||
tjTkAssociationMapTag = 'SiPixelAliTrackRefitterHLTHGDimuon1', | ||
algoConfig = MillePedeAlignmentAlgorithm.clone( | ||
binaryFile = 'milleBinaryHLTHGDimuon_0.dat', | ||
treeFile = 'treeFileHLTHGDimuon.root', | ||
monitorFile = 'millePedeMonitorHLTHGDimuon.root', | ||
minNumHits = 8, | ||
skipGlobalPositionRcdCheck = True, | ||
TrajectoryFactory = cms.PSet( | ||
AllowZeroMaterial = cms.bool(False), | ||
Chi2Cut = cms.double(10000.0), | ||
ConstructTsosWithErrors = cms.bool(False), | ||
EstimatorParameters = cms.PSet( | ||
MaxIterationDifference = cms.untracked.double(0.01), | ||
MaxIterations = cms.untracked.int32(100), | ||
RobustificationConstant = cms.untracked.double(1.0), | ||
UseInvariantMass = cms.untracked.bool(True) | ||
), | ||
IncludeAPEs = cms.bool(False), | ||
MaterialEffects = cms.string('LocalGBL'), | ||
NSigmaCut = cms.double(100.0), | ||
ParticleProperties = cms.PSet( | ||
PrimaryMass = cms.double(91.1061), | ||
PrimaryWidth = cms.double(1.7678), | ||
SecondaryMass = cms.double(0.105658) | ||
), | ||
PropagationDirection = cms.string('alongMomentum'), | ||
TrajectoryFactoryName = cms.string('TwoBodyDecayTrajectoryFactory'), | ||
UseBeamSpot = cms.bool(False), | ||
UseHitWithoutDet = cms.bool(True), | ||
UseInvalidHits = cms.bool(True), | ||
UseProjectedHits = cms.bool(True), | ||
UseRefittedState = cms.bool(True) | ||
) | ||
) | ||
) | ||
|
||
# Ingredient: SiPixelAliTrackerTrackHitFilter | ||
SiPixelAliTrackerTrackHitFilterHLTHGDimuon = SiPixelAliTrackerTrackHitFilterHLT.clone( | ||
src = 'SiPixelAliTrackRefitterHLTHGDimuon0', | ||
TrackAngleCut = 0.087, | ||
minimumHits = 10, | ||
usePixelQualityFlag = False | ||
) | ||
|
||
# Ingredient: SiPixelAliSiPixelAliTrackFitter | ||
SiPixelAliTrackFitterHLTHGDimuon = SiPixelAliTrackFitterHLT.clone( | ||
src = 'SiPixelAliTrackerTrackHitFilterHLTHGDimuon' | ||
) | ||
|
||
SiPixelAliMillePedeFileConverterHLTHGDimuon = cms.EDProducer( | ||
"MillePedeFileConverter", | ||
fileDir = cms.string(SiPixelAliMilleAlignmentProducerHLTHGDimuon.algoConfig.fileDir.value()), | ||
inputBinaryFile = cms.string(SiPixelAliMilleAlignmentProducerHLTHGDimuon.algoConfig.binaryFile.value()), | ||
fileBlobLabel = cms.string('') | ||
) | ||
|
||
seqALCARECOPromptCalibProdSiPixelAliHLTHGDiMu = cms.Sequence( | ||
ALCARECOTkAlZMuMuFilterForSiPixelAliHLT* | ||
LSNumberFilter* | ||
onlineBeamSpot* | ||
SiPixelAliLooseSelectorHLTHGDimuon* | ||
SiPixelAliTrackRefitterHLTHGDimuon0* | ||
SiPixelAliTrackerTrackHitFilterHLTHGDimuon* | ||
SiPixelAliTrackFitterHLTHGDimuon* | ||
SiPixelAliTrackSelectorHLTHGDimuon* | ||
SiPixelAliTrackRefitterHLTHGDimuon1* | ||
SiPixelAliMilleAlignmentProducerHLTHGDimuon* | ||
SiPixelAliMillePedeFileConverterHLTHGDimuon | ||
) |
84 changes: 84 additions & 0 deletions
84
Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHG_cff.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
# ------------------------------------------------------------------------------ | ||
# configure a filter to run only on the events selected by TkAlMinBias AlcaReco | ||
from HLTrigger.HLTfilters.hltHighLevel_cfi import * | ||
ALCARECOTkAlMinBiasFilterForSiPixelAliHLTHG = hltHighLevel.clone( | ||
HLTPaths = ['pathALCARECOTkAlHLTTracks'], | ||
throw = True, ## dont throw on unknown path names, | ||
TriggerResultsTag = "TriggerResults::RECO" | ||
) | ||
|
||
from Alignment.CommonAlignmentProducer.ALCARECOPromptCalibProdSiPixelAliHLT_cff import * | ||
from Alignment.CommonAlignmentProducer.LSNumberFilter_cfi import * | ||
|
||
# Ingredient: AlignmentTrackSelector | ||
# track selector for HighPurity tracks | ||
#-- AlignmentTrackSelector | ||
SiPixelAliLooseSelectorHLTHG = SiPixelAliLooseSelectorHLT.clone( | ||
src = 'ALCARECOTkAlHLTTracks', | ||
) | ||
|
||
# track selection for alignment | ||
SiPixelAliTrackSelectorHLTHG = SiPixelAliTrackSelectorHLT.clone( | ||
src = 'SiPixelAliTrackFitterHLTHG' | ||
) | ||
|
||
# Ingredient: SiPixelAliTrackRefitter0 | ||
# refitting | ||
SiPixelAliTrackRefitterHLTHG0 = SiPixelAliTrackRefitterHLT0.clone( | ||
src = 'SiPixelAliLooseSelectorHLTHG' | ||
) | ||
SiPixelAliTrackRefitterHLTHG1 = SiPixelAliTrackRefitterHLTHG0.clone( | ||
src = 'SiPixelAliTrackSelectorHLTHG' | ||
) | ||
|
||
#-- Alignment producer | ||
SiPixelAliMilleAlignmentProducerHLTHG = SiPixelAliMilleAlignmentProducerHLT.clone( | ||
ParameterBuilder = dict( | ||
Selector = cms.PSet( | ||
alignParams = cms.vstring( | ||
"TrackerP1PXBLadder,111111", | ||
"TrackerP1PXECPanel,111111", | ||
) | ||
) | ||
), | ||
tjTkAssociationMapTag = 'SiPixelAliTrackRefitterHLTHG1', | ||
algoConfig = MillePedeAlignmentAlgorithm.clone( | ||
binaryFile = 'milleBinaryHLTHG_0.dat', | ||
treeFile = 'treeFileHLTHG.root', | ||
monitorFile = 'millePedeMonitorHLTHG.root' | ||
) | ||
) | ||
|
||
# Ingredient: SiPixelAliTrackerTrackHitFilter | ||
SiPixelAliTrackerTrackHitFilterHLTHG = SiPixelAliTrackerTrackHitFilterHLT.clone( | ||
src = 'SiPixelAliTrackRefitterHLTHG0', | ||
usePixelQualityFlag = False | ||
) | ||
|
||
# Ingredient: SiPixelAliSiPixelAliTrackFitter | ||
SiPixelAliTrackFitterHLTHG = SiPixelAliTrackFitterHLT.clone( | ||
src = 'SiPixelAliTrackerTrackHitFilterHLTHG' | ||
) | ||
|
||
SiPixelAliMillePedeFileConverterHLTHG = cms.EDProducer( | ||
"MillePedeFileConverter", | ||
fileDir = cms.string(SiPixelAliMilleAlignmentProducerHLTHG.algoConfig.fileDir.value()), | ||
inputBinaryFile = cms.string(SiPixelAliMilleAlignmentProducerHLTHG.algoConfig.binaryFile.value()), | ||
fileBlobLabel = cms.string('') | ||
) | ||
|
||
seqALCARECOPromptCalibProdSiPixelAliHLTHG = cms.Sequence( | ||
ALCARECOTkAlMinBiasFilterForSiPixelAliHLTHG* | ||
LSNumberFilter* | ||
onlineBeamSpot* | ||
SiPixelAliLooseSelectorHLTHG* | ||
SiPixelAliTrackRefitterHLTHG0* | ||
SiPixelAliTrackerTrackHitFilterHLTHG* | ||
SiPixelAliTrackFitterHLTHG* | ||
SiPixelAliTrackSelectorHLTHG* | ||
SiPixelAliTrackRefitterHLTHG1* | ||
SiPixelAliMilleAlignmentProducerHLTHG* | ||
SiPixelAliMillePedeFileConverterHLTHG | ||
) |
Oops, something went wrong.