-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Mix use of DD4hep and DD4Hep across CMSSW. #33373
Comments
A new Issue was created by @srimanob Phat Srimanobhas. @Dr15Jones, @dpiparo, @silviodonato, @smuzaffar, @makortel, @qliphy can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
assign geometry, simulation, reconstruction |
New categories assigned: geometry,reconstruction,simulation @Dr15Jones,@cvuosalo,@mdhildreth,@mdhildreth,@slava77,@perrotta,@makortel,@jpata,@ianna,@civanch,@civanch you have been requested to review this Pull request/Issue and eventually sign? Thanks |
Is this issue resolved or not yet? |
There are about 100 files with |
@cvuosalo , how many files start from DD4hep? If more than 10-20 then we cannot fix this. |
@civanch The capitalization of |
@cvuosalo - IMHO, it would be nice to have identical spelling in all Python configurations. https://cmssdt.cern.ch/lxr/search?%21v=CMSSW_12_2_X_2021-11-04-2300&_filestring=py&_string=fromDD4Hep It is odd that two geometry producers use different syntax in the same fragment: |
I agree. Also it is possible adiabatically change the situation:
|
Thanks very much @ianna |
@srimanob - please, check if the issue can be closed. Thanks! |
Thanks @ianna I think this issue can be closed. |
+1 |
+1 |
+reconstruction |
This issue is fully signed and ready to be closed. |
Seem there are a mixing of "DD4hep" and "DD4Hep" across CMSSW code. It looks like "DD4hep" is the right one to use.
Examples of "DD4Hep":
Geometry/DTGeometryBuilder/src/DTGeometryBuilderFromDD4Hep.cc
Geometry/DTGeometryBuilder/src/DTGeometryBuilderFromDD4Hep.h
MagneticField/Engine/test/regression.py
MagneticField/Engine/test/runTest.sh
SimG4Core/PrintGeomInfo/test/SimFileCompare.cpp
Geometry/RPCGeometryBuilder/src/RPCGeometryParsFromDD.cc
Geometry/EcalCommonData/plugins/EcalSimParametersESModule.cc
...
It does not affect anything, just something not the same across CMSSW. Should I try to migrate all of them to be the same?
The text was updated successfully, but these errors were encountered: