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-ft11 Update README file in Configuration/Geometry and add required files for FastTime Reco Geometry #16590

Merged
merged 1 commit into from Nov 16, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 *',
],
Copy link
Contributor

Choose a reason for hiding this comment

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

@bsunanda you did not actually regenerate the geometry cffs after this change. Was that intentional?

"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>