Transportation Process For BaBar

Size: px
Start display at page:

Download "Transportation Process For BaBar"

Transcription

1 Transportation Process For BaBar David C. Williams University of California, Santa Cruz Geant4 User s Workshop Stanford Linear Accelerator Center February 21, 2002 Outline: History and Motivation Design Implementation Interface to Geant4 Future Plans Conclusion

2 Why Start Such a Project? History and Motivation Originally began purely as an experiment. BaBar, summer 1999: Geant4 based simulation not robust: Geometry problems Tracking issues in a field Debugging native transportation in geant4 is not simple Some progress in understanding solids Worries about tracking precision in native transportation Interesting as a research project for geant4 Why not? Transportation Process For BaBar February 21, 2002 David C. Williams 2

3 Timeline History and Motivation December 1999: first simple implementation February 2000: installed in BaBar code repository April 2000: replicas supported May 2000 Jan 2001: test, test, test, test optimize, optimize July 2001: Large scale Monte Carlo production begins Transportation Process For BaBar February 21, 2002 David C. Williams 3

4 Tracking Precision History and Motivation BaBar is a high statistics experiment Tracking accuracy: ε δ N, δ = 25 microns, N = 100,000 Tolerance Transportation Process For BaBar February 21, 2002 David C. Williams 4

5 Tracking Precision History and Motivation Test Example Situation today with geant4 navigator is much better. Transportation Process For BaBar February 21, 2002 David C. Williams 5

6 Design Principles Design Specific solution for BaBar Simplicity Speed Precise tracking Robust Require as little modification to geant4 toolkit as possible Transportation Process For BaBar February 21, 2002 David C. Williams 6

7 Encapsulation Design What is a volume? Something that: Understands its geometric boundaries Given an internal point, can tell you Which daughter volume (if any) it is inside of The closest daughter The daughter that is intersected by a trajectory Can supply a daughter volume upon request Transportation Process For BaBar February 21, 2002 David C. Williams 7

8 Encapsulation and Inheritance Design The code that tracks particles and finds intersections deals with generic volumes (i.e. does not care about how the volume methods are implemented). Implementation of a specific type of volume through inheritance: Plain volumes Volumes with voxelized search optimization Replicas Parameterized volumes Is performed independently of the tracking code Transportation Process For BaBar February 21, 2002 David C. Williams 8

9 Tracking in a Magnetic Field Design General design: encapsulation in a generic trajectory object Implementation: cheap, easy, fast helical segmentation Transportation Process For BaBar February 21, 2002 David C. Williams 9

10 Track Intersections Implementation Push ahead approach Tolerance = 0.5 µm Tolerance Transportation Process For BaBar February 21, 2002 David C. Williams 10

11 Tracking Precision Implementation Double-precision is preserved Transportation Process For BaBar February 21, 2002 David C. Williams 12

12 Tracking Intersection Implementation Optimizing the Search for a Solution After first iteration, one can do better than making a linear guess! s = a l a + b a b Transportation Process For BaBar February 21, 2002 David C. Williams 22

13 Track Intersection Implementation Analogy: search for the zero of a function Method: inverse parabolic extrapolation (Brent s method) f(x) x Numerical Recipes Copyright (c) Cambridge University Press Transportation Process For BaBar February 21, 2002 David C. Williams 23

14 Track Intersection Implementation Some problems are just plain difficult! Transportation Process For BaBar February 21, 2002 David C. Williams 24

15 Track Intersection Implementation Be careful of your assumptions!? Transportation Process For BaBar February 21, 2002 David C. Williams 25

16 Track Logic Implementation Optimization requires some tradeoffs r B Transportation Process For BaBar February 21, 2002 David C. Williams 26

17 Round off is Your Enemy Implementation Machine precision is finite Intent Reality Transportation Process For BaBar February 21, 2002 David C. Williams 27

18 Error Tolerance is Important Implementation One intersection, or two?? Transportation Process For BaBar February 21, 2002 David C. Williams 28

19 Implementation Beware Infinite Loops Keep pushing ahead?????? Transportation Process For BaBar February 21, 2002 David C. Williams 29

20 Trust is Essential Implementation What happens if a Solid has a bug? Can you tell the difference between a solid problem and a tracking problem? Nice error messages can help a little BgsLocation::TrapEscapedTrajectory -- tracking error encountered Linear distance to exit >= kinfinity Global location: e e e+01 cm Global direction: e e e+00 cm Position is on the tolerance surface of the current volume Geometry history: Local Position Distance x y z To Out (cm) Volume Name [copy] e e e e+00 B1S11_phys[0] e e e e+00 B1Shell_phys1[1] e e e e+00 Pep[0] e e e e+02 BFAC[0] Assuming true distance to exit is zero Paranoid option Transportation Process For BaBar February 21, 2002 David C. Williams 20

21 Speed Implementation Difficult to quantify Depends on detector geometry and physics BaBar transportation tolerances somewhat higher For many lower energy particles: BaBar transportation faster For single, high momentum particle: speeds comparable Remember: BaBar transportation optimized for one application Transportation Process For BaBar February 21, 2002 David C. Williams 22

22 Robustness Implementation Not always clear when a problem is due to a solid Failure rate at the level of one part out of a million events Transportation Process For BaBar February 21, 2002 David C. Williams 22

23 Modularity is a Good Thing Interface to Geant4 Replace G4Transportation Turn off multiple scattering displacement (standard option) Modify energy loss code to use internal safety calculation Replace initial step touchable at first step Not a general solution! The few code modifications must be redone for each Geant4 release. G4Transportation remains a switchable option for BaBar. Transportation Process For BaBar February 21, 2002 David C. Williams 23

24 Improving the Toolkit Future Plans Some useful ideas have been demonstrated: Allowing applications to replace one or more pieces of transportation Encapsulation makes code clearer and simpler Track intersection algorithm can be application specific How about incorporating some of these ideas into the toolkit? Transportation Process For BaBar February 21, 2002 David C. Williams 24

25 Generalized Navigator Future Plans New design for the geant4 toolkit Main goal: encapsulation Generic volumes Generic trajectories Generic track intersection methods Uniform navigator interface for processes Design being developed many issues to be resolved A big project! Transportation Process For BaBar February 21, 2002 David C. Williams 25

26 BaBar Transportation Conclusion Started as an experiment, now used successfully by BaBar in large scale Monte Carlo production Encapsulation as a design principle has been very useful Testing and optimization has uncovered (and still uncovering) complex geometric issues, each of which had to be addressed Lessons learned will be used to improve the geant4 toolkit Transportation Process For BaBar February 21, 2002 David C. Williams 26

Using Geant4 in the BaBar Simulation. CHEP03 25 March 2003 Dennis Wright (SLAC) on behalf of the BaBar computing group

Using Geant4 in the BaBar Simulation. CHEP03 25 March 2003 Dennis Wright (SLAC) on behalf of the BaBar computing group Using Geant4 in the BaBar Simulation CHEP03 25 March 2003 Dennis Wright (SLAC) on behalf of the BaBar computing group 1 Outline BaBar overview physics building a Geant4-based simulation MC/data comparison

More information

6.UAP Project. FunPlayer: A Real-Time Speed-Adjusting Music Accompaniment System. Daryl Neubieser. May 12, 2016

6.UAP Project. FunPlayer: A Real-Time Speed-Adjusting Music Accompaniment System. Daryl Neubieser. May 12, 2016 6.UAP Project FunPlayer: A Real-Time Speed-Adjusting Music Accompaniment System Daryl Neubieser May 12, 2016 Abstract: This paper describes my implementation of a variable-speed accompaniment system that

More information

CGEM-IT project update

CGEM-IT project update BESIII Physics and Software Workshop Beihang University February 20-23, 2014 CGEM-IT project update Gianluigi Cibinetto (INFN Ferrara) on behalf of the CGEM group Outline Introduction Mechanical development

More information

QuickField simulation report

QuickField simulation report QuickField simulation report Wireless charging Wireless charger is an air transformer. Adding capacitances in series with primiry and secondary coils improve its characteristics. This automatically generated

More information

PICOSECOND TIMING USING FAST ANALOG SAMPLING

PICOSECOND TIMING USING FAST ANALOG SAMPLING PICOSECOND TIMING USING FAST ANALOG SAMPLING H. Frisch, J-F Genat, F. Tang, EFI Chicago, Tuesday 6 th Nov 2007 INTRODUCTION In the context of picosecond timing, analog detector pulse sampling in the 10

More information

Automatic Projector Tilt Compensation System

Automatic Projector Tilt Compensation System Automatic Projector Tilt Compensation System Ganesh Ajjanagadde James Thomas Shantanu Jain October 30, 2014 1 Introduction Due to the advances in semiconductor technology, today s display projectors can

More information

For an alphabet, we can make do with just { s, 0, 1 }, in which for typographic simplicity, s stands for the blank space.

For an alphabet, we can make do with just { s, 0, 1 }, in which for typographic simplicity, s stands for the blank space. Problem 1 (A&B 1.1): =================== We get to specify a few things here that are left unstated to begin with. I assume that numbers refers to nonnegative integers. I assume that the input is guaranteed

More information

Using Boosted Decision Trees to Separate Signal and Background

Using Boosted Decision Trees to Separate Signal and Background Using Boosted Decision Trees to Separate Signal and Background in B X s γ Decays James Barber 16 August, 2006 University of Massachusetts, Amherst jbarber@student.umass.edu James Barber p.1/19 PEP II/BaBar

More information

Music Segmentation Using Markov Chain Methods

Music Segmentation Using Markov Chain Methods Music Segmentation Using Markov Chain Methods Paul Finkelstein March 8, 2011 Abstract This paper will present just how far the use of Markov Chains has spread in the 21 st century. We will explain some

More information

Wafer defects can t hide from

Wafer defects can t hide from WAFER DEFECTS Article published in Issue 3 2016 Wafer defects can t hide from Park Systems Atomic Force Microscopy (AFM) leader Park Systems has simplified 300mm silicon wafer defect review by automating

More information

Commissioning and Performance of the ATLAS Transition Radiation Tracker with High Energy Collisions at LHC

Commissioning and Performance of the ATLAS Transition Radiation Tracker with High Energy Collisions at LHC Commissioning and Performance of the ATLAS Transition Radiation Tracker with High Energy Collisions at LHC 1 A L E J A N D R O A L O N S O L U N D U N I V E R S I T Y O N B E H A L F O F T H E A T L A

More information

with Low Cost and Low Material Budget

with Low Cost and Low Material Budget Gaseous Beam Position Detectors, with Low Cost and Low Material Budget Gyula Bencédi on behalf of the REGaRD group MTA KFKI RMKI, ELTE November 29, 2011, Outline Physics Motivation Newish MWPCs, the Close

More information

Receiver Testing to Third Generation Standards. Jim Dunford, October 2011

Receiver Testing to Third Generation Standards. Jim Dunford, October 2011 Receiver Testing to Third Generation Standards Jim Dunford, October 2011 Agenda 1.Introduction 2. Stressed Eye 3. System Aspects 4. Beyond Compliance 5. Resources 6. Receiver Test Demonstration PCI Express

More information

Tutorial: Trak design of an electron injector for a coupled-cavity linear accelerator

Tutorial: Trak design of an electron injector for a coupled-cavity linear accelerator Tutorial: Trak design of an electron injector for a coupled-cavity linear accelerator Stanley Humphries, Copyright 2012 Field Precision PO Box 13595, Albuquerque, NM 87192 U.S.A. Telephone: +1-505-220-3975

More information

ACT-R ACT-R. Core Components of the Architecture. Core Commitments of the Theory. Chunks. Modules

ACT-R ACT-R. Core Components of the Architecture. Core Commitments of the Theory. Chunks. Modules ACT-R & A 1000 Flowers ACT-R Adaptive Control of Thought Rational Theory of cognition today Cognitive architecture Programming Environment 2 Core Commitments of the Theory Modularity (and what the modules

More information

Optimization of a triode-type cusp electron gun for a W-band gyro-twa

Optimization of a triode-type cusp electron gun for a W-band gyro-twa Optimization of a triode-type cusp electron gun for a W-band gyro-twa Liang Zhang, 1, a) Craig R. Donaldson, 1 and Wenlong He 1 Department of Physics, SUPA, University of Strathclyde, Glasgow, G4 0NG,

More information

NMR. picospin. Maintenance Guide

NMR. picospin. Maintenance Guide NMR picospin Maintenance Guide 269-302600 Revision A January 2013 2013 Thermo Fisher Scientific Inc. All rights reserved. For U.S. Technical Support, please contact: Thermo Fisher Scientific 5225 Verona

More information

Powerful Software Tools and Methods to Accelerate Test Program Development A Test Systems Strategies, Inc. (TSSI) White Paper.

Powerful Software Tools and Methods to Accelerate Test Program Development A Test Systems Strategies, Inc. (TSSI) White Paper. Powerful Software Tools and Methods to Accelerate Test Program Development A Test Systems Strategies, Inc. (TSSI) White Paper Abstract Test costs have now risen to as much as 50 percent of the total manufacturing

More information

Embedded Signal Processing with the Micro Signal Architecture

Embedded Signal Processing with the Micro Signal Architecture LabVIEW Experiments and Appendix Accompanying Embedded Signal Processing with the Micro Signal Architecture By Dr. Woon-Seng S. Gan, Dr. Sen M. Kuo 2006 John Wiley and Sons, Inc. National Instruments Contributors

More information

arxiv:hep-ex/ v1 27 Nov 2003

arxiv:hep-ex/ v1 27 Nov 2003 arxiv:hep-ex/0311058v1 27 Nov 2003 THE ATLAS TRANSITION RADIATION TRACKER V. A. MITSOU European Laboratory for Particle Physics (CERN), EP Division, CH-1211 Geneva 23, Switzerland E-mail: Vasiliki.Mitsou@cern.ch

More information

Reading a GEM with a VLSI pixel ASIC used as a direct charge collecting anode. R.Bellazzini - INFN Pisa. Vienna February

Reading a GEM with a VLSI pixel ASIC used as a direct charge collecting anode. R.Bellazzini - INFN Pisa. Vienna February Reading a GEM with a VLSI pixel ASIC used as a direct charge collecting anode Ronaldo Bellazzini INFN Pisa Vienna February 16-21 2004 The GEM amplifier The most interesting feature of the Gas Electron

More information

Achieving Faster Time to Tapeout with In-Design, Signoff-Quality Metal Fill

Achieving Faster Time to Tapeout with In-Design, Signoff-Quality Metal Fill White Paper Achieving Faster Time to Tapeout with In-Design, Signoff-Quality Metal Fill May 2009 Author David Pemberton- Smith Implementation Group, Synopsys, Inc. Executive Summary Many semiconductor

More information

THE BaBar High Energy Physics (HEP) detector [1] is

THE BaBar High Energy Physics (HEP) detector [1] is IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 53, NO. 3, JUNE 2006 1299 BaBar Simulation Production A Millennium of Work in Under a Year D. A. Smith, F. Blanc, C. Bozzi, and A. Khan, Member, IEEE Abstract

More information

Development of Multiple Beam Guns for High Power RF Sources for Accelerators and Colliders

Development of Multiple Beam Guns for High Power RF Sources for Accelerators and Colliders SLAC-PUB-10704 Development of Multiple Beam Guns for High Power RF Sources for Accelerators and Colliders R. Lawrence Ives*, George Miram*, Anatoly Krasnykh @, Valentin Ivanov @, David Marsden*, Max Mizuhara*,

More information

Vtronix Incorporated. Simon Fraser University Burnaby, BC V5A 1S6 April 19, 1999

Vtronix Incorporated. Simon Fraser University Burnaby, BC V5A 1S6 April 19, 1999 Vtronix Incorporated Simon Fraser University Burnaby, BC V5A 1S6 vtronix-inc@sfu.ca April 19, 1999 Dr. Andrew Rawicz School of Engineering Science Simon Fraser University Burnaby, BC V5A 1S6 Re: ENSC 370

More information

cs281: Introduction to Computer Systems Lab07 - Sequential Circuits II: Ant Brain

cs281: Introduction to Computer Systems Lab07 - Sequential Circuits II: Ant Brain cs281: Introduction to Computer Systems Lab07 - Sequential Circuits II: Ant Brain 1 Problem Statement Obtain the file ant.tar from the class webpage. After you untar this file in an empty directory, you

More information

PLANE TESSELATION WITH MUSICAL-SCALE TILES AND BIDIMENSIONAL AUTOMATIC COMPOSITION

PLANE TESSELATION WITH MUSICAL-SCALE TILES AND BIDIMENSIONAL AUTOMATIC COMPOSITION PLANE TESSELATION WITH MUSICAL-SCALE TILES AND BIDIMENSIONAL AUTOMATIC COMPOSITION ABSTRACT We present a method for arranging the notes of certain musical scales (pentatonic, heptatonic, Blues Minor and

More information

Open loop tracking of radio occultation signals in the lower troposphere

Open loop tracking of radio occultation signals in the lower troposphere Open loop tracking of radio occultation signals in the lower troposphere S. Sokolovskiy University Corporation for Atmospheric Research Boulder, CO Refractivity profiles used for simulations (1-3) high

More information

A Comparison of DPM and VMC++ Mont Carlo codes applied to heterogeneous media

A Comparison of DPM and VMC++ Mont Carlo codes applied to heterogeneous media A Comparison of DPM and VMC++ Mont Carlo codes applied to heterogeneous media Jing Cui 1, Scott Davidson 2, Patricia Lindsay 2, Dave Followill 2, Issam El Naqa 1, and Joe Deasy 1 (1) Washington University,

More information

GALILEO Timing Receiver

GALILEO Timing Receiver GALILEO Timing Receiver The Space Technology GALILEO Timing Receiver is a triple carrier single channel high tracking performances Navigation receiver, specialized for Time and Frequency transfer application.

More information

Riccardo Farinelli. Charge Centroid Feasibility

Riccardo Farinelli. Charge Centroid Feasibility Riccardo Farinelli Charge Centroid Feasibility Outline Prototype and TB setup Data set studied Analysis approch Results Charge Centroid Feasibility Ferrara July 07, 2015 R.Farinelli 2 Test chambers Conversion

More information

Customized electronic part transport in the press shop siemens.com/metalforming

Customized electronic part transport in the press shop siemens.com/metalforming Press handling solutions Customized electronic part transport in the press shop siemens.com/metalforming Your handling. Your press. Your solution. Cost-effective workpiece transport is essential for presses.

More information

Using on-chip Test Pattern Compression for Full Scan SoC Designs

Using on-chip Test Pattern Compression for Full Scan SoC Designs Using on-chip Test Pattern Compression for Full Scan SoC Designs Helmut Lang Senior Staff Engineer Jens Pfeiffer CAD Engineer Jeff Maguire Principal Staff Engineer Motorola SPS, System-on-a-Chip Design

More information

Optical Technologies Micro Motion Absolute, Technology Overview & Programming

Optical Technologies Micro Motion Absolute, Technology Overview & Programming Optical Technologies Micro Motion Absolute, Technology Overview & Programming TN-1003 REV 180531 THE CHALLENGE When an incremental encoder is turned on, the device needs to report accurate location information

More information

A pixel chip for tracking in ALICE and particle identification in LHCb

A pixel chip for tracking in ALICE and particle identification in LHCb A pixel chip for tracking in ALICE and particle identification in LHCb K.Wyllie 1), M.Burns 1), M.Campbell 1), E.Cantatore 1), V.Cencelli 2) R.Dinapoli 3), F.Formenti 1), T.Grassi 1), E.Heijne 1), P.Jarron

More information

HIGH POWER BEAM DUMP AND TARGET / ACCELERATOR INTERFACE PROCEDURES *

HIGH POWER BEAM DUMP AND TARGET / ACCELERATOR INTERFACE PROCEDURES * HIGH POWER BEAM DUMP AND TARGET / ACCELERATOR INTERFACE PROCEDURES * J. Galambos, W. Blokland, D. Brown, C. Peters, M. Plum, Spallation Neutron Source, ORNL, Oak Ridge, TN 37831, U.S.A. Abstract Satisfying

More information

ONE SENSOR MICROPHONE ARRAY APPLICATION IN SOURCE LOCALIZATION. Hsin-Chu, Taiwan

ONE SENSOR MICROPHONE ARRAY APPLICATION IN SOURCE LOCALIZATION. Hsin-Chu, Taiwan ICSV14 Cairns Australia 9-12 July, 2007 ONE SENSOR MICROPHONE ARRAY APPLICATION IN SOURCE LOCALIZATION Percy F. Wang 1 and Mingsian R. Bai 2 1 Southern Research Institute/University of Alabama at Birmingham

More information

Testing Digital Systems II

Testing Digital Systems II Testing Digital Systems II Lecture 5: Built-in Self Test (I) Instructor: M. Tahoori Copyright 2010, M. Tahoori TDS II: Lecture 5 1 Outline Introduction (Lecture 5) Test Pattern Generation (Lecture 5) Pseudo-Random

More information

The Time-of-Flight Detector for the ALICE experiment

The Time-of-Flight Detector for the ALICE experiment ALICE-PUB-- The Time-of-Flight Detector for the ALICE experiment M.C.S. Williams for the ALICE collaboration EP Division, CERN, Geneva, Switzerland Abstract The Multigap Resistive Plate Chamber (MRPC)

More information

Algorithmic Composition: The Music of Mathematics

Algorithmic Composition: The Music of Mathematics Algorithmic Composition: The Music of Mathematics Carlo J. Anselmo 18 and Marcus Pendergrass Department of Mathematics, Hampden-Sydney College, Hampden-Sydney, VA 23943 ABSTRACT We report on several techniques

More information

SIDRA INTERSECTION 8.0 UPDATE HISTORY

SIDRA INTERSECTION 8.0 UPDATE HISTORY Akcelik & Associates Pty Ltd PO Box 1075G, Greythorn, Vic 3104 AUSTRALIA ABN 79 088 889 687 For all technical support, sales support and general enquiries: support.sidrasolutions.com SIDRA INTERSECTION

More information

Research Article. ISSN (Print) *Corresponding author Shireen Fathima

Research Article. ISSN (Print) *Corresponding author Shireen Fathima Scholars Journal of Engineering and Technology (SJET) Sch. J. Eng. Tech., 2014; 2(4C):613-620 Scholars Academic and Scientific Publisher (An International Publisher for Academic and Scientific Resources)

More information

FIR Center Report. Development of Feedback Control Scheme for the Stabilization of Gyrotron Output Power

FIR Center Report. Development of Feedback Control Scheme for the Stabilization of Gyrotron Output Power FIR Center Report FIR FU-120 November 2012 Development of Feedback Control Scheme for the Stabilization of Gyrotron Output Power Oleksiy Kuleshov, Nitin Kumar and Toshitaka Idehara Research Center for

More information

Radar Signal Processing Final Report Spring Semester 2017

Radar Signal Processing Final Report Spring Semester 2017 Radar Signal Processing Final Report Spring Semester 2017 Full report report by Brian Larson Other team members, Grad Students: Mohit Kumar, Shashank Joshil Department of Electrical and Computer Engineering

More information

STA4000 Report Decrypting Classical Cipher Text Using Markov Chain Monte Carlo

STA4000 Report Decrypting Classical Cipher Text Using Markov Chain Monte Carlo STA4000 Report Decrypting Classical Cipher Text Using Markov Chain Monte Carlo Jian Chen Supervisor: Professor Jeffrey S. Rosenthal May 12, 2010 Abstract In this paper, we present the use of Markov Chain

More information

Research on sampling of vibration signals based on compressed sensing

Research on sampling of vibration signals based on compressed sensing Research on sampling of vibration signals based on compressed sensing Hongchun Sun 1, Zhiyuan Wang 2, Yong Xu 3 School of Mechanical Engineering and Automation, Northeastern University, Shenyang, China

More information

System Quality Indicators

System Quality Indicators Chapter 2 System Quality Indicators The integration of systems on a chip, has led to a revolution in the electronic industry. Large, complex system functions can be integrated in a single IC, paving the

More information

VLSI Chip Design Project TSEK06

VLSI Chip Design Project TSEK06 VLSI Chip Design Project TSEK06 Project Description and Requirement Specification Version 1.1 Project: High Speed Serial Link Transceiver Project number: 4 Project Group: Name Project members Telephone

More information

Imaging TOP (itop), Cosmic Ray Test Stand & PID Readout Update

Imaging TOP (itop), Cosmic Ray Test Stand & PID Readout Update Imaging TOP (itop), Cosmic Ray Test Stand & PID Readout Update Tom Browder, Herbert Hoedlmoser, Bryce Jacobsen, Jim Kennedy, KurtisNishimura, Marc Rosen, Larry Ruckman, Gary Varner Kurtis Nishimura SuperKEKB

More information

Further work on S/N Budget Channel specification May 8

Further work on S/N Budget Channel specification May 8 Further work on S/N Budget Channel specification Charles Moore Ron Kennedy Avago Technologies Avago Technologies 2012 May 8 Supporters: Mike Dudek QLogic Note, for this presentation we use the term S/N

More information

BaBar Grid. Tim Adye Particle Physics Department Rutherford Appleton Laboratory. PP Grid Team Coseners House 8 th November 2002

BaBar Grid. Tim Adye Particle Physics Department Rutherford Appleton Laboratory. PP Grid Team Coseners House 8 th November 2002 BaBar Grid Tim Adye Particle Physics Department Rutherford Appleton Laboratory PP Grid Team Coseners House 8 th November 2002 8th November 2002 Tim Adye 1 Talk Plan BaBar distributed computing model RAL

More information

45 MW, 22.8 GHz Second-Harmonic Multiplier for High-Gradient Tests*

45 MW, 22.8 GHz Second-Harmonic Multiplier for High-Gradient Tests* US High Gradient Research Collaboration Workshop. SLAC, May 23-25, 2007 45 MW, 22.8 GHz Second-Harmonic Multiplier for High-Gradient Tests* V.P. Yakovlev 1, S.Yu. Kazakov 1,2, and J.L. Hirshfield 1,3 1

More information

Machine Vision System for Color Sorting Wood Edge-Glued Panel Parts

Machine Vision System for Color Sorting Wood Edge-Glued Panel Parts Machine Vision System for Color Sorting Wood Edge-Glued Panel Parts Q. Lu, S. Srikanteswara, W. King, T. Drayer, R. Conners, E. Kline* The Bradley Department of Electrical and Computer Eng. *Department

More information

Torsional vibration analysis in ArtemiS SUITE 1

Torsional vibration analysis in ArtemiS SUITE 1 02/18 in ArtemiS SUITE 1 Introduction 1 Revolution speed information as a separate analog channel 1 Revolution speed information as a digital pulse channel 2 Proceeding and general notes 3 Application

More information

WHITEPAPER. Customer Insights: A European Pay-TV Operator s Transition to Test Automation

WHITEPAPER. Customer Insights: A European Pay-TV Operator s Transition to Test Automation WHITEPAPER Customer Insights: A European Pay-TV Operator s Transition to Test Automation Contents 1. Customer Overview...3 2. Case Study Details...4 3. Impact of Automations...7 2 1. Customer Overview

More information

Performance comparison study for Rx vs Tx based equalization for C2M links

Performance comparison study for Rx vs Tx based equalization for C2M links Performance comparison study for Rx vs Tx based equalization for C2M links Karthik Gopalakrishnan, Basel Alnabulsi, Jamal Riani, Ilya Lyubomirsky, and Sudeep Bhoja, Inphi Corp. IEEE P802.3ck Task Force

More information

Chapter 27. Inferences for Regression. Remembering Regression. An Example: Body Fat and Waist Size. Remembering Regression (cont.)

Chapter 27. Inferences for Regression. Remembering Regression. An Example: Body Fat and Waist Size. Remembering Regression (cont.) Chapter 27 Inferences for Regression Copyright 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide 27-1 Copyright 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley An

More information

Karl Heinz Feller. Arbeitsgruppe Instrumentelle Analytik FB Medizintechnik und Biotechnologie Ernst-Abbe-Fachhochschule Jena.

Karl Heinz Feller. Arbeitsgruppe Instrumentelle Analytik FB Medizintechnik und Biotechnologie Ernst-Abbe-Fachhochschule Jena. CFD Simulationen von mikrofluidischen Bauelementen zur Optimierung von chemischen Reaktionen Karl Heinz Feller Arbeitsgruppe Instrumentelle Analytik FB Medizintechnik und Biotechnologie Ernst-Abbe-Fachhochschule

More information

ADE Assembler Flow for Rapid Design of High-Speed Low-Power Circuits

ADE Assembler Flow for Rapid Design of High-Speed Low-Power Circuits DEPARTMENT OF INFORMATION TECHNOLOGY IDLab ADE Assembler Flow for Rapid Design of High-Speed Low-Power Circuits Wouter Soenen, Bart Moeneclaey, Xin Yin and Johan Bauwelinck High-speed and low-power circuit

More information

PEP-II Overview & Ramp Down Plan. J. Seeman DOE PEP-II Ramp Down-D&D Review August 6-7, 2007

PEP-II Overview & Ramp Down Plan. J. Seeman DOE PEP-II Ramp Down-D&D Review August 6-7, 2007 PEP-II Overview & Ramp Down Plan J. Seeman DOE PEP-II Ramp Down-D&D Review August 6-7, 2007 Topics Overview of the PEP-II Collider PEP-II turns off September 30, 2008. General list of components and buildings

More information

PEP-II/BaBar Performance, Accumulated Luminosity. BaBar has submitted over 400 papers for publication (Last year this number was 350)

PEP-II/BaBar Performance, Accumulated Luminosity. BaBar has submitted over 400 papers for publication (Last year this number was 350) BABAR and SuperB Caltech group has put a major effort into the BaBar experiment, from its conception. Caltech group has also been investigating the possibility of a 10 36 cm 2 s 1 SuperB collider, again

More information

Use of the European Data Grid software in the framework of the BaBar distributed computing model

Use of the European Data Grid software in the framework of the BaBar distributed computing model SLAC-PUB-9942 * Use of the European Data Grid software in the framework of the BaBar distributed computing model D. Boutigny Laboratoire de Physique des Particules, F-74941, Annecy-le-Vieux, France D.H.

More information

Hybrid resampling methods for confidence intervals: comment

Hybrid resampling methods for confidence intervals: comment Title Hybrid resampling methods for confidence intervals: comment Author(s) Lee, SMS; Young, GA Citation Statistica Sinica, 2000, v. 10 n. 1, p. 43-46 Issued Date 2000 URL http://hdl.handle.net/10722/45352

More information

Music Morph. Have you ever listened to the main theme of a movie? The main theme always has a

Music Morph. Have you ever listened to the main theme of a movie? The main theme always has a Nicholas Waggoner Chris McGilliard Physics 498 Physics of Music May 2, 2005 Music Morph Have you ever listened to the main theme of a movie? The main theme always has a number of parts. Often it contains

More information

Innovative Rotary Encoders Deliver Durability and Precision without Tradeoffs. By: Jeff Smoot, CUI Inc

Innovative Rotary Encoders Deliver Durability and Precision without Tradeoffs. By: Jeff Smoot, CUI Inc Innovative Rotary Encoders Deliver Durability and Precision without Tradeoffs By: Jeff Smoot, CUI Inc Rotary encoders provide critical information about the position of motor shafts and thus also their

More information

Spatial Response of Photon Detectors used in the Focusing DIRC prototype

Spatial Response of Photon Detectors used in the Focusing DIRC prototype Spatial Response of Photon Detectors used in the Focusing DIRC prototype C. Field, T. Hadig, David W.G.S. Leith, G. Mazaheri, B. Ratcliff, J. Schwiening, J. Uher, J. Va vra SLAC 11/26/04 Presented by J.

More information

... A COMPUTER SYSTEM FOR MULTIPARAMETER PULSE HEIGHT ANALYSIS AND CONTROL*

... A COMPUTER SYSTEM FOR MULTIPARAMETER PULSE HEIGHT ANALYSIS AND CONTROL* I... A COMPUTER SYSTEM FOR MULTIPARAMETER PULSE HEIGHT ANALYSIS AND CONTROL* R. G. Friday and K. D. Mauro Stanford Linear Accelerator Center Stanford University, Stanford, California 94305 SLAC-PUB-995

More information

Study of the Clocking Effect in the TRT Alignment

Study of the Clocking Effect in the TRT Alignment Draft version 2. Study of the Clocking Effect in the TRT Alignment John Alison Aart Heijboer Joel Heinrich Joe Kroll University of Pennsylvania Andrea Bocci Duke University April 15, 28 Abstract This paper

More information

Attacking of Stream Cipher Systems Using a Genetic Algorithm

Attacking of Stream Cipher Systems Using a Genetic Algorithm Attacking of Stream Cipher Systems Using a Genetic Algorithm Hameed A. Younis (1) Wasan S. Awad (2) Ali A. Abd (3) (1) Department of Computer Science/ College of Science/ University of Basrah (2) Department

More information

THE TIMING COUNTER OF THE MEG EXPERIMENT: DESIGN AND COMMISSIONING (OR HOW TO BUILD YOUR OWN HIGH TIMING RESOLUTION DETECTOR )

THE TIMING COUNTER OF THE MEG EXPERIMENT: DESIGN AND COMMISSIONING (OR HOW TO BUILD YOUR OWN HIGH TIMING RESOLUTION DETECTOR ) THE TIMING COUNTER OF THE MEG EXPERIMENT: DESIGN AND COMMISSIONING (OR HOW TO BUILD YOUR OWN HIGH TIMING RESOLUTION DETECTOR ) S. DUSSONI FRONTIER DETECTOR FOR FRONTIER PHYSICS - LA BIODOLA 2009 Fastest

More information

NETFLIX MOVIE RATING ANALYSIS

NETFLIX MOVIE RATING ANALYSIS NETFLIX MOVIE RATING ANALYSIS Danny Dean EXECUTIVE SUMMARY Perhaps only a few us have wondered whether or not the number words in a movie s title could be linked to its success. You may question the relevance

More information

PHY221 Lab 1 Discovering Motion: Introduction to Logger Pro and the Motion Detector; Motion with Constant Velocity

PHY221 Lab 1 Discovering Motion: Introduction to Logger Pro and the Motion Detector; Motion with Constant Velocity PHY221 Lab 1 Discovering Motion: Introduction to Logger Pro and the Motion Detector; Motion with Constant Velocity Print Your Name Print Your Partners' Names Instructions August 31, 2016 Before lab, read

More information

Implementation and Analysis of Area Efficient Architectures for CSLA by using CLA

Implementation and Analysis of Area Efficient Architectures for CSLA by using CLA Volume-6, Issue-3, May-June 2016 International Journal of Engineering and Management Research Page Number: 753-757 Implementation and Analysis of Area Efficient Architectures for CSLA by using CLA Anshu

More information

An Effective Filtering Algorithm to Mitigate Transient Decaying DC Offset

An Effective Filtering Algorithm to Mitigate Transient Decaying DC Offset An Effective Filtering Algorithm to Mitigate Transient Decaying DC Offset By: Abouzar Rahmati Authors: Abouzar Rahmati IS-International Services LLC Reza Adhami University of Alabama in Huntsville April

More information

The field cage for a large TPC prototype

The field cage for a large TPC prototype EUDET The field cage for a large TPC prototype T.Behnke, L. Hallermann, P. Schade, R. Diener December 7, 2006 Abstract Within the EUDET Programme, the FLC TPC Group at DESY in collaboration with the Department

More information

SPEAR 3: Operations Update and Impact of Top-Off Injection

SPEAR 3: Operations Update and Impact of Top-Off Injection SPEAR 3: Operations Update and Impact of Top-Off Injection R. Hettel for the SSRL ASD 2005 SSRL Users Meeting October 18, 2005 SPEAR 3 Operations Update and Development Plans Highlights of 2005 SPEAR 3

More information

THE NEW LASER FAMILY FOR FINE WELDING FROM FIBER LASERS TO PULSED YAG LASERS

THE NEW LASER FAMILY FOR FINE WELDING FROM FIBER LASERS TO PULSED YAG LASERS FOCUS ON FINE SOLUTIONS THE NEW LASER FAMILY FOR FINE WELDING FROM FIBER LASERS TO PULSED YAG LASERS Welding lasers from ROFIN ROFIN s laser sources for welding satisfy all criteria for the optimized laser

More information

SABER A Facility for Accelerator Physics and Test Beam Experiments Roger Erickson SABER Workshop March 15, 2006

SABER A Facility for Accelerator Physics and Test Beam Experiments Roger Erickson SABER Workshop March 15, 2006 SABER A Facility for Accelerator Physics and Test Beam Experiments Roger Erickson SABER Workshop March 15, 2006 FFTB will soon be gone! The Problem: On April 10, 2006, the Final Focus Test Beam (FFTB)

More information

MITOCW mit-6-00-f08-lec17_300k

MITOCW mit-6-00-f08-lec17_300k MITOCW mit-6-00-f08-lec17_300k OPERATOR: The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources

More information

Blueline, Linefree, Accuracy Ratio, & Moving Absolute Mean Ratio Charts

Blueline, Linefree, Accuracy Ratio, & Moving Absolute Mean Ratio Charts INTRODUCTION This instruction manual describes for users of the Excel Standard Celeration Template(s) the features of each page or worksheet in the template, allowing the user to set up and generate charts

More information

PEP-I1 RF Feedback System Simulation

PEP-I1 RF Feedback System Simulation SLAC-PUB-10378 PEP-I1 RF Feedback System Simulation Richard Tighe SLAC A model containing the fundamental impedance of the PEP- = I1 cavity along with the longitudinal beam dynamics and feedback system

More information

A High-Resolution Flash Time-to-Digital Converter Taking Into Account Process Variability. Nikolaos Minas David Kinniment Keith Heron Gordon Russell

A High-Resolution Flash Time-to-Digital Converter Taking Into Account Process Variability. Nikolaos Minas David Kinniment Keith Heron Gordon Russell A High-Resolution Flash Time-to-Digital Converter Taking Into Account Process Variability Nikolaos Minas David Kinniment Keith Heron Gordon Russell Outline of Presentation Introduction Background in Time-to-Digital

More information

Effect on Beam Current on varying the parameters of BFE and Control Anode of a TWT Electron Gun

Effect on Beam Current on varying the parameters of BFE and Control Anode of a TWT Electron Gun International Journal of Photonics. ISSN 0974-2212 Volume 7, Number 1 (2015), pp. 1-9 International Research Publication House http://www.irphouse.com Effect on Beam Current on varying the parameters of

More information

Avoiding False Pass or False Fail

Avoiding False Pass or False Fail Avoiding False Pass or False Fail By Michael Smith, Teradyne, October 2012 There is an expectation from consumers that today s electronic products will just work and that electronic manufacturers have

More information

THE LXI IVI PROGRAMMING MODEL FOR SYNCHRONIZATION AND TRIGGERING

THE LXI IVI PROGRAMMING MODEL FOR SYNCHRONIZATION AND TRIGGERING THE LXI IVI PROGRAMMIG MODEL FOR SCHROIZATIO AD TRIGGERIG Lynn Wheelwright 3751 Porter Creek Rd Santa Rosa, California 95404 707-579-1678 lynnw@sonic.net Abstract - The LXI Standard provides three synchronization

More information

Time Domain Simulations

Time Domain Simulations Accuracy of the Computational Experiments Called Mike Steinberger Lead Architect Serial Channel Products SiSoft Time Domain Simulations Evaluation vs. Experimentation We re used to thinking of results

More information

A Review of Tracking Sessions

A Review of Tracking Sessions A Review of Tracking Sessions Madhu S. Dixit TRIUMF & Carleton University Durham ECFA Workshop 1-4 September 2004 8 minutes time for this summary (allow 2 minutes for questions) 3 tracking sessions lasting

More information

Developing an AFM-based Automatic Tool for NanoAsperity Quantification

Developing an AFM-based Automatic Tool for NanoAsperity Quantification Developing an AFM-based Automatic Tool for NanoAsperity Quantification September 18, 2008 Sergey Belikov*, Lin Huang, Jian Shi, Ji Ma, Jianli He, Bob Tench, and Chanmin Su Veeco Instruments Inc., Santa

More information

Activity Sequential Logic: An Overview

Activity Sequential Logic: An Overview Activity 1.3.2 Sequential Logic: An Overview Introduction Along with combinational logic, sequential logic is a fundamental building block of digital electronics. The output values of sequential logic

More information

J. Maillard, J. Silva. Laboratoire de Physique Corpusculaire, College de France. Paris, France

J. Maillard, J. Silva. Laboratoire de Physique Corpusculaire, College de France. Paris, France Track Parallelisation in GEANT Detector Simulations? J. Maillard, J. Silva Laboratoire de Physique Corpusculaire, College de France Paris, France Track parallelisation of GEANT-based detector simulations,

More information

Pixel Detector Control System

Pixel Detector Control System Pixel Detector Control System DCS Workshop October 2001, Amsterdam Overview on the Pixel DCS Interlock Box Pixel DCS Hierachy First Experience with PVSS Outlook to work in 2002 Wishes for PVSS Estimated

More information

OPTIMIZING VIDEO SCALERS USING REAL-TIME VERIFICATION TECHNIQUES

OPTIMIZING VIDEO SCALERS USING REAL-TIME VERIFICATION TECHNIQUES OPTIMIZING VIDEO SCALERS USING REAL-TIME VERIFICATION TECHNIQUES Paritosh Gupta Department of Electrical Engineering and Computer Science, University of Michigan paritosg@umich.edu Valeria Bertacco Department

More information

MTI-2100 FOTONIC SENSOR. High resolution, non-contact. measurement of vibration. and displacement

MTI-2100 FOTONIC SENSOR. High resolution, non-contact. measurement of vibration. and displacement A worldwide leader in precision measurement solutions MTI-2100 FOTONIC SENSOR High resolution, non-contact measurement of vibration and displacement MTI-2100 Fotonic TM Sensor Unmatched Resolution and

More information

Design and Simulation of High Power RF Modulated Triode Electron Gun. A. Poursaleh

Design and Simulation of High Power RF Modulated Triode Electron Gun. A. Poursaleh Design and Simulation of High Power RF Modulated Triode Electron Gun A. Poursaleh National Academy of Sciences of Armenia, Institute of Radio Physics & Electronics, Yerevan, Armenia poursaleh83@yahoo.com

More information

Decade Counters Mod-5 counter: Decade Counter:

Decade Counters Mod-5 counter: Decade Counter: Decade Counters We can design a decade counter using cascade of mod-5 and mod-2 counters. Mod-2 counter is just a single flip-flop with the two stable states as 0 and 1. Mod-5 counter: A typical mod-5

More information

EECS150 - Digital Design Lecture 15 Finite State Machines. Announcements

EECS150 - Digital Design Lecture 15 Finite State Machines. Announcements EECS150 - Digital Design Lecture 15 Finite State Machines October 18, 2011 Elad Alon Electrical Engineering and Computer Sciences University of California, Berkeley http://www-inst.eecs.berkeley.edu/~cs150

More information

DESIGN PHILOSOPHY We had a Dream...

DESIGN PHILOSOPHY We had a Dream... DESIGN PHILOSOPHY We had a Dream... The from-ground-up new architecture is the result of multiple prototype generations over the last two years where the experience of digital and analog algorithms and

More information

HEBS: Histogram Equalization for Backlight Scaling

HEBS: Histogram Equalization for Backlight Scaling HEBS: Histogram Equalization for Backlight Scaling Ali Iranli, Hanif Fatemi, Massoud Pedram University of Southern California Los Angeles CA March 2005 Motivation 10% 1% 11% 12% 12% 12% 6% 35% 1% 3% 16%

More information

-Technical Specifications-

-Technical Specifications- Annex I to Contract 108733 NL-Petten: the delivery, installation, warranty and maintenance of one (1) X-ray computed tomography system at the JRC-IET -Technical Specifications- INTRODUCTION In the 7th

More information

GLAST Large Area Telescope:

GLAST Large Area Telescope: GLAST Large Area Telescope: Gamma-ray Large Area Space Telescope Tracker Subsystem WBS 4.1.4 Tracker EM Vibration Test Status Engineering Meeting December 2, 2003 Robert Johnson Santa Cruz Institute for

More information