-
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
bsunanda:Run2-hcx31 Add simulation code for HGCal and single layer fast timing device #11498
Conversation
A new Pull Request was created by @bsunanda for CMSSW_7_6_X. bsunanda:Run2-hcx31 Add simulation code for HGCal and single layer fast timing device It involves the following packages: SimG4CMS/Calo @cmsbuild, @civanch, @mdhildreth can you please review it and eventually sign? Thanks. |
@cmsbuild please test |
The tests are being triggered in jenkins. |
@bsunanda , why you have integer HGCSD = cms.PSet(
but double time slices for old detectors? |
-1 runTheMatrix-results/8.0_BeamHalo+BeamHalo+DIGICOS+RECOCOS+ALCABH+HARVESTCOS/step1_BeamHalo+BeamHalo+DIGICOS+RECOCOS+ALCABH+HARVESTCOS.log ----- Begin Fatal Exception 28-Sep-2015 14:15:43 CEST----------------------- An exception of category 'Configuration' occurred while [0] Processing run: 1 lumi: 1 event: 1 [1] Running path 'simulation_step' [2] Calling event method for module OscarMTProducer/'g4SimHits' Exception Message: ValueError type of TimeSliceUnit is expected to be int but declared as double ----- End Fatal Exception ------------------------------------------------- 9.0 step1 runTheMatrix-results/9.0_Higgs200ChargedTaus+Higgs200ChargedTaus+DIGI+RECO+HARVEST/step1_Higgs200ChargedTaus+Higgs200ChargedTaus+DIGI+RECO+HARVEST.log ----- Begin Fatal Exception 28-Sep-2015 14:16:43 CEST----------------------- An exception of category 'Configuration' occurred while [0] Processing run: 1 lumi: 1 event: 1 [1] Running path 'simulation_step' [2] Calling event method for module OscarMTProducer/'g4SimHits' Exception Message: ValueError type of TimeSliceUnit is expected to be int but declared as double ----- End Fatal Exception ------------------------------------------------- 25.0 step1 runTheMatrix-results/25.0_TTbar+TTbar+DIGI+RECOAlCaCalo+HARVEST+ALCATT/step1_TTbar+TTbar+DIGI+RECOAlCaCalo+HARVEST+ALCATT.log ----- Begin Fatal Exception 28-Sep-2015 14:17:47 CEST----------------------- An exception of category 'Configuration' occurred while [0] Processing run: 1 lumi: 1 event: 1 [1] Running path 'simulation_step' [2] Calling event method for module OscarMTProducer/'g4SimHits' Exception Message: ValueError type of TimeSliceUnit is expected to be int but declared as double ----- End Fatal Exception ------------------------------------------------- 1306.0 step1 runTheMatrix-results/1306.0_SingleMuPt1_UP15+SingleMuPt1_UP15+DIGIUP15+RECOUP15+HARVESTUP15/step1_SingleMuPt1_UP15+SingleMuPt1_UP15+DIGIUP15+RECOUP15+HARVESTUP15.log ----- Begin Fatal Exception 28-Sep-2015 14:22:00 CEST----------------------- An exception of category 'Configuration' occurred while [0] Processing run: 1 lumi: 1 event: 1 [1] Running path 'simulation_step' [2] Calling event method for module OscarMTProducer/'g4SimHits' Exception Message: ValueError type of TimeSliceUnit is expected to be int but declared as double ----- End Fatal Exception ------------------------------------------------- 1330.0 step1 runTheMatrix-results/1330.0_ZMM_13+ZMM_13+DIGIUP15+RECOUP15+HARVESTUP15/step1_ZMM_13+ZMM_13+DIGIUP15+RECOUP15+HARVESTUP15.log ----- Begin Fatal Exception 28-Sep-2015 14:23:17 CEST----------------------- An exception of category 'Configuration' occurred while [0] Processing run: 1 lumi: 1 event: 1 [1] Running path 'simulation_step' [2] Calling event method for module OscarMTProducer/'g4SimHits' Exception Message: ValueError type of TimeSliceUnit is expected to be int but declared as double ----- End Fatal Exception ------------------------------------------------- 101.0 step1 runTheMatrix-results/101.0_SingleElectronE120EHCAL+SingleElectronE120EHCAL/step1_SingleElectronE120EHCAL+SingleElectronE120EHCAL.log ----- Begin Fatal Exception 28-Sep-2015 14:25:16 CEST----------------------- An exception of category 'Configuration' occurred while [0] Processing run: 1 lumi: 1 event: 1 [1] Running path 'simulation_step' [2] Calling event method for module OscarMTProducer/'g4SimHits' Exception Message: ValueError type of TimeSliceUnit is expected to be int but declared as double ----- End Fatal Exception ------------------------------------------------- 25202.0 step1 runTheMatrix-results/25202.0_TTbar_13+TTbar_13+DIGIUP15_PU25+RECOUP15_PU25+HARVESTUP15_PU25/step1_TTbar_13+TTbar_13+DIGIUP15_PU25+RECOUP15_PU25+HARVESTUP15_PU25.log ----- Begin Fatal Exception 28-Sep-2015 14:26:39 CEST----------------------- An exception of category 'Configuration' occurred while [0] Processing run: 1 lumi: 1 event: 1 [1] Running path 'simulation_step' [2] Calling event method for module OscarMTProducer/'g4SimHits' Exception Message: ValueError type of TimeSliceUnit is expected to be int but declared as double ----- End Fatal Exception ------------------------------------------------- 50202.0 step1 runTheMatrix-results/50202.0_TTbar_13+TTbar_13+DIGIUP15_PU50+RECOUP15_PU50+HARVESTUP15_PU50/step1_TTbar_13+TTbar_13+DIGIUP15_PU50+RECOUP15_PU50+HARVESTUP15_PU50.log ----- Begin Fatal Exception 28-Sep-2015 14:27:46 CEST----------------------- An exception of category 'Configuration' occurred while [0] Processing run: 1 lumi: 1 event: 1 [1] Running path 'simulation_step' [2] Calling event method for module OscarMTProducer/'g4SimHits' Exception Message: ValueError type of TimeSliceUnit is expected to be int but declared as double ----- End Fatal Exception ------------------------------------------------- you can see the results of the tests here: |
@bsunanda Please do |
I did the runTheMatrix - I do not understand how it misses these. Now the corrected version is committed From: Lindsey Gray [[email protected]] @bsunandahttps://github.com/bsunanda Please do runTheMatrix.py -s -i all -j 8 to check that things run before you submit pull requests. Here, though, it looks like a commit was forgotten, perhaps? — |
@cmsbuild please test |
The tests are being triggered in jenkins. |
Pull request #11498 was updated. @cmsbuild, @civanch, @mdhildreth can you please check and sign again. |
The tests are being triggered in jenkins. |
Pull request #11498 was updated. @cmsbuild, @civanch, @mdhildreth can you please check and sign again. |
@civanch, @mdhildreth Please recheck and resign this PR as you are able. Thanks! |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
+1 |
bsunanda:Run2-hcx31 Add simulation code for HGCal and single layer fast timing device
Code of detectors only for Phase 2.