C&A 21 Aug 06 1 A Monte Carlo Puzzle, for the SCG Toby Burnett University of Washington.

Slides:



Advertisements
Similar presentations
An Introduction to the Kinetic Evaluation Software KinGUI
Advertisements

Analysis of Algorithms: time & space Dr. Jeyakesavan Veerasamy The University of Texas at Dallas, USA.
Inclusion List Builder Plug-In. 22 Inclusion List Builder Goal: Create an easy to use lab tool for iterative construction of inclusion lists from MS level.
E!Z Work Comp Rater Walk-through Three Part Intro to E!Z Work Comp Rater: 2. Quote Builder 1. Menu at the Top 3. Strategic Use of E!Z Work Comp Rater.
How is 4.0 different from our current platform?. Welcome Screen Old Data Director (3. version) 4.0.
A lightweight framework for testing database applications Joe Tang Eric Lo Hong Kong Polytechnic University.
Test practice Multiplication. Multiplication 9x2.
YOUR LOGO HERE YOUR LOGO HERE Amy Brink Comparing caTissue Plus to caTissue 1.3.6A Amy Brink March 5 th, 2014.
Choosing SATE Test Cases Based on CVEs Sue Wang October 1, 2010 The SAMATE Project 1SATE 2010 Workshop.
Tracker Reconstruction SoftwarePerformance Review, Oct 16, 2002 Core Software “Performance Review” TkrRecon How do we know the Tracking is working? GLAST.
Simulation / Reconstruction Working group Toby Burnett University of Washington Jan 2000 T.
THB Source Catalog Meeting 12/21/05 1 Healpixels and Wavelets Toby Burnett and Bruce Lesnick University of Washington.
Analysis Meeting 4/09/05 - T. Burnett 1 Classification tree Update Toby Burnett Frank Golf.
T. Burnett C&A 31 July 06 Study of the G4 stepping cut value Toby Burnett and Anthony Nardozza (senior physics student) Are the results at all sensitive.
Developing a Context-Aware Application Using Existing Technology A Prototype for Human-Centered Computing Danyel Fisher Fall, 1999.
Presenter’s Name NDT Administrator Tools Jakub Slawinski Rich Carlson Internet2 Fall Member Meeting October 9, 2007.
Easy Chair Online Conference Submission, Tracking and Distribution Process: Getting Started + Information for Reviewers AMS World Marketing Congress /
T. Burnett C&A 31 July 06 Study of the G4 stepping cut value Toby Burnett and Anthony Nardozza (senior physics student) Are the results at all sensitive.
Grant Pannell. Intrusion Detection Systems  Attempt to detect unauthorized activity  CIA – Confidentiality, Integrity, Availability  Commonly network-based.
Operation Frequency No. of Clock cycles ALU ops % 1 Loads 25% 2
AUTOMATION AND PROGRAMMING SOME GET STARTED TIPS… Everyone please log into RobotC !
IEEE NSS 2012 IEEE NSS 2007 Honolulu, HI Best Student Paper (A. Lechner) IEEE TNS April 2009 Same geometry, primary generator and energy deposition scoring.
Optimising Cuts for HLT George Talbot Supervisor: Stewart Martin-Haugh.
Version Control with SVN Images from TortoiseSVN documentation
Power-Accuracy Tradeoffs in Human Activity Transition Detection Prepared for DATE 2010 Dresden, Germany Jeffrey Boyd, Hari Sundaram, Aviral Shrivastava.
How to Solve the Special Relativity Time Dilation Equation for Velocity A Mathematical Puzzle.
Update on the Hall C Monte Carlo simulation for 12 GeV Mark Jones.
COUNTER XML Examples File Management Log in kavi via:
CISC Machine Learning for Solving Systems Problems Presented by: Suman Chander B Dept of Computer & Information Sciences University of Delaware Automatic.
HEPIX Nov 1, 2000Ranger – Chuck Boeheim1 Ranger Update Chuck Boeheim SLAC.
1 SICBDST and Brunel Migration status and plans. 2 Migration Step 1: SICBMC/SICBDST split  Last LHCb week: Split done but not tested  Software week.
University of Waterloo Four “interesting” ways in which history can teach us about software Michael W. Godfrey * Xinyi Dong Cory Kapser Lijie Zou Software.
THtml rev 2.0 Status and Plans of ROOT’s documentation facility Axel Naumann / Fermilab.
System Development Life Cycle (SDLC) TOBY WILSON.
John Samuels October, Why Now?  Vista Problems  New Features  >4GB Memory Support  Experience.
3D PUZZLE PYRAMID Example Text This is an example text.
AAF tips and tricks Arsen Hayrapetyan Yerevan Physics Institute, Armenia.
GLAST LAT ProjectNovember 18, 2004 I&T Two Tower IRR 1 GLAST Large Area Telescope: Integration and Test Two Tower Integration Readiness Review SVAC Elliott.
how to configure Gmail account in MS Outlook 2010 account?
Apk Apps
Request for Quote & Build Configuration
the following benefits: documents contained within a PDF Package
Introduction to Windows Your Name Goes Here. Evolution of Windows Windows 3.1 –First widely used successful version of Windows –Replaced MS-DOS Windows.
Introduction to Using Ensemble Video
Quicken File Password related Issues
Quicken File Password Related Issues
Oficesetup.com  Technical expert studying and writing helpful articles on antivirus and other security products.
Quicken File Password related Issues
Quicken Runs Slowly in Multi-User Mode
How to Import Data to Newer Version of Quicken
How to Import Data to Newer Version of Quicken
How can I Recover My Quicken Password
How to Import Data to Newer Version of Quicken
Quicken Customer Service Phone Number
For info only! Expected date of reporting of RBMP as reported informally by SCG Legal deadline 22/03/ MS by deadline 1 MS partly by deadline (BE)
What’s New in SEER-H The Galorath Team.
SharePoint Essentials Toolkit
Final Project Description
All-Pairs Shortest Paths
Go to
Request for Quote & Build Configuration
Microsoftofficesupport.org  Technical expert studying and writing helpful articles on antivirus and other security products.
LAT performance for DC2 and the “4-panel plot”
Simultaneous Multi-User Visualization
Just add slides to this presentation.
Outline System architecture Current work Experiments Next Steps
Power-Accuracy Tradeoffs in Human Activity Transition Detection
For More Details:
Multiplication Facts 3 x Table.
QuickBooks Error H202 - Fix QuickBooks issues
Presentation transcript:

C&A 21 Aug 06 1 A Monte Carlo Puzzle, for the SCG Toby Burnett University of Washington

C&A 21 Aug 06 2 Switch to “standard” Multiple scattering/Energy loss Motivation: we are using an old, obsolete version of G4’s multiple scattering algorithm, and we should periodically evaluate our PSF with both versions Here is all we have to do: G4Generator.mscatOption = false; My observation, based on GR v9r7: CPU time increases by a factor almost 2!

C&A 21 Aug 06 3 A few details: who is the culprit? From the log file: first line is our standard, second with latest G4 code. G4Generator:exe... INFO Time User : Tot= 54.5[min] Ave/Min/Max=0.654( )/ 0/ 43.6 [s] #=5000 G4Generator:exe... INFO Time User : Tot= 45.9[min] Ave/Min/Max=0.551( )/ 0/ 51.9 [s] #=5000 Tkr:execute INFO Time User : Tot= 16.8[min] Ave/Min/Max=0.766( )/ 0/ 10.8 [s] #=1313 Tkr:execute INFO Time User : Tot= 46.6[min] Ave/Min/Max= 2.12( )/ 0/ 239 [s] #=1318 TkrDigiAlg:execute INFO Time User : Tot= 73.9 [s] Ave/Min/Max= 14.8(+- 119)/ 0/5.36e+003 [ms] #=5000 TkrDigiAlg:execute INFO Time User : Tot= 36.8[min] Ave/Min/Max= 442(+-5.24e+003)/ 0/2.32e+005 [ms] #=5000 Top:execute INFO Time User : Tot= 77.7[min] Ave/Min/Max=0.932( )/ 0/ 48.2 [s] #=5000 Top:execute INFO Time User : Tot= 133[min] Ave/Min/Max= 1.59( )/ 0/ 494 [s] #=5000

C&A 21 Aug 06 4 Is it the multiplicity? current replacement It seems not!. Good luck!