-
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 tag 'CMSSW_14_2_0_pre3' into CMSSW_14_1_0_pre3_LST_X_LSTCore_re…
…alfiles
- Loading branch information
Showing
1,318 changed files
with
109,782 additions
and
77,952 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
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 |
---|---|---|
|
@@ -2,8 +2,4 @@ | |
#ifndef __LASGLOBALDATA_C | ||
#define __LASGLOBALDATA_C | ||
|
||
|
||
|
||
|
||
|
||
#endif |
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
12 changes: 7 additions & 5 deletions
12
Alignment/MillePedeAlignmentAlgorithm/plugins/BuildFile.xml
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,13 +1,15 @@ | ||
<use name="Alignment/MillePedeAlignmentAlgorithm"/> | ||
<use name="Alignment/SurveyAnalysis"/> | ||
<use name="FWCore/Framework"/> | ||
<use name="FWCore/ParameterSet"/> | ||
<use name="FWCore/ServiceRegistry"/> | ||
<use name="CommonTools/UtilAlgos"/> | ||
<use name="CondFormats/Common"/> | ||
<use name="CondFormats/DataRecord"/> | ||
<use name="CondFormats/GeometryObjects"/> | ||
<use name="CondFormats/SiPixelObjects"/> | ||
<use name="DQMServices/Core"/> | ||
<use name="DataFormats/HepMCCandidate"/> | ||
<use name="DataFormats/TrackerCommon"/> | ||
<use name="FWCore/Framework"/> | ||
<use name="FWCore/ParameterSet"/> | ||
<use name="FWCore/ServiceRegistry"/> | ||
<use name="Geometry/TrackerGeometryBuilder"/> | ||
<use name="DQMServices/Core"/> | ||
<use name="Alignment/MillePedeAlignmentAlgorithm"/> | ||
<flags EDM_PLUGIN="1"/> |
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
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
2 changes: 1 addition & 1 deletion
2
Alignment/MillePedeAlignmentAlgorithm/python/MillePedeDQMModule_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
15 changes: 7 additions & 8 deletions
15
Alignment/MillePedeAlignmentAlgorithm/python/MillePedeFileReader_cfi.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,11 +1,10 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
MillePedeFileReader = cms.PSet( | ||
fileDir = cms.string(''), | ||
|
||
millePedeEndFile = cms.string('millepede.end'), | ||
millePedeLogFile = cms.string('millepede.log'), | ||
millePedeResFile = cms.string('millepede.res'), | ||
|
||
isHG = cms.bool(False) | ||
) | ||
fileDir = cms.string(''), | ||
ignoreInactiveAlignables = cms.bool(True), | ||
millePedeEndFile = cms.string('millepede.end'), | ||
millePedeLogFile = cms.string('millepede.log'), | ||
millePedeResFile = cms.string('millepede.res'), | ||
isHG = cms.bool(False) | ||
) |
Oops, something went wrong.