A Cosmic Muon Tracking Algorithm for the CMS RPC based Technical Trigger

Size: px
Start display at page:

Download "A Cosmic Muon Tracking Algorithm for the CMS RPC based Technical Trigger"

Transcription

1 A Cosmic Muon Tracking Algorithm for the CMS RPC based Technical Trigger by Rajan Raj Thilak Department of Physics University of Bari INFN on behalf of the CMS RPC-Trigger Group (Bari, Frascati, Sofia, Napoli, Pavia and Warsaw)

2 CMS RPC Technical Trigger Motivation Objective select Cosmic Muons produce Sector level triggers and Wheel level triggers Hurdle for test and calibration of detectors during commissioning and later running of CMS. test DT, RPC and Tracker alignment CMS RPC Trigger System was build to identify Muon Tracks from the Interaction Point. Challenge Solution needs to be Compact and Inexpensive To use existing electronics infrastructure with minimal modifications (if required) and attain the Objectives

3 CMS RPC Trigger System Overview Detector Periphery Counting Room Link Box TRIGGER BOARD Ref : RPC Based Technical Trigger for CMS Exp, Flavio Loddo, CMS CR-2006/088 FEB FEB Link Board Sync, LMUX & Optical Trm. Control Board Link Board CCU RPC LVDS SplitterBoard L D M U X PAC DAQ Ghost Buster Data Concentrator Card Ghost Buster & Sorter To Global Muon Trigger To DAQ Link Boards : Synchronize the signals with the LHC clock and data compress for optical transmission Trigger Boards : Receives LB Fibers and implements the PAC (Pattern Comparator) algorithm Interconnections between Links Boards and Trigger Boards are optimized for vertex geometry.

4 CMS RPC Trigger System Overview : Trigger Board TLK2501 De-serializer Altera FPGA Opto Sync. Altera FPGA TTU PAC Trigger Board (designed by Warsaw Team) : De serialize Data, Synchronize and Run the PAC (Pattern Comparator) algorithm. To detect Cosmic Muons > replace PAC Firmware with a new Firmware

5 CMS RPC Technical Trigger Implementation: Phase 1 Detector periphery 1 RBC/ 2 sectors Counting Room RBC RBC RBC Barrel Wheel RBC Fiber 30 Optical Fibers RBC RBC (RPC Balcony Collector) 6 Fibers/wheel RBC Detector Periphery : RBC RPC Balcony Collector Ref : RPC Based Technical Trigger for CMS Exp, Flavio Loddo, CMS CR-2006/088 Each RBC reads 2x (13 or 15) OR MAP from and makes Sector Level Trigger. Passes these OR's and Sector Level Trigger passed to the Counting Room. Each => 1 sector (13 to 15 OR's) ; Each RBC => 2 s( 2 sectors ) ; 6 RBCs => 1 Wheel

6 RPC Technical Trigger Implementation: Phase 2 ORs from 2 sectors RBC ORs from 2 sectors 2 Sector Triggers From 6 RBC PHASE 2 : RBC + Technical Trigger Unit (TTU) Detector periphery Trigger Board used as Technical Trigger Unit PAC algorithm replaced by CMTA algorithm TTU (1 Wheel) Cosmic Muon Tracking Algorithm 12 RBC Sector Triggers Task in Hand : Firmware for TTU => CMTA Algorithm! Counting Room Programmable mixer Trigger Board as TTU From 5 TTU Crate backplane Programmable mixer

7 Birds Eye View : Muon Trigger Block Diagram (Before) RPC PACT Pattern Comparator DTBX Barrel BTI Bunch & Time Id TRACO Track Correlator Wire Cards CSC Endcap Strip Cards Motherboard Trigger Server Port Card DTTF Drift Tube Track Finder CSC Cathode Strip Ch. Track Finder Quiet Bits from Cal. Trigger RPC Sorter DT Sorter CSC Sorter Global Muon Trigger To Global Trigger

8 Birds Eye View : Muon Trigger Block Diagram (Now) RPC DTBX Barrel CSC Endcap RBC RPC Balcony Collector PACT Pattern Comparator BTI Bunch & Time Id TRACO Track Correlator Wire Cards Strip Cards Motherboard TTU with CMTA Trigger Server DTTF Drift Tube Track Finder Port Card CSC Cathode Strip Ch. Track Finder Quiet Bits from Cal. Trigger RPC Sorter DT Sorter Global Muon Trigger CSC Sorter To Global Trigger

9 Firmware for the TTU... from RBC ORs (12x15) bits Mask (12x15) bits Force(12x15) bits Min. Length Of Track Sector Delays Sector level Triggers Trigger Config. TTU Firmware Clocked at 40MHz Trigger few Hz Cosmic Muon Track[ ] (Id,Sector, Station) Slow Ctrl. Configuration written in VHDL Objectives : Process the input OR's (12x15) provided by RBC at every Bx to detect Multiple Tracks Produce a Wheel-level Trigger if the Length of Muon Track >= Min. Length Of Track set Store all the Seeds (Station co-ordinates) of the Track Configurable Mask, Force and other settings through Slow control configuration.

10 TTU CMTA Algorithm Definition Latency : In a system its the Time (in Clock cycles) that elapses between the Stimulus and its Output A single component of latency 1 Bx. difficult to implement OR Map Trigger Algorithm Firmware Trigger consumes lot of Chip area. Solution : Implement CMTA in a Pipeline LHC Clock f = 40 MHz Number of smaller parallel processes. Trade-off Latency = 1 Bx. Latency <=> Chip Area Preferably Modular and Generic OR Map Process 1 Process 2 Process N Trigger LHC Clock f = 40 MHz Latency = N Bx.

11 Trigger Algorithm: The Wheel Map... Stations Sectors Comic Visualization of Wheel (@ 1 Bx.) OR Map (12 x 15) -> Wheel Map (12x6) Notice that every chamber of the Muon Track has at least 1 Chamber HIT in the periphery

12 Trigger Algorithm: Connecting the Dots Sector Station Track Len RB4 1 5 RB3 2 6 RB3 3 7 RB4 4 1 RB2_OUT 1 12 RB RB4 3 Generate Wheel Level Trigger 1 Find Initial seed scanning from the Top most station (RB4) to the Innermost station (RBIN) Priority Scan: for hits in sector order 4,5,3,2,6,7,1,8,12,9,10,11 Track the Path and Increment Length of Track at every New Seed found. Find Multiple Tracks and Store all Seeds.

13 Modularity Tracker and Seed... Id(N-1), Station (N-1), Sector(N-1), Track Length(N-1) Seed (N-1) Seed N Id(N), Station (N), Sector(N), Track Length(N) Tracker (N) 40 MHz Input Map (with Seed N-1) Seed (N-1) Seed (N) Output Map (without Seed N-1) Generic Tracker : Scan the periphery of the input seed and find next seed, if seed found Increment Track Length, pass the new seed and map if seed not found initialize Track Length = 1, pass the new seed and map

14 Parallelism Trackers and Seeds... Trackers f = 40 MHz Initial Seed Buster Tracker 1 Tracker 2 Tracker N Seed 0 Seed 1 Seed 2 Seed N Memory Initial Seed Buster : Scans from the top most station RB4 of the Wheel Map to bottom RB1 IN, in search of a seed. Each Tracker finds a new seed and passes the new Map and new seed to the next Tracker Total Number of Trackers can be Statically parametrized during Synthesis. No. of Trackers = Max length of the Track. Currently (N =14). Seed Out []

15 CMTA Component Flow (Main Blocks) Inputs from RBC Mask Data Masked OR Map (12x15 bits) Check Force Force OK Flag Wheel Mapping Wheel map (12x6 bits) Initial Seed Buster Wheel 0 Seed 0 Trackers(1...N) INTERNAL RAM Data Readout Control Tracks [ ] Filters Final Track [ ] Choose Track Max Track Length >= Trigger Config Final Trigger Out Config. Registers Status Registers Internal Diagnostic Tool Min. Length Of Track LHC Clock f = 40 MHz

16 Preliminary Off-line Analysis of CMTA Generated a set of Cosmic Muon Events with CMSCGEN - Cosmic Monte Carlo Generator for CMS Single Cosmic Muon per event No Magnetic Field No Noise Patterns were further filtered applying a Sector level Constraint of N i.e at least N Chambers have contiguous hits in any single sector. to ensure most of the tracks pass through a single wheel. These patterns were passed to the CMTA and Minimum Length of Track Parameter of the CMTA was varied.

17 Patterns and Triggers with Sector level Constraint = 3 No. of Patterns and No. of Triggers Minimum Length of Track Number of Patterns with >= No. of Triggers 100 % 96 % 81 % 74 % Number of Patterns Number of Pattern with Hits 3 : 1269 Number of Pattern with Hits 4 : 1238 Number of Pattern with Hits 5 : 1113 Number of Pattern with Hits 6 : 901

18 Comments on Preliminary Results CMTA is fully efficient when patterns have consecutive chambers hit CMTA not efficient when muon tracks: are oblique and hence pass through multiple wheels do not cross contiguous chambers due to the Detector Geometry pass through the center of the detector and hence are detected as 2 small tracks. Most of these inefficiencies can be removed by combining the RBC(Sector Trigger) + TTU (Wheel Trigger) Possible Improvements in CMTA Under Study CMTA Jump : Tracker scans for 2 layers in Periphery instead of 1 layer Smart Patch : Combines 2 smaller Tracks Sector Level Trigger -> Wheel Level Trigger -> Barrel Level Trigger?

19 Run with Min. Track Length = 5 (Test on Wheel +1 with Sector 10 and Sector 11 active) Number of Entries VS Number of fired Planes

20 Selected TB Snapshots with Min. Track Length = 5 (Test on Wheel +1 with Sector 10 and Sector 11 active)

21 Summary RPC based Technical Trigger independent debugging tool for the test and calibration of sub-detector chains of the CMS CMTA : Configurable Firmware implemented in the TTU to select Cosmic Muons. can detect Multiple Tracks, at every Bx. produce Wheel Level Triggers VHDL Library and Single-click Test-Bench ready. To do : To do further off-line analysis by adding noise and magnetic field to input patterns Find solutions to inefficiencies Study the Timing and synchronization of the TTU Define Trigger Configuration for different applications

Status of the CSC Track-Finder

Status of the CSC Track-Finder Status of the CSC Track-Finder Darin Acosta University of Florida May 2000 D. Acosta, University of Florida TriDAS Review May 2000 1 Outline Overview of the CSC trigger system Sector Receiver Sector Processor

More information

The Compact Muon Solenoid Experiment. Conference Report. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland

The Compact Muon Solenoid Experiment. Conference Report. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland Available on CMS information server CMS CR -2017/402 The Compact Muon Solenoid Experiment Conference Report Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 06 November 2017 Commissioning of the

More information

L1 Trigger Activities at UF. The CMS Level-1 1 Trigger

L1 Trigger Activities at UF. The CMS Level-1 1 Trigger L1 Trigger Activities at UF Current team: Darin Acosta (PI) Alex Madorsky (engineer) Lev Uvarov (PNPI engineer) Victor Golovtsov (PNPI engineer) Daniel Holmes (postdoc, CERN-based) Bobby Scurlock (grad

More information

The CMS Muon Trigger

The CMS Muon Trigger The CMS Muon Trigger Outline: o CMS trigger system o Muon Lv-1 trigger o Drift-Tubes local trigger o peformance tests CMS Collaboration 1 CERN Large Hadron Collider start-up 2007 target luminosity 10^34

More information

Trigger Overview. Wesley Smith, U. Wisconsin CMS Trigger Project Manager. DOE/NSF Review April 12, 2000

Trigger Overview. Wesley Smith, U. Wisconsin CMS Trigger Project Manager. DOE/NSF Review April 12, 2000 Overview Wesley Smith, U. Wisconsin CMS Project Manager DOE/NSF Review April 12, 2000 1 TriDAS Main Parameters Level 1 Detector Frontend Readout Systems Event Manager Builder Networks Run Control System

More information

Hardware Trigger Processor for the MDT System

Hardware Trigger Processor for the MDT System University of Massachusetts Amherst E-mail: tcpaiva@cern.ch We are developing a low-latency hardware trigger processor for the Monitored Drift Tube system in the Muon spectrometer. The processor will fit

More information

The CMS Muon Detector

The CMS Muon Detector VCI 21 conference 19-23/2/21 The CMS Muon Detector Paolo Giacomelli INFN Sezione di Bologna Univ. of California, Riverside General Overview Drift Tubes Cathode Strip Chambers Resistive Plate Chambers Global

More information

Commissioning Status and Results of ATLAS Level1 Endcap Muon Trigger System. Yasuyuki Okumura. Nagoya TWEPP 2008

Commissioning Status and Results of ATLAS Level1 Endcap Muon Trigger System. Yasuyuki Okumura. Nagoya TWEPP 2008 Commissioning Status and Results of ATLAS Level1 Endcap Muon Trigger System Yasuyuki Okumura Nagoya University @ TWEPP 2008 ATLAS Trigger DAQ System Trigger in LHC-ATLAS Experiment 3-Level Trigger System

More information

Hardware Trigger Processor for the MDT System

Hardware Trigger Processor for the MDT System University of Massachusetts Amherst E-mail: tcpaiva@cern.ch We are developing a low-latency hardware trigger processor for the Monitored Drift Tube system for the Muon Spectrometer of the ATLAS Experiment.

More information

CMS Note Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland

CMS Note Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland Available on CMS information server CMS NOTE 2006/000 The Compact Muon Solenoid Experiment CMS Note Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland DRAFT 8 Sep. 2006 The CMS Drift Tube Trigger

More information

arxiv: v1 [physics.ins-det] 25 Oct 2012

arxiv: v1 [physics.ins-det] 25 Oct 2012 The RPC-based proposal for the ATLAS forward muon trigger upgrade in view of super-lhc arxiv:1210.6728v1 [physics.ins-det] 25 Oct 2012 University of Michigan, Ann Arbor, MI, 48109 On behalf of the ATLAS

More information

The trigger system of the muon spectrometer of the ALICE experiment at the LHC

The trigger system of the muon spectrometer of the ALICE experiment at the LHC The trigger system of the muon spectrometer of the ALICE experiment at the LHC Francesco Bossù for the ALICE collaboration University and INFN of Turin Siena, 09 June 2010 Outline 1 Introduction 2 Muon

More information

Installation, Commissioning and Performance of the CMS Electromagnetic Calorimeter (ECAL) Electronics

Installation, Commissioning and Performance of the CMS Electromagnetic Calorimeter (ECAL) Electronics Installation, Commissioning and Performance of the CMS Electromagnetic Calorimeter (ECAL) Electronics How to compose a very very large jigsaw-puzzle CMS ECAL Sept. 17th, 2008 Nicolo Cartiglia, INFN, Turin,

More information

Tracking and Alignment in the CMS detector

Tracking and Alignment in the CMS detector Tracking and Alignment in the CMS detector Frédéric Ronga (CERN PH-CMG) for the CMS collaboration 10th Topical Seminar on Innovative Particle and Radiation Detectors Siena, October 1 5 2006 Contents 1

More information

The Compact Muon Solenoid Experiment. Conference Report. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland

The Compact Muon Solenoid Experiment. Conference Report. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland Available on CMS information server CMS CR -2016/370 The Compact Muon Solenoid Experiment Conference Report Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 13 November 2016 (v2, 13 February 2017)

More information

The 1st Result of Global Commissioning of the ATALS Endcap Muon Trigger System in ATLAS Cavern

The 1st Result of Global Commissioning of the ATALS Endcap Muon Trigger System in ATLAS Cavern The 1st Result of Global Commissioning of the ATALS Endcap Muon Trigger System in ATLAS Cavern Takuya SUGIMOTO (Nagoya University) On behalf of TGC Group ~ Contents ~ 1. ATLAS Level1 Trigger 2. Endcap

More information

LHCb Preshower(PS) and Scintillating Pad Detector (SPD): commissioning, calibration, and monitoring

LHCb Preshower(PS) and Scintillating Pad Detector (SPD): commissioning, calibration, and monitoring LHCb Preshower(PS) and Scintillating Pad Detector (SPD): commissioning, calibration, and monitoring Eduardo Picatoste Olloqui on behalf of the LHCb Collaboration Universitat de Barcelona, Facultat de Física,

More information

Operation and performance of the CMS Resistive Plate Chambers during LHC run II

Operation and performance of the CMS Resistive Plate Chambers during LHC run II Operation and performance of the CMS Resistive Plate Chambers during LHC run II, Isabel Pedraza Benemérita Universidad Autónoma de Puebla On behalf of the CMS collaboration XXXI Reunión Anual de la División

More information

arxiv: v2 [physics.ins-det] 20 Oct 2008

arxiv: v2 [physics.ins-det] 20 Oct 2008 Commissioning of the ATLAS Inner Tracking Detectors F. Martin University of Pennsylvania, Philadelphia, PA 19104, USA On behalf of the ATLAS Inner Detector Collaboration arxiv:0809.2476v2 [physics.ins-det]

More information

ATLAS Muon Trigger and Readout Considerations. Yasuyuki Horii Nagoya University on Behalf of the ATLAS Muon Collaboration

ATLAS Muon Trigger and Readout Considerations. Yasuyuki Horii Nagoya University on Behalf of the ATLAS Muon Collaboration ATLAS Muon Trigger and Readout Considerations Yasuyuki Horii Nagoya University on Behalf of the ATLAS Muon Collaboration ECFA High Luminosity LHC Experiments Workshop - 2016 ATLAS Muon System Overview

More information

Current Status of ATLAS Endcap Muon Trigger System

Current Status of ATLAS Endcap Muon Trigger System Current Status of ATLAS Endcap Muon Trigger System Takuya SUGIMOTO Nagoya University On behalf of ATLAS Japan TGC Group Contents 1. Introduction 2. Assembly and installation of TGC 3. Readout test at assembly

More information

1 Detector simulation

1 Detector simulation 1 Detector simulation Detector simulation begins with the tracking of the generated particles in the CMS sensitive volume. For this purpose, CMS uses the GEANT4 package [1], which takes into account the

More information

ARTICLE IN PRESS. Nuclear Instruments and Methods in Physics Research A

ARTICLE IN PRESS. Nuclear Instruments and Methods in Physics Research A Nuclear Instruments and Methods in Physics Research A 69 (9) 4 2 Contents lists available at ScienceDirect Nuclear Instruments and Methods in Physics Research A journal homepage: www.elsevier.com/locate/nima

More information

Phase 1 upgrade of the CMS pixel detector

Phase 1 upgrade of the CMS pixel detector Phase 1 upgrade of the CMS pixel detector, INFN & University of Perugia, On behalf of the CMS Collaboration. IPRD conference, Siena, Italy. Oct 05, 2016 1 Outline The performance of the present CMS pixel

More information

First-level trigger systems at LHC. Nick Ellis EP Division, CERN, Geneva

First-level trigger systems at LHC. Nick Ellis EP Division, CERN, Geneva First-level trigger systems at LHC Nick Ellis EP Division, CERN, Geneva 1 Outline Requirements from physics and other perspectives General discussion of first-level trigger implementations Techniques and

More information

The CSC Track-Finding Processor for the Level 1 Trigger of the CMS Experiment at the LHC at CERN B. Scurlock, S. M. Wang, and D. Acosta University of

The CSC Track-Finding Processor for the Level 1 Trigger of the CMS Experiment at the LHC at CERN B. Scurlock, S. M. Wang, and D. Acosta University of The CSC Track-Finding Processor for the Level 1 Trigger of the CMS Experiment at the LHC at CERN B. Scurlock, S. M. Wang, and D. Acosta University of Florida, Gainesville, FL August 18, 1999 Abstract This

More information

Development and Test of a Demonstrator for a First-Level Muon Trigger based on the Precision Drift Tube Chambers for ATLAS at HL-LHC

Development and Test of a Demonstrator for a First-Level Muon Trigger based on the Precision Drift Tube Chambers for ATLAS at HL-LHC Development and Test of a Demonstrator for a First-Level Muon Trigger based on the Precision Drift Tube Chambers for ATLAS at HL-LHC K. Schmidt-Sommerfeld Max-Planck-Institut für Physik, München K. Schmidt-Sommerfeld,

More information

Test Beam Measurements for the Upgrade of the CMS Phase I Pixel Detector

Test Beam Measurements for the Upgrade of the CMS Phase I Pixel Detector Test Beam Measurements for the Upgrade of the CMS Phase I Pixel Detector Simon Spannagel on behalf of the CMS Collaboration 4th Beam Telescopes and Test Beams Workshop February 4, 2016, Paris/Orsay, France

More information

The CMS Outer HCAL SiPM Upgrade.

The CMS Outer HCAL SiPM Upgrade. The CMS Outer HCAL SiPM Upgrade. Artur Lobanov on behalf of the CMS collaboration DESY Hamburg CALOR 2014, Gießen, 7th April 2014 Outline > CMS Hadron Outer Calorimeter > Commissioning > Cosmic data Artur

More information

CMS Silicon Strip Tracker: Operation and Performance

CMS Silicon Strip Tracker: Operation and Performance CMS Silicon Strip Tracker: Operation and Performance Laura Borrello Purdue University, Indiana, USA on behalf of the CMS Collaboration Outline The CMS Silicon Strip Tracker (SST) SST performance during

More information

The Compact Muon Solenoid Experiment. Conference Report. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland

The Compact Muon Solenoid Experiment. Conference Report. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland Available on CMS information server CMS CR -2015/213 The Compact Muon Solenoid Experiment Conference Report Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 05 October 2015 (v2, 12 October 2015)

More information

Requirements and Specifications of the TDC for the ATLAS Precision Muon Tracker

Requirements and Specifications of the TDC for the ATLAS Precision Muon Tracker ATLAS Internal Note MUON-NO-179 14 May 1997 Requirements and Specifications of the TDC for the ATLAS Precision Muon Tracker Yasuo Arai KEK, National High Energy Accelerator Research Organization Institute

More information

The Muon Pretrigger System of the HERA-B Experiment

The Muon Pretrigger System of the HERA-B Experiment The Muon Pretrigger System of the HERA-B Experiment Adams, M. 1, Bechtle, P. 1, Böcker, M. 1, Buchholz, P. 1, Cruse, C. 1, Husemann, U. 1, Klaus, E. 1, Koch, N. 1, Kolander, M. 1, Kolotaev, I. 1,2, Riege,

More information

Track Triggers for ATLAS

Track Triggers for ATLAS Track Triggers for ATLAS André Schöning University Heidelberg 10. Terascale Detector Workshop DESY 10.-13. April 2017 from https://www.enterprisedb.com/blog/3-ways-reduce-it-complexitydigital-transformation

More information

Upgrade of the ATLAS Thin Gap Chamber Electronics for HL-LHC. Yasuyuki Horii, Nagoya University, on Behalf of the ATLAS Muon Collaboration

Upgrade of the ATLAS Thin Gap Chamber Electronics for HL-LHC. Yasuyuki Horii, Nagoya University, on Behalf of the ATLAS Muon Collaboration Upgrade of the ATLAS Thin Gap Chamber Electronics for HL-LHC Yasuyuki Horii, Nagoya University, on Behalf of the ATLAS Muon Collaboration TWEPP 2017, UC Santa Cruz, 12 Sep. 2017 ATLAS Muon System Overview

More information

Updates on the R&D for the SVT Front End Readout chips

Updates on the R&D for the SVT Front End Readout chips Updates on the R&D for the SVT Front End Readout chips F.M. Giorgi INFN Bologna 5/31/2011 F.M.Giorgi XVII SuperB Workshop - La Biodola Isola d Elba 1 Summary Strip readout architecture Investigated architecture

More information

DHCAL Prototype Construction José Repond Argonne National Laboratory

DHCAL Prototype Construction José Repond Argonne National Laboratory DHCAL Prototype Construction José Repond Argonne National Laboratory Linear Collider Workshop Stanford University March 18 22, 2005 Digital Hadron Calorimeter Fact Particle Flow Algorithms improve energy

More information

First-level trigger systems at LHC

First-level trigger systems at LHC First-level trigger systems at LHC N. Ellis CERN, 1211 Geneva 23, Switzerland Nick.Ellis@cern.ch Abstract Some of the challenges of first-level trigger systems in the LHC experiments are discussed. The

More information

CMS Conference Report

CMS Conference Report Available on CMS information server CMS CR 23/2 CMS Conference Report arxiv:physics/312132v1 [physics.ins-det] 22 Dec 23 The CMS Silicon Strip Tracker: System Tests and Test Beam Results K. KLEIN I. Physikalisches

More information

Data acquisition and Trigger (with emphasis on LHC)

Data acquisition and Trigger (with emphasis on LHC) Lecture 2 Data acquisition and Trigger (with emphasis on LHC) Introduction Data handling requirements for LHC Design issues: Architectures Front-end, event selection levels Trigger Future evolutions Conclusion

More information

Level-1 Track Trigger R&D. Zijun Xu Peking University

Level-1 Track Trigger R&D. Zijun Xu Peking University Level-1 Trigger R&D Zijun Xu Peking University 2016-12 1 Level-1 Trigger for CMS Phase2 Upgrade HL-LHC, ~2025 Pileup 140-250 Silicon based Level 1 Trigger Be crucial for trigger objects reconstruction

More information

9. TRIGGER AND DATA ACQUISITION

9. TRIGGER AND DATA ACQUISITION 9. TRIGGER AND DATA ACQUISITION 9.1 INTRODUCTION The CMS trigger and data acquisition system is shown in Fig. 9.1 and the used terminology in Table 9.1. For the nominal LHC design luminosity of 1 34 cm

More information

Commissioning and operation of the CDF Silicon detector

Commissioning and operation of the CDF Silicon detector Commissioning and operation of the CDF Silicon detector Saverio D Auria On behalf of the CDF collaboration International conference on Particle Physics and Advanced Technology, Como, Italy, 15-19 October

More information

Construction and Performance of the stgc and Micromegas chambers for ATLAS NSW Upgrade

Construction and Performance of the stgc and Micromegas chambers for ATLAS NSW Upgrade Construction and Performance of the stgc and Micromegas chambers for ATLAS NSW Upgrade Givi Sekhniaidze INFN sezione di Napoli On behalf of ATLAS NSW community 14th Topical Seminar on Innovative Particle

More information

Development of the FVTX trigger

Development of the FVTX trigger Development of the FVTX trigger Rikkyo University Toru Nagashima Nov.7 2014 RadLab student seminar 1 OVERVIEW Physics motivation Test bench setup in RIKEN Timing measurement FVTX trigger design Trigger

More information

Efficiency and readout architectures for a large matrix of pixels

Efficiency and readout architectures for a large matrix of pixels Efficiency and readout architectures for a large matrix of pixels A. Gabrielli INFN and University of Bologna INFN and University of Bologna E-mail: giorgi@bo.infn.it M. Villa INFN and University of Bologna

More information

Performance of the ATLAS Muon Trigger in Run I and Upgrades for Run II

Performance of the ATLAS Muon Trigger in Run I and Upgrades for Run II Journal of Physics: Conference Series PAPER OPEN ACCESS Performance of the ALAS Muon rigger in Run I and Upgrades for Run II o cite this article: Dai Kobayashi and 25 J. Phys.: Conf. Ser. 664 926 Related

More information

Design and Construction of Large Size Micromegas Chambers for the ATLAS Phase-1 upgrade of the Muon Spectrometer

Design and Construction of Large Size Micromegas Chambers for the ATLAS Phase-1 upgrade of the Muon Spectrometer Advancements in Nuclear Instrumenta2on Measurement Methods and their Applica2ons 20-24 April 2015, Lisbon Congress Center Design and Construction of Large Size Micromegas Chambers for the ATLAS Phase-1

More information

8.882 LHC Physics. Detectors: Muons. [Lecture 11, March 11, 2009] Experimental Methods and Measurements

8.882 LHC Physics. Detectors: Muons. [Lecture 11, March 11, 2009] Experimental Methods and Measurements 8.882 LHC Physics Experimental Methods and Measurements Detectors: Muons [Lecture 11, March 11, 2009] Organization Project 1 (charged track multiplicity) no one handed in so far... well deadline is tomorrow

More information

`First ep events in the Zeus micro vertex detector in 2002`

`First ep events in the Zeus micro vertex detector in 2002` Amsterdam 18 dec 2002 `First ep events in the Zeus micro vertex detector in 2002` Erik Maddox, Zeus group 1 History (1): HERA I (1992-2000) Lumi: 117 pb -1 e +, 17 pb -1 e - Upgrade (2001) HERA II (2001-2006)

More information

Electronic Readout System for Belle II Imaging Time of Propagation Detector

Electronic Readout System for Belle II Imaging Time of Propagation Detector Electronic Readout System for Belle II Imaging Time of Propagation Detector Dmitri Kotchetkov University of Hawaii at Manoa for Belle II itop Detector Group March 3, 2017 Barrel Particle Identification

More information

Data Acquisition System for the Angra Project

Data Acquisition System for the Angra Project Angra Neutrino Project AngraNote 012-2009 (Draft) Data Acquisition System for the Angra Project H. P. Lima Jr, A. F. Barbosa, R. G. Gama Centro Brasileiro de Pesquisas Físicas - CBPF L. F. G. Gonzalez

More information

Tests of the CMS Level-1 Regional Calorimeter Trigger Prototypes

Tests of the CMS Level-1 Regional Calorimeter Trigger Prototypes Tests of the CMS Level-1 Regional Calorimeter Trigger Prototypes W.H.Smith, P. Chumney, S. Dasu, M. Jaworski, J. Lackey, P. Robl, Physics Department, University of Wisconsin, Madison, WI, USA 8th Workshop

More information

What do the experiments want?

What do the experiments want? What do the experiments want? prepared by N. Hessey, J. Nash, M.Nessi, W.Rieger, W. Witzeling LHC Performance Workshop, Session 9 -Chamonix 2010 slhcas a luminosity upgrade The physics potential will be

More information

Readout architecture for the Pixel-Strip (PS) module of the CMS Outer Tracker Phase-2 upgrade

Readout architecture for the Pixel-Strip (PS) module of the CMS Outer Tracker Phase-2 upgrade Readout architecture for the Pixel-Strip (PS) module of the CMS Outer Tracker Phase-2 upgrade Alessandro Caratelli Microelectronic System Laboratory, École polytechnique fédérale de Lausanne (EPFL), Lausanne,

More information

CTPPS Detector Performance

CTPPS Detector Performance CTPPS Detector Performance Run 2016 Data summary SiStrips Performance Data Quality Radiation Damage Alignment Optics Validation Acceptance Diamond Performance Data Quality Data consistency checks Run 2017

More information

Gas Electron Multiplier Detectors

Gas Electron Multiplier Detectors Muon Tomography with compact Gas Electron Multiplier Detectors Dec. Sci. Muon Summit - April 22, 2010 Marcus Hohlmann, P.I. Florida Institute of Technology, Melbourne, FL 4/22/2010 M. Hohlmann, Florida

More information

Barrel LVL1 Muon Trigger Coincidence Matrix ASIC: User Requirement Document

Barrel LVL1 Muon Trigger Coincidence Matrix ASIC: User Requirement Document Barrel LVL1 Muon Trigger Coincidence Matrix ASIC: User Requirement Document Authors:, E. Petrolo, A. Salamon, R. Vari, S. Veneziano Keywords:ATLAS, Level-1, Barrel, ASIC Abstract The Coincidence Matrix

More information

The Compact Muon Solenoid Experiment. Conference Report. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland

The Compact Muon Solenoid Experiment. Conference Report. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland Available on CMS information server CMS CR -2017/349 The Compact Muon Solenoid Experiment Conference Report Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 09 October 2017 (v4, 10 October 2017)

More information

Optimization, Synchronization, Calibration and Diagnostic of the RPC Trigger System for the CMS detector.

Optimization, Synchronization, Calibration and Diagnostic of the RPC Trigger System for the CMS detector. Optimization, Synchronization, Calibration and Diagnostic of the RPC PAC Muon Trigger System for the CMS detector. Karol Bukowski Institute of Experimental Physics University of Warsaw A thesis submitted

More information

ASIC/TRB Readout Status in Jülich

ASIC/TRB Readout Status in Jülich ASIC/TRB Readout Status in Jülich Peter Wintz (IKP, FZ Jülich) STT RO WShop, Krakow, Jan-30/31 2016 Outline: ASIC/TRB Readout Status in Jül WPs in Jülich System overview Production status Readout status

More information

Construction and Performance of the stgc and MicroMegas chambers for ATLAS NSW Upgrade

Construction and Performance of the stgc and MicroMegas chambers for ATLAS NSW Upgrade Construction and Performance of the stgc and MicroMegas chambers for ATLAS NSW Upgrade Givi Sekhniaidze INFN sezione di Napoli On behalf of ATLAS NSW community 14th Topical Seminar on Innovative Particle

More information

Update on TAB Progress

Update on TAB Progress Update on TAB Progress John Parsons Nevis Labs, Columbia University Feb. 15/2002 Assumptions about ADC/FIR board ADC to TAB data links Progress on Trigger Algorithm Board (TAB) Urgent issues to be resolved

More information

TIMING, TRIGGER AND CONTROL INTERFACE MODULE FOR ATLAS SCT READ OUT ELECTRONICS

TIMING, TRIGGER AND CONTROL INTERFACE MODULE FOR ATLAS SCT READ OUT ELECTRONICS TIMING, TRIGGER AND CONTROL INTERFACE MODULE FOR ATLAS SCT READ OUT ELECTRONICS Jonathan Butterworth ( email : jmb@hep.ucl.ac.uk ) Dominic Hayes ( email : dah@hep.ucl.ac.uk ) John Lane ( email : jbl@hep.ucl.ac.uk

More information

Data Quality Monitoring of the CMS Pixel Detector

Data Quality Monitoring of the CMS Pixel Detector Data Quality Monitoring of the CMS Pixel Detector 1 * Purdue University Department of Physics, 525 Northwestern Ave, West Lafayette, IN 47906 USA E-mail: petra.merkel@cern.ch We present the CMS Pixel Data

More information

VErtex LOcator (VELO)

VErtex LOcator (VELO) Commissioning the LHCb VErtex LOcator (VELO) Mark Tobin University of Liverpool On behalf of the LHCb VELO group 1 Overview Introduction LHCb experiment. The Vertex Locator (VELO). Description of System.

More information

The Status of ATLAS. Xin Wu, University of Geneva On behalf of the ATLAS collaboration. X. Wu, HCP2009, Evian, 17/11/09 ATL-GEN-SLIDE

The Status of ATLAS. Xin Wu, University of Geneva On behalf of the ATLAS collaboration. X. Wu, HCP2009, Evian, 17/11/09 ATL-GEN-SLIDE ATL-GEN-SLIDE-2009-356 18 November 2009 The Status of ATLAS Xin Wu, University of Geneva On behalf of the ATLAS collaboration 1 ATLAS and the people who built it 25m high, 44m long Total weight 7000 tons

More information

L1 Track Finding For a TiME Multiplexed Trigger

L1 Track Finding For a TiME Multiplexed Trigger V INFIERI WORKSHOP AT CERN 27/29 APRIL 215 L1 Track Finding For a TiME Multiplexed Trigger DAVIDE CIERI, K. HARDER, C. SHEPHERD, I. TOMALIN (RAL) M. GRIMES, D. NEWBOLD (UNIVERSITY OF BRISTOL) I. REID (BRUNEL

More information

Study of the ALICE Time of Flight Readout System - AFRO

Study of the ALICE Time of Flight Readout System - AFRO Study of the ALICE Time of Flight Readout System - AFRO Abstract The ALICE Time of Flight Detector system comprises about 176.000 channels and covers an area of more than 100 m 2. The timing resolution

More information

Belle Monolithic Thin Pixel Upgrade -- Update

Belle Monolithic Thin Pixel Upgrade -- Update Belle Monolithic Thin Pixel Upgrade -- Update Gary S. Varner On Behalf of the Pixel Gang (Marlon, Fang, ) Local Belle Meeting March 2004 Univ. of Hawaii Today s delta Have shown basic scheme before Testing

More information

DAQ & Electronics for the CW Beam at Jefferson Lab

DAQ & Electronics for the CW Beam at Jefferson Lab DAQ & Electronics for the CW Beam at Jefferson Lab Benjamin Raydo EIC Detector Workshop @ Jefferson Lab June 4-5, 2010 High Event and Data Rates Goals for EIC Trigger Trigger must be able to handle high

More information

R&D for ILC detectors

R&D for ILC detectors EUDET R&D for ILC detectors Daniel Haas Journée de réflexion Cartigny, Sep 2007 Outline ILC Timeline and Reference Design EUDET JRA1 testbeam infrastructure JRA1 DAQ Testbeam results Common DAQ efforts

More information

The LHCb Upgrade BEACH Simon Akar on behalf of the LHCb collaboration

The LHCb Upgrade BEACH Simon Akar on behalf of the LHCb collaboration The LHCb Upgrade BEACH 2014 XI International Conference on Hyperons, Charm and Beauty Hadrons! University of Birmingham, UK 21-26 July 2014 Simon Akar on behalf of the LHCb collaboration Outline The LHCb

More information

Motivation Overview Grounding & Shielding L1 Trigger System Diagrams Front-End Electronics Modules

Motivation Overview Grounding & Shielding L1 Trigger System Diagrams Front-End Electronics Modules F.J. Barbosa, Jlab 1. 2. 3. 4. 5. 6. 7. 8. 9. Motivation Overview Grounding & Shielding L1 Trigger System Diagrams Front-End Electronics Modules Safety Summary 1 1. Motivation Hall D will begin operations

More information

Aging studies for the CMS RPC system

Aging studies for the CMS RPC system Aging studies for the CMS RPC system Facultad de Ciencias Físico-Matemáticas, Benemérita Universidad Autónoma de Puebla, Mexico E-mail: jan.eysermans@cern.ch María Isabel Pedraza Morales Facultad de Ciencias

More information

Spectrometer cavern background

Spectrometer cavern background ATLAS ATLAS Muon Muon Spectrometer Spectrometer cavern cavern background background LPCC Simulation Workshop 19 March 2014 Jochen Meyer (CERN) for the ATLAS Collaboration Outline ATLAS Muon Spectrometer

More information

Level-1 Calorimeter Trigger Calibration

Level-1 Calorimeter Trigger Calibration December 2004 Level-1 Calorimeter Trigger Calibration Birmingham, Heidelberg, Mainz, Queen Mary, RAL, Stockholm Alan Watson, University of Birmingham Norman Gee, Rutherford Appleton Lab Outline Reminder

More information

Status of the LHCb Experiment

Status of the LHCb Experiment Status of the LHCb Experiment Werner Witzeling CERN, Geneva, Switzerland On behalf of the LHCb Collaboration Introduction The LHCb experiment aims to investigate CP violation in the B meson decays at LHC

More information

CMS RPC HL-LHC upgrade with fast timing detectors

CMS RPC HL-LHC upgrade with fast timing detectors Maxime Gouzevitch CMS RPC HL-LHC upgrade with fast timing detectors on behalf of the CMS MUON group ICHEP, SEOUL, 2018 1) RPC upgrade project and motivation 2-3) Requirements and design 4-7) Validation

More information

Development of a Highly Selective First-Level Muon Trigger for ATLAS at HL-LHC Exploiting Precision Muon Drift-Tube Data

Development of a Highly Selective First-Level Muon Trigger for ATLAS at HL-LHC Exploiting Precision Muon Drift-Tube Data Development of a Highly Selective First-Level Muon Trigger for ATLAS at HL-LHC Exploiting Precision Muon Drift-Tube Data S. Abovyan, V. Danielyan, M. Fras, P. Gadow, O. Kortner, S. Kortner, H. Kroha, F.

More information

SLHC Trigger & DAQ. Wesley H. Smith. U. Wisconsin - Madison FNAL Forward Pixel SLHC Workshop October 9, 2006

SLHC Trigger & DAQ. Wesley H. Smith. U. Wisconsin - Madison FNAL Forward Pixel SLHC Workshop October 9, 2006 SLHC Trigger & DAQ Wesley H. Smith U. Wisconsin - Madison FNAL Forward Pixel SLHC Workshop October 9, 2006 Outline: SLHC Machine, Physics, Trigger & DAQ Impact of Luminosity up to 10 35 Calorimeter, Muon

More information

D16G. 16 Channel Programmable Delay. Features. General Description. Block Diagram. Top View CMU-PNPI

D16G. 16 Channel Programmable Delay. Features. General Description. Block Diagram. Top View CMU-PNPI 6 Channel Programmable Delay General Description The is a custom designed 6-channel programmable delay circuit. Each channel coists of an input LVDS-to-CMOS level converter; four stages of delay with,

More information

Development of SiTCP Based Readout System for Pixel Detector Upgrade in ATLAS Experiment

Development of SiTCP Based Readout System for Pixel Detector Upgrade in ATLAS Experiment Development of SiTCP Based Readout System for Pixel Detector Upgrade in ATLAS Experiment J.J. Teoh, K. Hanagaki, M. Garcia-Sciveres B, Y. Ikegami A, O. Jinnouchi D, R. Takashima C, Y. Takubo A, S. Terada

More information

OPERA RPC: installation and underground test results

OPERA RPC: installation and underground test results VII Workshop on Resistive Plate Chambers and Related Detectors Korea University, Seoul October 10-12, 2005 The OPERA RPC system: installation and underground test results A. Longhin (INFN & Padova University)

More information

Data acquisi*on and Trigger - Trigger -

Data acquisi*on and Trigger - Trigger - Experimental Methods in Par3cle Physics (HS 2014) Data acquisi*on and Trigger - Trigger - Lea Caminada lea.caminada@physik.uzh.ch 1 Interlude: LHC opera3on Data rates at LHC Trigger overview Coincidence

More information

SVT-Pixel layer 0 recent achievements on chip readout architectures

SVT-Pixel layer 0 recent achievements on chip readout architectures SVT-Pixel layer 0 recent achievements on chip readout architectures Filippo Maria Giorgi - INFN and University of Bologna on behalf of the VIPIX collaboration XII SuperB General Meeting Annecy, March 5

More information

The Compact Muon Solenoid Experiment at the LHC. Images of Assembly and Installation

The Compact Muon Solenoid Experiment at the LHC. Images of Assembly and Installation The Compact Muon Solenoid Experiment at the LHC Images of Assembly and Installation Contents 1. Civil Engineering Pages 8 to 13 2. Assembly in the Surface Building Pages 14 to 35 3. Lowering of the Heavy

More information

SPADIC 1.0. Tim Armbruster. FEE/DAQ Workshop Mannheim. January Visit

SPADIC 1.0. Tim Armbruster. FEE/DAQ Workshop Mannheim. January Visit SPADIC 1.0 Tim Armbruster tim.armbruster@ziti.uni-heidelberg.de FEE/DAQ Workshop Mannheim Schaltungstechnik Schaltungstechnik und und January 2012 Visit http://www.spadic.uni-hd.de 1. SPADIC Architecture

More information

Some Studies on ILC Calorimetry

Some Studies on ILC Calorimetry Some Studies on ILC Calorimetry M. Benyamna, C. Carlogan, P. Gay, S. Manen, F. Morisseau, L. Royer (LPC-Clermont) & Y. Gao, H. Gong, Z. Yang (Tsinghua Univ.) Topics of the collaboration - Algorithm for

More information

itop System Overview Kurtis Nishimura University of Hawaii October 12, 2012 US Belle II Firmware Review

itop System Overview Kurtis Nishimura University of Hawaii October 12, 2012 US Belle II Firmware Review itop System Overview Kurtis Nishimura University of Hawaii October 12, 2012 US Belle II Firmware Review Detection of Internally Reflected Cherenkov Light Charged particles of same momentum but different

More information

2008 JINST 3 S Implementation The Coincidence Chip (CC) Figure 8.2: Schematic overview of the Coincindence Chip (CC).

2008 JINST 3 S Implementation The Coincidence Chip (CC) Figure 8.2: Schematic overview of the Coincindence Chip (CC). 8.2 Implementation Figure 8.2: Schematic overview of the Coincindence Chip (CC). 8.2.1 The Coincidence Chip (CC) The Coincidence Chip provides on-detector coincidences to reduce the trigger data sent to

More information

Level-1 Regional Calorimeter System for CMS

Level-1 Regional Calorimeter System for CMS Level-1 Regional Calorimeter System for CMS P. Chumney, S. Dasu, M. Jaworski, J. Lackey, P. Robl, W.H.Smith Physics Department, University of Wisconsin, Madison, WI, USA CHEP March 2003 The pdf file of

More information

A tracking detector to study O(1 GeV) ν μ CC interactions

A tracking detector to study O(1 GeV) ν μ CC interactions A tracking detector to study O(1 GeV) ν μ CC interactions Laura Pasqualini on behalf of the mm-tracker Collaboration IPRD16, 3-6 October 2016, Siena Motivations ν/μ Tracking system for a light magnetic

More information

PWO Crystal ECAL. Ren-yuan Zhu California Institute of Technology May 19 th US CMS Collaboration Meeting, May 19, 2001 Ren-yuan Zhu, Caltech

PWO Crystal ECAL. Ren-yuan Zhu California Institute of Technology May 19 th US CMS Collaboration Meeting, May 19, 2001 Ren-yuan Zhu, Caltech PWO Crystal ECAL Ren-yuan Zhu California Institute of Technology May 19 th 2001 1 The Calorimeter Supermodule 36 supermodules in barrel, 4 Dees in endcaps. 1700 crystals/supermodule, 4000 crystals/dee

More information

PoS(EPS-HEP2017)476. The CMS Tracker upgrade for HL-LHC. Sudha Ahuja on behalf of the CMS Collaboration

PoS(EPS-HEP2017)476. The CMS Tracker upgrade for HL-LHC. Sudha Ahuja on behalf of the CMS Collaboration UNESP - Universidade Estadual Paulista (BR) E-mail: sudha.ahuja@cern.ch he LHC machine is planning an upgrade program which will smoothly bring the luminosity to about 5 34 cm s in 228, to possibly reach

More information

Micromegas for muography, the Annecy station and detectors

Micromegas for muography, the Annecy station and detectors Micromegas for muography, the Annecy station and detectors M. Chefdeville, C. Drancourt, C. Goy, J. Jacquemier, Y. Karyotakis, G. Vouters 21/12/2015, Arche meeting, AUTH Overview The station Technical

More information

Multi-Channel Charge Pulse Amplification, Digitization and Processing ASIC for Detector Applications

Multi-Channel Charge Pulse Amplification, Digitization and Processing ASIC for Detector Applications 1.0 Multi-Channel Charge Pulse Amplification, Digitization and Processing ASIC for Detector Applications Peter Fischer for Tim Armbruster, Michael Krieger and Ivan Peric Heidelberg University Motivation

More information

The Trigger System of the MEG Experiment

The Trigger System of the MEG Experiment The Trigger System of the MEG Experiment On behalf of D. Nicolò F. Morsani S. Galeotti M. Grassi Marco Grassi INFN - Pisa Lecce - 23 Sep. 2003 1 COBRA magnet Background Rate Evaluation Drift Chambers Target

More information

The Commissioning of the ATLAS Pixel Detector

The Commissioning of the ATLAS Pixel Detector The Commissioning of the ATLAS Pixel Detector XCIV National Congress Italian Physical Society Genova, 22-27 Settembre 2008 Nicoletta Garelli Large Hadronic Collider MOTIVATION: Find Higgs Boson and New

More information

Design and Performance of the ATLAS Muon Detector Control System

Design and Performance of the ATLAS Muon Detector Control System Design and Performance of the ATLAS Muon Detector Control System Alessandro Polini on behalf of the ATLAS Muon Collaboration INFN Bologna, via Irnerio 46, 40126 Bologna, I E-mail: alessandro.polini@bo.infn.it

More information