Skip to content

Commit

Permalink
Merge pull request #5 from cms-sw/master
Browse files Browse the repository at this point in the history
merge with master
  • Loading branch information
knash authored Aug 5, 2019
2 parents 5151b6c + 203bc98 commit 0b144d8
Show file tree
Hide file tree
Showing 106 changed files with 2,163 additions and 3,637 deletions.
16 changes: 8 additions & 8 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run2
'run2_mc_pa' : '110X_mcRun2_pA_v2',
# GlobalTag for Run1 data reprocessing
'run1_data' : '110X_dataRun2_v2',
'run1_data' : '110X_dataRun2_2017_2018_Candidate_2019_08_03_03_51_45',
# GlobalTag for Run2 data reprocessing
'run2_data' : '110X_dataRun2_v2',
'run2_data' : '110X_dataRun2_2017_2018_Candidate_2019_08_03_03_51_45',
# GlobalTag for Run2 data relvals: allows customization to run with fixed L1 menu
'run2_data_relval' : '110X_dataRun2_relval_v2',
'run2_data_relval' : '110X_dataRun2_relval_Candidate_2019_08_03_03_55_32',
# GlobalTag for Run2 data 2018B relvals only: HEM-15-16 fail
'run2_data_promptlike_HEfail' : '110X_dataRun2_PromptLike_HEfail_v1',
'run2_data_promptlike_HEfail' : '110X_dataRun2_PromptLike_HEfail_Candidate_2019_08_02_16_55_52',
# GlobalTag for Run2 data 2016H relvals only: Prompt Conditions + fixed L1 menu (to be removed)
'run2_data_promptlike' : '110X_dataRun2_PromptLike_v1',
'run2_data_promptlike_hi' : '110X_dataRun2_PromptLike_HI_v1',
'run2_data_promptlike' : '110X_dataRun2_PromptLike_Candidate_2019_08_02_16_53_14',
'run2_data_promptlike_hi' : '110X_dataRun2_PromptLike_HI_Candidate_2019_08_02_16_55_18',
# GlobalTag for Run1 HLT: it points to the online GT
'run1_hlt' : '101X_dataRun2_HLT_frozen_v9',
# GlobalTag for Run2 HLT: it points to the online GT
Expand All @@ -56,11 +56,11 @@
# GlobalTag for MC production with perfectly aligned and calibrated detector for full Phase1 2018 (and 0,0,0-centred beamspot)
'phase1_2018_design' : '110X_upgrade2018_design_v1',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector
'phase1_2018_realistic' : '110X_upgrade2018_realistic_v1',
'phase1_2018_realistic' : '110X_upgrade2018_realistic_Candidate_2019_08_03_11_37_17',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector for Heavy Ion
'phase1_2018_realistic_hi' : '110X_upgrade2018_realistic_HI_v2',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector: HEM-15-16 fail
'phase1_2018_realistic_HEfail' : '110X_upgrade2018_realistic_HEfail_v1',
'phase1_2018_realistic_HEfail' : '110X_upgrade2018_realistic_HEfail_Candidate_2019_08_03_11_39_50',
# GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in DECO mode
'phase1_2018_cosmics' : '110X_upgrade2018cosmics_realistic_deco_v1',
# GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in PEAK mode
Expand Down
2 changes: 1 addition & 1 deletion Configuration/PyReleaseValidation/scripts/runTheMatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def runSelected(opt):
10024.0, #2017 ttbar
10224.0, #2017 ttbar PU
10824.0, #2018 ttbar
11624.0, #2021 ttbar
11634.0, #2021 ttbar
20034.0, #2026D35 ttbar (MTD TDR baseline)
20434.0, #2026D41 ttbar (L1T TDR baseline)
21234.0, #2026D44 (exercise HF nose)
Expand Down
4 changes: 0 additions & 4 deletions DetectorDescription/DDCMS/data/cms-tracker-2021.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@

<IncludeSection>
<Include ref="Geometry/CMSCommonData/data/materials.xml"/>
<Include ref="DetectorDescription/DDCMS/data/trackermaterial.xml"/>
<Include ref="DetectorDescription/DDCMS/data/tibtidcommonmaterial.xml"/>
<Include ref="DetectorDescription/DDCMS/data/vacuum.xml"/>
<Include ref="DetectorDescription/DDCMS/data/cmsextent.xml"/>
<Include ref="DetectorDescription/DDCMS/data/cms.xml"/>
<Include ref="Geometry/CMSCommonData/data/rotations.xml"/>
<Include ref="Geometry/CMSCommonData/data/extend/v2/cmsextent.xml"/>
<Include ref="Geometry/CMSCommonData/data/cms/2021/v1/cms.xml"/>
Expand Down
5 changes: 2 additions & 3 deletions DetectorDescription/DDCMS/plugins/DDAngular.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "DD4hep/DetFactoryHelper.h"
#include "DataFormats/Math/interface/GeantUnits.h"
#include "DataFormats/Math/interface/CMSUnits.h"
#include "DetectorDescription/DDCMS/interface/DDPlugins.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include <Math/Rotation3D.h>
Expand All @@ -9,8 +9,7 @@
using namespace std;
using namespace dd4hep;
using namespace cms;
using namespace geant_units;
using namespace geant_units::operators;
using namespace cms_units::operators;

using DD3Vector = ROOT::Math::DisplacementVector3D<ROOT::Math::Cartesian3D<double> >;
using DDAxisAngle = ROOT::Math::AxisAngle;
Expand Down
4 changes: 2 additions & 2 deletions DetectorDescription/DDCMS/plugins/DDCutTubsFromPoints.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#include "DetectorDescription/DDCMS/interface/DDPlugins.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"

#include "DataFormats/Math/interface/GeantUnits.h"
#include "DataFormats/Math/interface/CMSUnits.h"

using namespace geant_units::operators; // _deg and convertRadToDeg
using namespace cms_units::operators; // _deg and convertRadToDeg

static long algorithm(dd4hep::Detector& /* description */,
cms::DDParsingContext& ctxt,
Expand Down
1 change: 0 additions & 1 deletion DetectorDescription/DDCMS/plugins/DDHGCalCell.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "DD4hep/DetFactoryHelper.h"
#include "DataFormats/Math/interface/GeantUnits.h"
#include "DetectorDescription/DDCMS/interface/DDPlugins.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/Utilities/interface/Exception.h"
Expand Down
4 changes: 2 additions & 2 deletions DetectorDescription/DDCMS/plugins/DDHGCalWafer.cc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#include "DD4hep/DetFactoryHelper.h"
#include "DataFormats/Math/interface/GeantUnits.h"
#include "DataFormats/Math/interface/CMSUnits.h"
#include "DetectorDescription/DDCMS/interface/DDPlugins.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"

//#define EDM_ML_DEBUG

using namespace geant_units::operators;
using namespace cms_units::operators;

static long algorithm(dd4hep::Detector& /* description */,
cms::DDParsingContext& ctxt,
Expand Down
1 change: 0 additions & 1 deletion DetectorDescription/DDCMS/plugins/DDHGCalWafer8.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/

#include "DD4hep/DetFactoryHelper.h"
#include "DataFormats/Math/interface/GeantUnits.h"
#include "DetectorDescription/DDCMS/interface/DDPlugins.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/Utilities/interface/Exception.h"
Expand Down
4 changes: 2 additions & 2 deletions DetectorDescription/DDCMS/plugins/DDLinear.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "DD4hep/DetFactoryHelper.h"
#include "DataFormats/Math/interface/GeantUnits.h"
#include "DataFormats/Math/interface/CMSUnits.h"
#include "DetectorDescription/DDCMS/interface/DDPlugins.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include <Math/Cartesian3D.h>
Expand All @@ -8,7 +8,7 @@
using namespace std;
using namespace dd4hep;
using namespace cms;
using namespace geant_units::operators;
using namespace cms_units::operators;

using DD3Vector = ROOT::Math::DisplacementVector3D<ROOT::Math::Cartesian3D<double> >;

Expand Down
4 changes: 2 additions & 2 deletions DetectorDescription/DDCMS/plugins/DDPixBarLayerAlgo.cc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#include "DD4hep/DetFactoryHelper.h"
#include "DataFormats/Math/interface/GeantUnits.h"
#include "DataFormats/Math/interface/CMSUnits.h"
#include "DetectorDescription/DDCMS/interface/DDPlugins.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"

using namespace std;
using namespace dd4hep;
using namespace cms;
using namespace geant_units::operators;
using namespace cms_units::operators;

static long algorithm(Detector& description, cms::DDParsingContext& ctxt, xml_h e, SensitiveDetector& /* sens */) {
PlacedVolume pv;
Expand Down
4 changes: 2 additions & 2 deletions DetectorDescription/DDCMS/plugins/DDPixBarLayerUpgradeAlgo.cc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#include "DD4hep/DetFactoryHelper.h"
#include "DataFormats/Math/interface/GeantUnits.h"
#include "DataFormats/Math/interface/CMSUnits.h"
#include "DetectorDescription/DDCMS/interface/DDPlugins.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"

using namespace geant_units::operators;
using namespace cms_units::operators;

static long algorithm(dd4hep::Detector&, cms::DDParsingContext& ctxt, xml_h e, dd4hep::SensitiveDetector&) {
cms::DDNamespace ns(ctxt, e, true);
Expand Down
4 changes: 2 additions & 2 deletions DetectorDescription/DDCMS/plugins/DDPixFwdDiskAlgo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
#include "DD4hep/DetFactoryHelper.h"
#include "DD4hep/Printout.h"

#include "DataFormats/Math/interface/GeantUnits.h"
#include "DataFormats/Math/interface/CMSUnits.h"

#include <sstream>

using namespace geant_units::operators; // _deg and convertRadToDeg
using namespace cms_units::operators; // _deg and convertRadToDeg

static long algorithm(dd4hep::Detector& /* description */,
cms::DDParsingContext& ctxt,
Expand Down
4 changes: 2 additions & 2 deletions DetectorDescription/DDCMS/plugins/DDPixPhase1FwdDiskAlgo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
#include "DD4hep/DetFactoryHelper.h"
#include "DD4hep/Printout.h"

#include "DataFormats/Math/interface/GeantUnits.h"
#include "DataFormats/Math/interface/CMSUnits.h"

#include <sstream>

using namespace geant_units::operators; // _deg and convertRadToDeg
using namespace cms_units::operators; // _deg and convertRadToDeg

static long algorithm(dd4hep::Detector& /* description */,
cms::DDParsingContext& ctxt,
Expand Down
4 changes: 2 additions & 2 deletions DetectorDescription/DDCMS/plugins/DDTECCoolAlgo.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "DD4hep/DetFactoryHelper.h"
#include "DD4hep/Printout.h"
#include "DataFormats/Math/interface/GeantUnits.h"
#include "DataFormats/Math/interface/CMSUnits.h"
#include "DetectorDescription/DDCMS/interface/DDPlugins.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"

Expand All @@ -9,7 +9,7 @@
using namespace std;
using namespace dd4hep;
using namespace cms;
using namespace geant_units::operators;
using namespace cms_units::operators;

static long algorithm(Detector& /* description */, cms::DDParsingContext& ctxt, xml_h e, SensitiveDetector& /* sens */) {
cms::DDNamespace ns(ctxt, e, true);
Expand Down
Loading

0 comments on commit 0b144d8

Please sign in to comment.