NSW MMSimHit (ATLASSIM-3755)
Create a new hit model(MMSimHit) for MM. But still keep GenericMuonSimHit.
Merge request reports
Activity
This merge request affects 6 packages:
- MuonSpectrometer/MuonCnv/MuonSimEventAthenaPool
- MuonSpectrometer/MuonCnv/MuonSimEventTPCnv
- MuonSpectrometer/MuonG4/MuonG4SD
- MuonSpectrometer/MuonSimEvent
- Simulation/G4Atlas/G4AtlasApps
- Simulation/ISF/ISF_Example
added 21.3 MuonSpectrometer Simulation review-pending-level-1 labels
CI Result FAILUREAthena externals cmake make required tests optional tests Full details available at NICOS MR-20259-2019-01-09-23-41
Athena: number of compilation errors 0, warnings 167
For experts only: Jenkins output [CI-MERGE-REQUEST 32066] (for remote access see the FAQ for MR reviewers)added review-user-action-required label
Hi @pberta,
My guess is that the unit tests failed due to !20228 (merged). The reference files have now been updated, so I think if we restart the pipeline things should look better.
Cheers,
John
This merge request affects 6 packages:
- MuonSpectrometer/MuonCnv/MuonSimEventAthenaPool
- MuonSpectrometer/MuonCnv/MuonSimEventTPCnv
- MuonSpectrometer/MuonG4/MuonG4SD
- MuonSpectrometer/MuonSimEvent
- Simulation/G4Atlas/G4AtlasApps
- Simulation/ISF/ISF_Example
removed review-user-action-required label
CI Result SUCCESSAthena externals cmake make required tests optional tests Full details available at NICOS MR-20259-2019-01-10-18-38
Athena: number of compilation errors 0, warnings 167
For experts only: Jenkins output [CI-MERGE-REQUEST 32104] (for remote access see the FAQ for MR reviewers)- Resolved by Jing Chen
- Resolved by Jing Chen
- Resolved by Jing Chen
- Resolved by Jing Chen
- Resolved by Jing Chen
- Resolved by Jing Chen
Hi @jichen, I have some comments:
- Please use
std::make_unique
andstd::unique_ptr
asstd::auto_ptr
is deprecated. - Probably it's some memory optimisation, but why store
float
and then cast todouble
? - CMT should really not be used anymore at this point (correct me if I'm wrong).
Also I think a L2 shifter and/or an expert will need to have a look.
Tadej (L1)
- Please use
added review-user-action-required label and removed review-pending-level-1 label
added 44 commits
-
dca0234f...35177849 - 43 commits from branch
atlas:21.3
- 6be7276e - Merge remote-tracking branch 'upstream/21.3' into NSWMMHit0701
-
dca0234f...35177849 - 43 commits from branch
This merge request affects 6 packages:
- MuonSpectrometer/MuonCnv/MuonSimEventAthenaPool
- MuonSpectrometer/MuonCnv/MuonSimEventTPCnv
- MuonSpectrometer/MuonG4/MuonG4SD
- MuonSpectrometer/MuonSimEvent
- Simulation/G4Atlas/G4AtlasApps
- Simulation/ISF/ISF_Example