Skip to content

Commit

Permalink
addition after PR 16562
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Nov 16, 2016
1 parent f8d0176 commit 7d94cc7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Configuration/Geometry/README.md
Expand Up @@ -9,7 +9,8 @@ Tracker:

Calorimeters:
* C1: Run2 calorimeters
* C2: HGCal (v7) + Phase2 HCAL
* C2: HGCal (v7) + Phase2 HCAL and EB
* C3: HGCal (v8) + Phase2 HCAL and EB

Muon system:
* M1: Phase2 muon system (TP baseline) w/ GE21, ME0, RE3/1, RE4/1
Expand Down
4 changes: 4 additions & 0 deletions Configuration/Geometry/scripts/dict2023Geometry.py
Expand Up @@ -496,6 +496,10 @@
'from Geometry.HGCalCommonData.fastTimeParametersInitialization_cfi import *',
'from Geometry.HGCalCommonData.fastTimeNumberingInitialization_cfi import *',
],
"reco" :[
'from Geometry.CaloEventSetup.FastTimeTopology_cfi import *',
'from Geometry.HGCalGeometry.FastTimeGeometryESProducer_cfi import *',
],
"era" : "phase2_timing, phase2_timing_layer",
}
}
Expand Down
2 changes: 1 addition & 1 deletion Geometry/HGCalGeometry/test/BuildFile.xml
Expand Up @@ -4,4 +4,4 @@
<use name="CoralBase"/>

<flags EDM_PLUGIN="1"/>
<library file="HGCalGeometryTester.cc" name="testGeometryHCCalGeometry"> </library>
<library file="*.cc" name="testGeometryHCCalGeometry"> </library>

0 comments on commit 7d94cc7

Please sign in to comment.