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:Run2-hcx31 Add simulation code for HGCal and single layer fast timing device #11498

Merged
merged 3 commits into from Oct 7, 2015

Conversation

bsunanda
Copy link
Contributor

Code of detectors only for Phase 2.

@cmsbuild
Copy link
Contributor

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
SimG4CMS/Forward
SimG4Core/Application

@cmsbuild, @civanch, @mdhildreth can you please review it and eventually sign? Thanks.
@makortel this is something you requested to watch as well.
You can sign-off by replying to this message having '+1' in the first line of your reply.
You can reject by replying to this message having '-1' in the first line of your reply.
If you are a L2 or a release manager you can ask for tests by saying 'please test' in the first line of a comment.
@Degano you are the release manager for this.
You can merge this pull request by typing 'merge' in the first line of your comment.

@lgray
Copy link
Contributor

lgray commented Sep 28, 2015

@cmsbuild please test

@sethzenz @kpedro88 @vandreev11 @pfs

@cmsbuild
Copy link
Contributor

The tests are being triggered in jenkins.

@civanch
Copy link
Contributor

civanch commented Sep 28, 2015

@bsunanda , why you have integer

HGCSD = cms.PSet(
...

  •    TimeSliceUnit    = cms.int32(1),
    
    ....

but double time slices for old detectors?

@cmsbuild
Copy link
Contributor

-1
Tested at: d989930
When I ran the RelVals I found an error in the following worklfows:
8.0 step1

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:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-11498/8429/summary.html

@lgray
Copy link
Contributor

lgray commented Sep 28, 2015

@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?

@bsunanda
Copy link
Contributor Author

I did the runTheMatrix - I do not understand how it misses these. Now the corrected version is committed


From: Lindsey Gray [notifications@github.com]
Sent: 28 September 2015 15:23
To: cms-sw/cmssw
Cc: Sunanda Banerjee
Subject: Re: [cmssw] bsunanda:Run2-hcx31 Add simulation code for HGCal and single layer fast timing device (#11498)

@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?


Reply to this email directly or view it on GitHubhttps://github.com//pull/11498#issuecomment-143742811.

@lgray
Copy link
Contributor

lgray commented Sep 28, 2015

@cmsbuild please test

@cmsbuild
Copy link
Contributor

The tests are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

Pull request #11498 was updated. @cmsbuild, @civanch, @mdhildreth can you please check and sign again.

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 6, 2015

The tests are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 6, 2015

Pull request #11498 was updated. @cmsbuild, @civanch, @mdhildreth can you please check and sign again.

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 6, 2015

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 6, 2015

@lgray
Copy link
Contributor

lgray commented Oct 6, 2015

@civanch, @mdhildreth Please recheck and resign this PR as you are able. Thanks!

@civanch
Copy link
Contributor

civanch commented Oct 7, 2015

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 7, 2015

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

@davidlange6
Copy link
Contributor

+1

cmsbuild added a commit that referenced this pull request Oct 7, 2015
bsunanda:Run2-hcx31 Add simulation code for HGCal and single layer fast timing device
@cmsbuild cmsbuild merged commit 7c18e3b into cms-sw:CMSSW_7_6_X Oct 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants