Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bsunanda:Phase2-hgx67 Correct reconstruction geometry for EE and FH with full coverage #16524

Merged
merged 2 commits into from
Nov 17, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 72 additions & 0 deletions Configuration/Geometry/scripts/dict2023Geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,78 @@
'from Geometry.EcalMapping.EcalMappingRecord_cfi import *',
],
"era" : "run2_HE_2017, run2_HF_2017, run2_HCAL_2017, run3_HB, phase2_hcal, phase2_hgcal",
},
"C3" : {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kpedro88
shouldn't edits in this file be accompanied by more changes?
(e.g. README, generated geometry cff files and definition of new workflows)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@slava77 it's acceptable if @bsunanda wants to add the necessary geometry info for C3 without making a workflow for it right away. (So in general, adding items is okay, but editing anything that's currently used in a workflow should be accompanied by rerunning the script to update any affected cff files.)

But yes, I would appreciate keeping the README up to date, i.e. C3 corresponds to HGCal v8 + Phase2 HCAL.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At this moment it is a bit premature to add a new or modify existing workflow. I shall update the README - but I shall do that in a separate PR (this one is signed by all and updating this PR will require it go through the entire cycle all over again)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR is now provided to add the comment in README file

1 : [
'Geometry/EcalCommonData/data/ectkcable.xml',
'Geometry/EcalCommonData/data/PhaseII/eregalgo.xml',
'Geometry/EcalCommonData/data/ebalgo.xml',
'Geometry/EcalCommonData/data/ebcon.xml',
'Geometry/EcalCommonData/data/ebrot.xml',
'Geometry/EcalCommonData/data/eecon.xml',
'Geometry/EcalCommonData/data/PhaseII/escon.xml',
'Geometry/EcalCommonData/data/PhaseII/esalgo.xml',
'Geometry/HcalCommonData/data/hcalrotations.xml',
'Geometry/HcalCommonData/data/PhaseII/HGCal/hcalalgo.xml',
'Geometry/HcalCommonData/data/hcalbarrelalgo.xml',
'Geometry/HcalCommonData/data/PhaseII/SSAbsorber/hcalendcapalgo.xml',
'Geometry/HcalCommonData/data/hcalouteralgo.xml',
'Geometry/HcalCommonData/data/hcalforwardalgo.xml',
'Geometry/HcalCommonData/data/PhaseII/hcalSimNumbering.xml',
'Geometry/HcalCommonData/data/PhaseII/hcalRecNumberingRebuild.xml',
'Geometry/HcalCommonData/data/average/hcalforwardmaterial.xml',
'Geometry/HGCalCommonData/data/v8/hgcal.xml',
'Geometry/HGCalCommonData/data/v8/hgcalEE.xml',
'Geometry/HGCalCommonData/data/v8/hgcalHEsil.xml',
'Geometry/HGCalCommonData/data/v7/hgcalwafer.xml',
'Geometry/HGCalCommonData/data/v8/hgcalCons.xml',
],
3 : [
'Geometry/EcalSimData/data/PhaseII/ecalsens.xml',
'Geometry/HcalCommonData/data/PhaseII/HGCal/hcalsenspmf.xml',
'Geometry/HcalSimData/data/hf.xml',
'Geometry/HcalSimData/data/hfpmt.xml',
'Geometry/HcalSimData/data/hffibrebundle.xml',
'Geometry/HcalSimData/data/CaloUtil.xml',
'Geometry/HGCalSimData/data/hgcsensv8.xml',
'Geometry/HGCalSimData/data/hgccons.xml',
'Geometry/HGCalSimData/data/hgcProdCuts.xml',
],
4 : [
'Geometry/HcalSimData/data/HcalProdCuts.xml',
'Geometry/EcalSimData/data/EcalProdCuts.xml',
],
"sim" : [
'from Geometry.HcalCommonData.hcalParameters_cfi import *',
'from Geometry.HcalCommonData.hcalDDDSimConstants_cfi import *',
'from Geometry.HGCalCommonData.hgcalV6ParametersInitialization_cfi import *',
'from Geometry.HGCalCommonData.hgcalV6NumberingInitialization_cfi import *'
],
"reco" : [
'from Geometry.CaloEventSetup.HGCalV6Topology_cfi import *',
'from Geometry.HGCalGeometry.HGCalV6GeometryESProducer_cfi import *',
'from Geometry.CaloEventSetup.CaloTopology_cfi import *',
'from Geometry.CaloEventSetup.CaloGeometryBuilder_cfi import *',
'CaloGeometryBuilder = cms.ESProducer("CaloGeometryBuilder",',
' SelectedCalos = cms.vstring("HCAL" ,',
' "ZDC" ,',
' "EcalBarrel" ,',
' "TOWER" ,',
' "HGCalEESensitive" ,',
' "HGCalHESiliconSensitive" ',
' )',
')',
'from Geometry.EcalAlgo.EcalBarrelGeometry_cfi import *',
'from Geometry.HcalEventSetup.HcalGeometry_cfi import *',
'from Geometry.HcalEventSetup.CaloTowerGeometry_cfi import *',
'from Geometry.HcalEventSetup.CaloTowerTopology_cfi import *',
'from Geometry.HcalCommonData.hcalDDDRecConstants_cfi import *',
'from Geometry.HcalEventSetup.hcalTopologyIdeal_cfi import *',
'from Geometry.CaloEventSetup.EcalTrigTowerConstituents_cfi import *',
'from Geometry.EcalMapping.EcalMapping_cfi import *',
'from Geometry.EcalMapping.EcalMappingRecord_cfi import *',
],
"era" : "run2_HE_2017, run2_HF_2017, run2_HCAL_2017, run3_HB, phase2_hcal, phase2_hgcal",
}
}

Expand Down
29 changes: 18 additions & 11 deletions Geometry/CaloTopology/src/HGCalTopology.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "Geometry/CaloTopology/interface/HGCalTopology.h"
#include "Geometry/CaloGeometry/interface/CaloSubdetectorGeometry.h"

//#define DebugLog
//#define EDM_ML_DEBUG

HGCalTopology::HGCalTopology(const HGCalDDDConstants& hdcons,
ForwardSubdetector subdet,
Expand All @@ -19,7 +19,7 @@ HGCalTopology::HGCalTopology(const HGCalDDDConstants& hdcons,
kHGeomHalf_ = sectors_*layers_;
}
kSizeForDenseIndexing = (unsigned int)(2*kHGhalf_);
#ifdef DebugLog
#ifdef EDM_ML_DEBUG
std::cout << "HGCalTopology initialized for subdetector " << subdet_
<< " having half-chamber flag " << half_ << " with " << sectors_
<< " Sectors " << layers_ << " Layers " << cells_
Expand Down Expand Up @@ -83,6 +83,11 @@ uint32_t HGCalTopology::detId2denseGeomId(const DetId& id) const {
} else {
idx = (uint32_t)(((id_.zside > 0) ? kHGeomHalf_ : 0) +
((isubsec*layers_+id_.iLay-1)*sectors_+id_.iSec));
#ifdef EDM_ML_DEBUG
std::cout << "I/P " << id_.zside << ":" << id_.iLay << ":" << id_.iSec
<< ":" << isubsec << " Constants " << kHGeomHalf_ << ":"
<< layers_ << ":" << sectors_ << " o/p " << idx << std::endl;
#endif
}
return idx;
}
Expand Down Expand Up @@ -146,14 +151,15 @@ HGCalTopology::DecodedDetId HGCalTopology::geomDenseId2decId(const uint32_t& hi)
HGCalTopology::DecodedDetId HGCalTopology::decode(const DetId& startId) const {

HGCalTopology::DecodedDetId id_;
if (mode_ == HGCalGeometryMode::Hexagon) {
HGCalDetId id(startId);
id_.iCell = id.cell();
id_.iLay = id.layer();
id_.iSec = id.wafer();
id_.iSubSec= id.waferType();
id_.zside = id.zside();
id_.subdet = id.subdetId();
if ((mode_ == HGCalGeometryMode::Hexagon) ||
(mode_ == HGCalGeometryMode::HexagonFull)) {
HGCalDetId id(startId);
id_.iCell = id.cell();
id_.iLay = id.layer();
id_.iSec = id.wafer();
id_.iSubSec= id.waferType();
id_.zside = id.zside();
id_.subdet = id.subdetId();
} else if (subdet_ == HGCEE) {
HGCEEDetId id(startId);
id_.iCell = id.cell();
Expand All @@ -178,7 +184,8 @@ DetId HGCalTopology::encode(const HGCalTopology::DecodedDetId& id_) const {

int isubsec= (id_.iSubSec > 0) ? 1 : 0;
DetId id;
if (mode_ == HGCalGeometryMode::Hexagon) {
if ((mode_ == HGCalGeometryMode::Hexagon) ||
(mode_ == HGCalGeometryMode::HexagonFull)) {
id = HGCalDetId(subdet_,id_.zside,id_.iLay,isubsec,id_.iSec,id_.iCell).rawId();
} else if (subdet_ == HGCEE) {
id = HGCEEDetId(subdet_,id_.zside,id_.iLay,id_.iSec,isubsec,id_.iCell).rawId();
Expand Down
5 changes: 3 additions & 2 deletions Geometry/HGCalCommonData/interface/HGCalDDDConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class HGCalDDDConstants {
int maxCells(int lay, bool reco) const;
int maxCellsSquare(float h, float bl, float tl, float alpha,
float cellSize) const;
int maxModules() const {return modHalf_;}
int maxRows(int lay, bool reco) const;
double minSlope() const {return hgpar_->slopeMin_;}
int modules(int lay, bool reco) const;
Expand Down Expand Up @@ -105,9 +106,9 @@ class HGCalDDDConstants {
constexpr static double tan30deg_ = 0.5773502693;
double rmax_, hexside_;
HGCalGeometryMode mode_;
int32_t tot_wafers_;
int32_t tot_wafers_, modHalf_;
std::array<uint32_t,2> tot_layers_;
simrecovecs max_modules_layer_;
simrecovecs max_modules_layer_;
};

#endif
17 changes: 14 additions & 3 deletions Geometry/HGCalCommonData/plugins/DDHGCalModuleAlgo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ void DDHGCalModuleAlgo::positionSensitive(DDLogicalPart& glog, double rin,
int ncol = (int)(2.0*rout/waferW) + 1;
int nrow = (int)(rout/(waferW*tan(30.0*CLHEP::deg))) + 1;
int incm(0), inrm(0), kount(0);
double xc[6], yc[6];
#ifdef EDM_ML_DEBUG
std::cout << glog.ddname() << " rout " << rout << " Row " << nrow
<< " Column " << ncol << std::endl;
Expand All @@ -235,9 +236,19 @@ void DDHGCalModuleAlgo::positionSensitive(DDLogicalPart& glog, double rin,
if (inr%2 == inc%2) {
double xpos = nc*dx;
double ypos = nr*dy;
double rpos = std::sqrt(xpos*xpos+ypos*ypos);
double r1 = (rpos>rr) ? rpos-rr : 0;
if (r1 >= rin && rpos+rr <= rout) {
xc[0] = xpos+dx; yc[0] = ypos-0.5*rr;
xc[1] = xpos+dx; yc[1] = ypos+0.5*rr;
xc[2] = xpos; yc[2] = ypos+rr;
xc[3] = xpos-dx; yc[3] = ypos+0.5*rr;
xc[4] = xpos+dx; yc[4] = ypos-0.5*rr;
xc[5] = xpos; yc[5] = ypos-rr;
bool cornerAll(true);
for (int k=0; k<6; ++k) {
double rpos = std::sqrt(xc[k]*xc[k]+yc[k]*yc[k]);
if (rpos < rin || rpos > rout) cornerAll = false;
}
if (cornerAll) {
double rpos = std::sqrt(xpos*xpos+ypos*ypos);
DDTranslation tran(xpos, ypos, 0.0);
DDRotation rotation;
int copy = inr*100 + inc;
Expand Down
154 changes: 140 additions & 14 deletions Geometry/HGCalCommonData/python/testHGCV8XML_cfi.py
Original file line number Diff line number Diff line change
@@ -1,33 +1,159 @@
import FWCore.ParameterSet.Config as cms

# This config was generated automatically using generate2023Geometry.py
# If you notice a mistake, please update the generating script, not just this config

XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
geomXMLFiles = cms.vstring('Geometry/CMSCommonData/data/materials.xml',
geomXMLFiles = cms.vstring(
'Geometry/CMSCommonData/data/materials.xml',
'Geometry/CMSCommonData/data/rotations.xml',
'Geometry/CMSCommonData/data/extend/cmsextent.xml',
'Geometry/CMSCommonData/data/PhaseI/cms.xml',
'Geometry/CMSCommonData/data/cmsMother.xml',
'Geometry/CMSCommonData/data/PostLS2/cms.xml',
'Geometry/CMSCommonData/data/eta3/etaMax.xml',
'Geometry/CMSCommonData/data/cmsMother.xml',
'Geometry/CMSCommonData/data/cmsTracker.xml',
'Geometry/CMSCommonData/data/PhaseII/caloBase.xml',
'Geometry/CMSCommonData/data/cmsCalo.xml',
'Geometry/CMSCommonData/data/PhaseII/muonBase.xml',
'Geometry/CMSCommonData/data/cmsMuon.xml',
'Geometry/CMSCommonData/data/mgnt.xml',
'Geometry/CMSCommonData/data/PostLS2/beampipe.xml',
'Geometry/CMSCommonData/data/PostLS2/cmsBeam.xml',
'Geometry/CMSCommonData/data/muonMB.xml',
'Geometry/CMSCommonData/data/muonMagnet.xml',
'Geometry/CMSCommonData/data/cavern.xml',
'Geometry/TrackerCommonData/data/PhaseII/trackerParameters.xml',
'Geometry/TrackerCommonData/data/pixfwdCommon.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdMaterials.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdCylinder.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwd.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdDisks.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdInnerDisk1.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdInnerDisk2.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdInnerDisk3.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdInnerDisk4.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdInnerDisk5.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdInnerDisk6.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdInnerDisk7.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdOuterDisk1.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdOuterDisk2.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdOuterDisk3.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdOuterDisk4.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdOuterDisk5.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdOuterDisk6.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdOuterDisk7.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdOuterDisk8.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdOuterDisk9.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdOuterDisk10.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdblade1.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdblade2.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdblade3.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdblade4.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdblade5.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdblade6.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdblade7.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdblade8.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdblade9.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixfwdblade10.xml',
'Geometry/TrackerCommonData/data/PhaseI/pixbarmaterial.xml',
'Geometry/TrackerCommonData/data/PhaseI/pixbarladder.xml',
'Geometry/TrackerCommonData/data/PhaseI/pixbarladderfull0.xml',
'Geometry/TrackerCommonData/data/PhaseI/pixbarladderfull1.xml',
'Geometry/TrackerCommonData/data/PhaseI/pixbarladderfull2.xml',
'Geometry/TrackerCommonData/data/PhaseI/pixbarladderfull3.xml',
'Geometry/TrackerCommonData/data/PhaseI/pixbarlayer.xml',
'Geometry/TrackerCommonData/data/PhaseI/pixbarlayer0.xml',
'Geometry/TrackerCommonData/data/PhaseI/pixbarlayer1.xml',
'Geometry/TrackerCommonData/data/PhaseI/pixbarlayer2.xml',
'Geometry/TrackerCommonData/data/PhaseI/pixbarlayer3.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/pixbar.xml',
'Geometry/TrackerCommonData/data/trackermaterial.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/tracker.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/trackerbar.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/trackerfwd.xml',
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/trackerStructureTopology.xml',
'Geometry/TrackerSimData/data/PhaseII/TiltedTracker/trackersens.xml',
'Geometry/TrackerRecoData/data/PhaseII/TiltedTracker/trackerRecoMaterial.xml',
'Geometry/TrackerSimData/data/PhaseII/TiltedTracker/trackerProdCuts.xml',
'Geometry/TrackerSimData/data/trackerProdCutsBEAM.xml',
'Geometry/EcalCommonData/data/ectkcable.xml',
'Geometry/EcalCommonData/data/PhaseII/eregalgo.xml',
'Geometry/EcalCommonData/data/ebalgo.xml',
'Geometry/EcalCommonData/data/ebcon.xml',
'Geometry/EcalCommonData/data/ebrot.xml',
'Geometry/EcalCommonData/data/eecon.xml',
'Geometry/EcalCommonData/data/PhaseII/escon.xml',
'Geometry/EcalCommonData/data/PhaseII/esalgo.xml',
'Geometry/HcalCommonData/data/hcalrotations.xml',
'Geometry/HcalCommonData/data/PhaseII/HGCal/hcalalgo.xml',
'Geometry/HcalCommonData/data/PhaseII/HGCal/hcalendcapalgo.xml',
'Geometry/HcalCommonData/data/hcalbarrelalgo.xml',
'Geometry/HcalCommonData/data/PhaseII/SSAbsorber/hcalendcapalgo.xml',
'Geometry/HcalCommonData/data/hcalouteralgo.xml',
'Geometry/HcalCommonData/data/hcalforwardalgo.xml',
'Geometry/HcalCommonData/data/PhaseII/hcalSimNumbering.xml',
'Geometry/HcalCommonData/data/PhaseII/hcalRecNumberingRebuild.xml',
'Geometry/HcalCommonData/data/hcalbarrelalgo.xml',
# 'Geometry/HcalCommonData/data/PhaseII/HGCal/hcalsenspmf.xml',
'Geometry/HcalSimData/data/hf.xml',
'Geometry/HcalSimData/data/hfpmt.xml',
'Geometry/HcalSimData/data/hffibrebundle.xml',
'Geometry/HcalSimData/data/CaloUtil.xml',
'Geometry/HcalSimData/data/HcalProdCuts.xml',
'Geometry/HcalCommonData/data/average/hcalforwardmaterial.xml',
'Geometry/HGCalCommonData/data/v8/hgcal.xml',
'Geometry/HGCalCommonData/data/v8/hgcalEE.xml',
'Geometry/HGCalCommonData/data/v8/hgcalHEsil.xml',
'Geometry/HGCalCommonData/data/v7/hgcalwafer.xml',
'Geometry/HGCalCommonData/data/v8/hgcalCons.xml',
'Geometry/HGCalSimData/data/hgcsensv8.xml'),
'Geometry/HGCalCommonData/data/fastTimingBarrel.xml',
'Geometry/HGCalCommonData/data/fastTimingEndcap.xml',
'Geometry/HGCalCommonData/data/fastTimingElement.xml',
'Geometry/MuonCommonData/data/v1/mbCommon.xml',
'Geometry/MuonCommonData/data/v1/mb1.xml',
'Geometry/MuonCommonData/data/v1/mb2.xml',
'Geometry/MuonCommonData/data/v1/mb3.xml',
'Geometry/MuonCommonData/data/v1/mb4.xml',
'Geometry/MuonCommonData/data/design/muonYoke.xml',
'Geometry/MuonCommonData/data/PhaseII/mf.xml',
'Geometry/MuonCommonData/data/PhaseII/rpcf.xml',
'Geometry/MuonCommonData/data/PhaseII/gemf.xml',
'Geometry/MuonCommonData/data/PhaseII/TDR_BaseLine/gem11.xml',
'Geometry/MuonCommonData/data/PhaseII/TDR_BaseLine/gem21.xml',
'Geometry/MuonCommonData/data/v2/csc.xml',
'Geometry/MuonCommonData/data/PhaseII/mfshield.xml',
'Geometry/MuonCommonData/data/PhaseII/TDR_BaseLine/me0.xml',
'Geometry/ForwardCommonData/data/v2/forwardshield.xml',
'Geometry/ForwardCommonData/data/brmrotations.xml',
'Geometry/ForwardCommonData/data/PostLS2/brm.xml',
'Geometry/ForwardCommonData/data/zdcmaterials.xml',
'Geometry/ForwardCommonData/data/lumimaterials.xml',
'Geometry/ForwardCommonData/data/zdcrotations.xml',
'Geometry/ForwardCommonData/data/lumirotations.xml',
'Geometry/ForwardCommonData/data/zdc.xml',
'Geometry/ForwardCommonData/data/zdclumi.xml',
'Geometry/ForwardCommonData/data/cmszdc.xml',
)+
cms.vstring(
'Geometry/MuonCommonData/data/PhaseII/muonNumbering.xml',
'Geometry/EcalSimData/data/PhaseII/ecalsens.xml',
'Geometry/HcalCommonData/data/PhaseII/HGCal/hcalsenspmf.xml',
'Geometry/HcalSimData/data/hf.xml',
'Geometry/HcalSimData/data/hfpmt.xml',
'Geometry/HcalSimData/data/hffibrebundle.xml',
'Geometry/HcalSimData/data/CaloUtil.xml',
'Geometry/HGCalSimData/data/hgcsensv8.xml',
'Geometry/HGCalSimData/data/hgccons.xml',
'Geometry/HGCalSimData/data/hgcProdCuts.xml',
'Geometry/HGCalSimData/data/fasttimesens.xml',
'Geometry/HGCalSimData/data/fasttimeProdCuts.xml',
'Geometry/MuonSimData/data/PhaseII/muonSens.xml',
'Geometry/DTGeometryBuilder/data/dtSpecsFilter.xml',
'Geometry/CSCGeometryBuilder/data/cscSpecsFilter.xml',
'Geometry/CSCGeometryBuilder/data/cscSpecs.xml',
'Geometry/RPCGeometryBuilder/data/PhaseII/RPCSpecs.xml',
'Geometry/GEMGeometryBuilder/data/GEMSpecsFilter.xml',
'Geometry/GEMGeometryBuilder/data/v5/GEMSpecs.xml',
'Geometry/ForwardCommonData/data/brmsens.xml',
'Geometry/ForwardSimData/data/zdcsens.xml',
'Geometry/HcalSimData/data/HcalProdCuts.xml',
'Geometry/EcalSimData/data/EcalProdCuts.xml',
'Geometry/MuonSimData/data/PhaseII/muonProdCuts.xml',
'Geometry/ForwardSimData/data/zdcProdCuts.xml',
'Geometry/ForwardSimData/data/ForwardShieldProdCuts.xml',
'Geometry/CMSCommonData/data/FieldParameters.xml',
),
rootNodeName = cms.string('cms:OCMS')
)


Loading