Review of Open Problem Reports

Slides:



Advertisements
Similar presentations
SERVICE MANAGER 9.2 PROBLEM MANAGEMENT TRAINING JUNE 2011.
Advertisements

©G. Millbery 2003Data, Information, Knowledge and Processing Slide 1 Testing  Every system must be reliable and the data it produces trusted  This is.
Optimistic Methods for Concurrency Control By : H.T. Kung & John T. Robinson Presenters: Munawer Saeed.
Summing planar diagrams
Chapter 3.5 Debugging Games
Structure clashes and program decomposition
Improvement of G4Exception (and an announcement on G4ApplicationState) Makoto Asai (SLAC) on behalf of Architecture team.
QA on Anderson et al Intro to CTAT CPI 494 & 598 Jan 27, 2009 Kurt VanLehn.
Honors Compilers Addressing of Local Variables Mar 19 th, 2002.
March 31, Status of the TOF, Ckov and Virtual Detector Packages in G4Mice Steve Kahn Brookhaven National Laboratory Mice Collaboration Meeting March.
1 4. Multiple Regression I ECON 251 Research Methods.
THE SYSTEMS LIFE CYCLE ANALYSE DESIGN IMPLEMENT MAINTENANCE IDENTIFY/INVESTIGATE.
U-Solids: new geometrical primitives library for Geant4 and ROOT Marek Gayer CERN Physics Department (PH) Group Software Development for Experiments (SFT)
Enrolment Services – Class Scheduling Fall 2014 Course Combinations.
System Testing Systems Analysis And Design © Systems Analysis And Design © V. Rajaraman OBJECTIVES  To ensure the entire system will perform as per specification.
INTRODUCTION TO JAVASCRIPT AND DOM Internet Engineering Spring 2012.
Clash Cleanup and Cutout Implementation Dennis Wright ATLAS Muon Week 9 June 2008.
QA and Testing. QA Activity Processes monitoring Standards compliance monitoring Software testing Infrastructure testing Documentation testing Usability.
17-19 Oct, 2007Geant4 Japan Oct, 2007Geant4 Japan Oct, 2007Geant4 Japan 2007 Geant4 Collaboration.
Navigation and Ancillary Information Facility NIF Exception Handling November 2014.
1 Four Steps of Quality Improvement. 2 Objectives (1 of 2)  Identify the four steps of QI  Explain what is involved in each step  State questions that.
Workaround
National Oceanic and Atmospheric Administration User Group Presentation – Release 2.20 August 19, 2008.
VMC workshop1 Ideas for G4 navigation interface using ROOT geometry A.Gheata ALICE offline week, 30 May 05.
U-Solids: new geometrical primitives library for Geant4 and ROOT Marek Gayer CERN Physics Department (PH) Group Software Development for Experiments (SFT)
Persistent Collective WG December 9, Basics Mirror regular nonblocking collective operations For each nonblocking MPI collective (including neighborhood.
(1) Introduction to Continuous Integration Philip Johnson Collaborative Software Development Laboratory Information and Computer Sciences University of.
Profiling study of Geant4-GATE Discussion of suggested VRTs Nicolas Karakatsanis, George Loudos, Arion Chatziioannou Geant4-GATE technical meeting 12 th.
ICASAS305A Provide Advice to Clients This unit describes the performance outcomes, skills and knowledge required to provide IT advice and support to clients,
GMR – Business Workflow System (BWS) Presented by: Sulakshman Madala Kumar Konakalla Ganesh Cheedella.
Multiplication of vectors Two different interactions (what’s the difference?)  Scalar or dot product : the calculation giving the work done by a force.
Incident Management A disruption in normal or standard business operation that affects the quality of service Goal: restore normal service as quickly as.
Chapter Systems of linear Equations. Objectives O Use the method of elimination to solve systems of linear equations O Graphically interpret the.
Geometry 3 I.Hrivnacova IPN, Orsay Most slides thanks to M. Asai, SLAC Cours Paris June 2007.
Page ADP PearsonAccess Proctor Training. Page Agenda Test Overview Testing Components Proctor Roles and Responsibilities Overview Administering the Test.
MONTE CARLO TRANSPORT SIMULATION Panda Computing Week 2012, Torino.
Makoto Asai.  Parallel layered mass geometry  Other minor improvement  G4Exception.
1 14th June 2012 CPass0/CPass1 status and development.
Input from DMG (and SsS) requirements that would help to streamline the data reduction workflow E. Villard.
Vector projections (resolutes)
Systems of Equations.
MOM! Phineas and Ferb are … Aims:
General Lagrangian solution (review) Curvilinear coordinate systems
ROM SAF PTM18 IEEC, Barcelona
Geant4 Geometry Speed-ups
Line Symmetry Year 4.
Software Development Life Cycle
Candy Land Geometry 18.1.
Update on the PSB Transfer Lines
Some Important Techniques For Regression Testing That You Must Know.
Page Replacement.
ILMT/BigFix Inventory Demo
Fundamental Test Process
Segments, Rays, and Distance
ICTSAS305 Provide Advice to Clients
Cancellation.
A shortcut to the tracking
Quality Assurance in an Agile Development Team Michelle Wu 2018 PNSQC
LO4 - Be Able to Update Websites to Meet Business Needs
Overview Part 1 – Design Procedure Part 2 – Combinational Logic
The relation between the process and
Computer Science The 6 Programming Steps.
Error Detection and Correction
Topic Selection Exit Ticket Name:____________________________ Partner’s Name:________________________ Hobbies Interests Career Goals Previous Research.
Management Enhancement for WLAN
Essay.
VMC/GeoGeometry status report 2/2/05
Status of shower parameterisation
Line Symmetry Year 4.
Presentation transcript:

Review of Open Problem Reports Geometry WG

Parallel geometries & Navigation #1449 Particle not scored when step length proposed by StepLimiter lands exactly on a geometry boundary The problem seems related to the interpretation of the flag 'fGeometryLimitedStep' in G4Transportation::PostStepDoIt(), and what is actually done by G4SteppingManager. A dirty workaround is proposed. To verify if fixes introduced from 9.6.p03 up to 10.2.p02 help! #1709 Frequent GeomNav0003 G4Exceptions Many warnings from G4Navigator::GetGlobalExitNormal() in release 10.1 for non unit vector for global-frame normal. User provided application reproducing the problem. Activating more checks, it is reported points outside the current volume (G4Tubs), for which no overlap is detected. Similar issue was reported for ticket #1750 for the ‘ucn’ extended example, now resolved

More on navigation … #1728 Particle erroneously propagated to the mother volume User reporting cases in which a particle is erroneously propagated to the mother volume in a current step if in the previous step particle exited from daughter. Affected releases from 9.6 included. In release 9.4 none of these issues happened as it was never the case G4VEnergyLossProcess::PostStepGPIL() would return 0. Suggesting fix to G4Transportation to be investigated. Asked user for feedback on the most recent releases, but got no reply since almost one year… #1885 G4PhantomParametrisation::GetReplicaNo and G4PSEnergyDeposit3D::GetIndex use different ordering User proposes solution by modifying implementation of G4PSEnergyDeposit3D::GetIndex()