THE CMS apparatus [1] is a multi-purpose detector designed

Size: px
Start display at page:

Download "THE CMS apparatus [1] is a multi-purpose detector designed"

Transcription

1 The CERN CMS Tracker Control System F. Drouhin, L. Gross, D. Vintache, A. Marchioro, C. Paillard, C. Ljuslin, L. Mirabito, P.G. Verdini Abstract Due to the high integration level of the experiments planned for the Large Hadron Collider (LHC) of the European Organization for Nuclear Research (CERN), the data acquisition and the control systems need complex developments both in hardware and software. The purpose of this paper is to describe the control system of a sub-detector of one of the CERN experiments, the Tracker of the Compact Muon Solenoid (CMS). The CMS Tracker control system is based on dedicated hardware and software. The hardware is based on the Front End Controller (), an interface board that hosts token rings for the communication with the Control and Communication Unit () modules. These in turn contain dedicated I/O channels for the front end readout and control chips. The software is built in layers: one device driver, a C++ dedicated application program interface (API) plus a database for the storage of all the information needed for the front end electronics. This system will also be adopted in some other CMS sub-detectors. Index Terms Control System, Software, Oracle Database, ASIC I. INTRODUCTION THE CMS apparatus [1] is a multi-purpose detector designed for operation at the CERN LHC [2] and optimized for the identification of the Higgs boson and the measurement of its properties over a wide mass range, as well as for the search of new physics phenomena. A high-precision muon detection and tracking system is installed around a four Tesla superconduction solenoid. Inside the magnet are located the hadronic and electromagnetic calorimeters, and the Central Tracker. The CMS Tracker [3] consists of an inner Pixel system and of an outer Silicon Strip Tracker (SST); the control system of the latter is described in this paper. The SST pseudorapidity coverage ranges up to η 2.5. It will provide at least ten points per track, resulting in a transverse momentum resolution for isolated tracks in the central region better than δp (15 p +0.5)%, where p is measured in TeV/c. This in turn will result in a reconstruction efficiency better than 98 % for muon tracks over the full F. Drouhin is with Université de Haute-Alsace, Mulhouse, France. Corresponding author: Frederic.Drouhin@cern.ch, Institut de Recherches Subatomiques de Strasbourg, Batiment 21, 23 rue du Loess, BP28, F67037 Strasbourg Cedex L. Gross is with Institut de Recherches Subatomiques de Strasbourg, France D. Vintache is with Institut de Recherches Subatomiques de Strasbourg, France A. Marchioro is with European Organization for Nuclear Research, Geneva, C. Paillard is with European Organization for Nuclear Research, Geneva, C. Ljuslin is with European Organization for Nuclear Research, Geneva, L. Mirabito is with Institut de Physique Nucléaire, Lyon, France P.G. Verdini is with Istituto Nazionale di Fisica Nucleare, Pisa, Italy pseudorapidity range, and better than 90 % for high energy electrons, while keeping the occupancy and the amount of ghost tracks at the percent level. These features require a single-hit resolution of 20µm, well within the possibilities of the technology chosen. The SST has been designed to guarantee stable operating conditions for ten years of LHC running, nominally. One of the critical issues for the viability of the system is the longterm survivability after heavy irradiation. The CMS SST will operate in a hostile environment, where the integrated particle fluence, expressed in 1 MeV neutron equivalent, is expected to reach cm 2. In order to minimize the negative effects of annealing of radiation-induced damage to the Silicon bulk, and to prevent thermal runaway in the later stages of operation, the ambient temperature in the SST will be kept around 20 o C, when the saturation vapour pressure of water over ice corresponds to 3000 ppm. The need to compensate for accrued radiation damage in the sensors and in the front-end electronics has led to the development of complex, programmable readout electronics; the extreme environmental conditions have prompted the development of a radiation-hard ASIC which can be deployed on every individual module and which can be used to monitor the temperature of the sensors and of the front-end hybrid, the low voltage levels and the bias currents drawn by the sensors. The control system for the CMS SST must be capable of monitoring the temperature, humidity, voltage and current measurements coming from 16,000 modules, and at the same time ensure the download of correct parameters to the front-end electronics while checking for the occurrence of Single Event Upset phenomena in the chip registers. A dedicated control system, both in hardware and in software, has been developed to face this challenge. With increasing radiation exposure, the response of the silicon sensors as well as that the readout electronics is bound to change. Therefore, for the CMS Tracker special electronics has been developed whose mode of operation can be modified by programming specific registers. The Single Event Upset (SEU) phenomenon can change register values (bit changes). There are five kinds of front end chips shown in figure 1: - The APV [4]: front end chip for the multiplexed readout of 128 strips; - The APV Multiplexer (APV Mux): chip that multiplexes the outputs of two APV on a single optical link; - The PLL: programmable delay and clock rephaser; - The Laserdriver: used for the transfer of data between the front end electronics and the Front End Driver (analogue to digital converter with memory) over an optical fiber;

2 Fig. 1. A Tracker module with two silicon sensors and the electronic hybrid that hosts the front end electronics - The DCU (Detector Control Unit): this chip is very important in the CMS Tracker control system because it gives condition parameters for voltage, current and temperature. It contains an eight channel analog to digital converter, two constant current sources and a temperature sensor. It will monitor two sets of thermistors, one on the sensor and one on the hybrid, its own internal temperature, the silicon detector leakage current and the two (1.25 V and 2.5 V) low voltages. So there are three temperatures, two voltages and one current measurement for each hybrid. Moreover, each DCU has a unique hardware identification number that can be read by software. This identification number will be used in order to identify in the final Tracker construction the position of each module and to act as a link between the construction database that stores the module information (pedestal, calibration,...), the condition database and the online parameter database. The APV chips (4 or 6 per module), APV Mux, PLL and DCU (in the following text referenced to generically as devices ) each have several registers to configure. All registers are accessed over an Inter Integrated Circuit (I 2 C) bus with the standard modes described in the specification [5] and a specific addressing mode for the APV with a non standard extension of the I 2 C extended mode, the RAL mode. Before starting data taking through the data acquisition system [6], the front end electronics must be configured properly and each device register must be set through the I 2 Cbus. For the Silicon Strip Tracker, about 16,000 modules will be produced and installed. Thus the potential problems of the system (both in hardware and software) come from its complexity and from its dimensions. In fact, the parameter set and therefore the number of registers to access is about 1,680,000. Most of the device registers must be tuned in order to find the best conditions for taking physics data. In parallel to this electronic design, a control system was developed to set and retrieve all the device parameters. The next sections describe the hardware and software architecture. Note that this hardware and software control architecture is also used in other parts of the CMS experiment with the same / rings but different front end electronic chips. II. HARDWARE ARCHITECTURE A. Hardware description Token Ring Fig. 2. rings. 16 i2c channels 1 Memory channel 1 JTAG channel : Control and Communication Unit : Front End Controller 4 PIO channel i2c channels Hybrids / Devices 1 Trigger channel Hardware architecture. Note that one can manage up to 8 token Figure 2 shows the hardware architecture of the control system. This architecture is based on a specific board, the Front End Controller () [7], shown in figure 3, which hosts a token ring with modules, Communication and Control Units () [8], shown in figure 4. Each manages several kinds of channels:

3 - 16 I2 C channels for the access to the front end chips. Each channel can be configured for different speeds (100, 200, 400 khz and 1 MHz). - 4 Input/Output-like parallel bus controllers (Parallel input output (PIO)) such as the ones used in the Motorola PIA, etc. These channels are used in the Tracker in order to reset the front end readout electronics; - 1 memory channel, memory-like bus controller to access devices such as static memories, analog digital converters, etc. - 1 JTAG1 master controller ; - 1 trigger distribution controller ; - 1 node controller (the control itself is seen as a special channel capable, for instance, to report the status of the other channels). Fig. 3. Current prototype of the PMC Front End Controller Board for PCI support The memory, JTAG and the trigger channels are not used in the Tracker control system, but some other parts of the CMS experiment use the memory channel and check the possibility to use the trigger channel. The is built to be radiation resistant but SEU can cause bit changes, so a Cyclic Redundancy Checksum (CRC) and an auto-correction algorithm are implemented in case of errors. For SEU and noise reasons, the connexion between the and the ring is optical with laserdrivers. In the Tracker, the is completed with a DCU for the voltage and temperature measurements which must also be read. In order to prevent any problem due to the loss of a that would break the ring and consequently lead to lose all the on the ring, an additional set of connection, are used 1 IEEE Standard (JTAG), IEEE Standard Test Access Port and Boundary-Scan Architecture Fig. 4. Current prototype of the Control and Command Unit module with 6 I2 C channels and the two rings A/B for reliability to implement a second, redundant ring. This redundant ring makes it possible to bypass one by configuring the input and output of each and. Once the ring is built, for each access, whatever the channel is, a frame is built with a number, a address, a channel, a transaction and a command number. The channel number specifies one of the channels. The transaction number allows to recover the action which initiates the frame, for example, a read command. The command number gives the command to be executed (read, write, read modify write). For the I2 C accesses, the frame must also contain an address and possibly some data for write or read-modify-write operations. Note that the ring number is not given; it is configured via a specific register into the and. For research and development reasons, two versions of the have been developed, one with an electrical and one with an optical connection to the ring. Both are developed under the Peripheral Component Interconnect (PCI) bus but the final version of the will be on the VME bus with eight optical rings. An intermediate version will be available in mid For the same reasons two versions of exist (6 and 25). III. S OFTWARE ARCHITECTURE The software architecture presented in figure III is built upon the hardware architecture presented in the previous section. The software is split up into several parts: - Run Control [9]: controls the data acquisition and control system with the help of the Detector Control System. - Information Message service (IMS) integrated in the run control: dedicated task that receives all the messages (information, error,...) belonging to the run control. - device driver: a Linux device driver for the. - supervisor (, the FecSoftware API): central part of the control, it manages several s in order to read and write values into the front end electronics.

4 Supervisor PCI bus i2c access Oracle OCCI SOAP (Finite State Machine) Database Supervisor CMS General Run Control Supervisor IMS subscribe DCU Analyser Diagnosis system Database access through Oracle Call C++ Interface (OCCI) Finite state machine: SOAP message Hardware access Device driver access (software: open, read, write, ioctl, close) Fig. 5. FecSoftware Architecture - Database: Oracle database used to store all the values needed for the hardware. It manages all the parameters to set the hardware with the help of a versioning system. - DCU analyzer: dedicated process to analyze all the values provided by the DCU. - diagnostic system: system that diagnoses the source of errors and possibly takes a decision and signals it to the run control system. The software control is built around the device driver, database, (FecSoftware API), DCU analyzer and the diagnostic system. The control software issue is divided in two actions: - Download and upload parameters in the front end electronics: these two operations require that all / / channels (PIO and I 2 C channels) needed for the access, are enabled and configured. Once the control hardware is configured, the software sends the value needed to each register of the front end electronics (download). At the end of the download operation, the parameters set are read back from each device and compared to the values downloaded. If a difference appears, the faulty device register is stored in the database and an error is reported to the run control through the IMS. A similar operation can be undertaken directly between the event builder and the control processes (FecSupervisor) to make calibration or a delay curve. During this kind of operation, the event builder asks the control system to set PLL or APV values. The download/upload system must be done in a relatively short time (about 2 minutes for the current measurements) - Control the environmental parameters: this operation consists in reading all DCU on the hybrid and and to send all this information to the IMS. By a mechanism of web subscription, the information is sent to the DCU analyzer to check the correctness of the parameters (voltages and temperatures). These readings are performed every thirty seconds but this rate can be changed dynamically depending on the needs of the system. This system must detect a failure in any system in terms of temperatures and power. A second system exists but it is controlled through hardware locks to switch off all the Tracker to prevent, burning for example. Note that the DCU system is important to avoid the switching off of the complete system. If a problem occurs in temperature or humidity, the DCU analyzer must detect the divergence of the system and must send a message or take the decision to switch off the system correctly one part at a time. Each part of the software control system will be described with its requirements, the mode of operation and performances. The components are: device driver, Database, C++ Fec- Software API, DCU analyzer and finally the diagnostic system. IV. CONCLUSION A. FecSoftware summary Throughout this paper, all the interfaces needed to make system accesses and configurations will be presented: - /Ring/ hardware: physical layer; - device driver: low level software layer; - FecDevice class: interface to the device driver; - FecAccess class: concurrent access management; - DeviceAccess class and its sub-classes: specific device access; - FecSupervisor and FecAccessManager classes: software application.

5 All the tools and the API are completely documented with the Doxygen tool [11] and this documentation is available on the web page [10]. It gives developers the ability to develop and use the software for new front end electronic chip accesses and new channels. So the tools developed (device driver, C++ API) are used in some other parts of the CMS experiment: the Preshower, the µ chambers and the Electromagnetic Calorimeter for the time being. All software and tools described here are used in several Tracker production centers (Aachen, Karlsruhe, Louvain la Neuve, IPN Lyon, INFN Pisa, IReS Strasbourg, etc.) for the tests and the production of the detectors (silicon sensors for the Tracker). B. Performance This system has been fully tested in beam tests (2002, 2003) and has proved to fulfill all the requirements needed by the final experiment in terms of performance and functionalities for the Tracker. The download performance is good, for the whole Tracker in the worst case (only one supervisor and one database machine) the complete Tracker parameters settings are downloaded in 205 s. Concerning the upload performance, the time needed is not so good: about 2000 s is required (always in the worst case) due essentially to the database upload time. But this time is only valid if the complete Tracker front end electronics is in a bad state, in case of a power cut for example. In the best case (no errors), the upload time will only cost about 5 s to retrieve the parameters from the hardware and do a comparison, knowing that only the devices with errors in settings will be stored in the database. Note that these numbers come from the different curves that will be shown in the paper. Note that the performances described in this paper are given for hardware currently used. Due to choices of the Tracker and CMS collaboration, the Tracker will use the VME bus and personal computers for crate controllers with a PCI/VME links (see next paragraph on the evolution). We are obviously planning to repeat the measurements for the final hardware. is to manage the system through the same API, and the interfaces must be the same when using PCI bus or VME bus. Another upgrade is to develop the diagnostic system for the Tracker control. The use of an expert system is justified by the complex interconnections of the system. For example if the detector s data are not correct (detected by the data acquisition system), the diagnostic system must ask the control system if all the parameters are correct (power, values correctness in the front end chips) and an expert system can take the decision to recover the system by switching one of the or to the redundancy channel, resetting the or simply to re-downloading the values. The current plans are to develop this system and see how far we can automatize the solution of problems, i.e. whether this will be just and aid to the expert on chift or an automatic recovery tool. REFERENCES [1] CMS Collaboration, Technical Proposal, CERN/LHCC 94-38, December 1994 [2] The Large Hadron Collider (LHC) project of CERN, [3] CMS Collaboration, The Tracker Projet - Technical Design Report, CERN/LHCC 98-6, April 1998 [4] P. Placidi, A. Marchioro, P. Moreira, K. Kloukinas, A 40 MHz Clock and Trigger Recovery Circuit for the CMS Tracker Fabricated in a 0.25µm CMOS Technology and Using a Self calibration Technique, presented at the 5th Workshop on Electronics for LHC Experiments, Snowmass, CO, USA, September [5] Philips Semiconductors, The I 2 C-Bus Specification, Version 2.1, document order number: , January 2000 [6] L. Mirabito et al., Tracker data acquisition for beamtest and integration, Internal note, CMS IN , May 2003 [7] A. Marchioro, C. LJustin, C. Paillard, Optical, Front End Control Unit for Embedded Slow Control, Draft 0.16, not pulished, February 2003 [8] A. Marchioro, C. LJustin, C. Paillard, 25, Communication and Control Unit for Embedded Slow Control, Draft 2.0, not pulished, May 2002 [9] M. Bellato et al. Run Control and Monitor System for the CMS Experiment, Submitted to Computing in High-Energy and Nuclear Physics, La Jolla CA, USA, March 24-28, 2003, [10] F. Drouhin, L. Gross, D. Vintache The FecSoftware documentation, aspects/fe [11] Doxygen web site, C. Evolution The next upgrade of the system will be of the hardware. In fact, the final format of the board will be the VME and the software must be changed in order to take care of this bus. The CMS collaboration has chosen to use PCI/VME link, essentially for two reasons: - A Personal Computer with standard PCI interface is cheaper than a VME-board computer and has a more modern, powerfull processor - All CMS online software is developed on Linux PC that takes advantage of recent Linux kernel developments and all available Linux tools. The tests will be performed on a PCI/VME link, but the final link has not been chosen yet. The goal of this upgrade

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 Internal Note 2004/000 The Compact Muon Solenoid Experiment CMS Note Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 6 January 2004 The CERN CMS Tracker Control

More information

Modules and Front-End Electronics Developments for the ATLAS ITk Strips Upgrade

Modules and Front-End Electronics Developments for the ATLAS ITk Strips Upgrade Modules and Front-End Electronics Developments for the ATLAS ITk Strips Upgrade Carlos García Argos, on behalf of the ATLAS ITk Collaboration University of Freiburg International Conference on Technology

More information

The CCU25: a network oriented Communication and Control Unit integrated circuit in a 0.25 µm CMOS technology.

The CCU25: a network oriented Communication and Control Unit integrated circuit in a 0.25 µm CMOS technology. The 25: a network oriented Communication and Control Unit integrated circuit in a 0.25 µm CMOS technology. C. Paillard, C. Ljuslin, A. Marchioro CERN, 1211 Geneva 23, Switzerland Christian.Paillard@cern.ch

More information

Muon Reconstruction and Identification in CMS

Muon Reconstruction and Identification in CMS Muon Reconstruction and Identification in CMS Marcin Konecki Institute of Experimental Physics, University of Warsaw, Poland E-mail: marcin.konecki@gmail.com An event reconstruction at LHC is a challenging

More information

Fast pattern recognition with the ATLAS L1Track trigger for the HL-LHC

Fast pattern recognition with the ATLAS L1Track trigger for the HL-LHC Fast pattern recognition with the ATLAS L1Track trigger for the HL-LHC On behalf of the ATLAS Collaboration Uppsala Universitet E-mail: mikael.martensson@cern.ch ATL-DAQ-PROC-2016-034 09/01/2017 A fast

More information

CMS Tracker PLL Reference Manual

CMS Tracker PLL Reference Manual CMS Tracker PLL Reference Manual P. Placidi, A. Marchioro and P. Moreira CERN - EP/MIC, Geneva Switzerland July 2 Version 2. Clock and Trigger Distribution 3 ASIC architecture...4 I2C Interface 6 Tracker

More information

APV-25 based readout electronics for the SBS front GEM Tracker

APV-25 based readout electronics for the SBS front GEM Tracker APV-25 based readout electronics for the SBS front GEM Tracker Authors: Evaristo Cisbani, Paolo Musico Date: 26/June/2014 Version: 1.0 APV-25 based readout electronics for the SBS front GEM Tracker...

More information

Quad Module Hybrid Development for the ATLAS Pixel Layer Upgrade

Quad Module Hybrid Development for the ATLAS Pixel Layer Upgrade Quad Module Hybrid Development for the ATLAS Pixel Layer Upgrade Lawrence Berkeley National Lab E-mail: kedunne@lbl.gov Maurice Garcia-Sciveres, Timon Heim Lawrence Berkeley National Lab, Berkeley, USA

More information

Control and Monitoring of the Front-End Electronics in ALICE

Control and Monitoring of the Front-End Electronics in ALICE Control and Monitoring of the Front-End Electronics in ALICE Peter Chochula, Lennart Jirdén, André Augustinus CERN, 1211 Geneva 23, Switzerland Peter.Chochula@cern.ch Abstract This paper describes the

More information

The ATLAS Conditions Database Model for the Muon Spectrometer

The ATLAS Conditions Database Model for the Muon Spectrometer The ATLAS Conditions Database Model for the Muon Spectrometer Monica Verducci 1 INFN Sezione di Roma P.le Aldo Moro 5,00185 Rome, Italy E-mail: monica.verducci@cern.ch on behalf of the ATLAS Muon Collaboration

More information

THE ATLAS INNER DETECTOR OPERATION, DATA QUALITY AND TRACKING PERFORMANCE.

THE ATLAS INNER DETECTOR OPERATION, DATA QUALITY AND TRACKING PERFORMANCE. Proceedings of the PIC 2012, Štrbské Pleso, Slovakia THE ATLAS INNER DETECTOR OPERATION, DATA QUALITY AND TRACKING PERFORMANCE. E.STANECKA, ON BEHALF OF THE ATLAS COLLABORATION Institute of Nuclear Physics

More information

Physics CMS Muon High Level Trigger: Level 3 reconstruction algorithm development and optimization

Physics CMS Muon High Level Trigger: Level 3 reconstruction algorithm development and optimization Scientifica Acta 2, No. 2, 74 79 (28) Physics CMS Muon High Level Trigger: Level 3 reconstruction algorithm development and optimization Alessandro Grelli Dipartimento di Fisica Nucleare e Teorica, Università

More information

Results of Radiation Test of the Cathode Front-end Board for CMS Endcap Muon Chambers

Results of Radiation Test of the Cathode Front-end Board for CMS Endcap Muon Chambers Results of Radiation Test of the Cathode Front-end Board for CMS Endcap Muon Chambers B. Bylsma 1, L.S. Durkin 1, J. Gu 1, T.Y. Ling 1, M. Tripathi 2 1 Department of Physics, Ohio State University, Columbus,

More information

Detector Control LHC

Detector Control LHC Detector Control Systems @ LHC Matthias Richter Department of Physics, University of Oslo IRTG Lecture week Autumn 2012 Oct 18 2012 M. Richter (UiO) DCS @ LHC Oct 09 2012 1 / 39 Detectors in High Energy

More information

Track reconstruction of real cosmic muon events with CMS tracker detector

Track reconstruction of real cosmic muon events with CMS tracker detector Track reconstruction of real cosmic muon events with CMS tracker detector Piergiulio Lenzi a, Chiara Genta a, Boris Mangano b a Università degli Studi di Firenze and Istituto Nazionale di Fisica Nucleare

More information

Control slice prototypes for the ALICE TPC detector

Control slice prototypes for the ALICE TPC detector Control slice prototypes for the ALICE TPC detector S.Popescu 1, 3, A.Augustinus 1, L.Jirdén 1, U.Frankenfeld 2, H.Sann 2 1 CERN, Geneva, Switzerland, 2 GSI, Darmstadt, Germany, 3 NIPN E, Bucharest, Romania

More information

b-jet identification at High Level Trigger in CMS

b-jet identification at High Level Trigger in CMS Journal of Physics: Conference Series PAPER OPEN ACCESS b-jet identification at High Level Trigger in CMS To cite this article: Eric Chabert 2015 J. Phys.: Conf. Ser. 608 012041 View the article online

More information

arxiv:hep-ph/ v1 11 Mar 2002

arxiv:hep-ph/ v1 11 Mar 2002 High Level Tracker Triggers for CMS Danek Kotliński a Andrey Starodumov b,1 a Paul Scherrer Institut, CH-5232 Villigen, Switzerland arxiv:hep-ph/0203101v1 11 Mar 2002 b INFN Sezione di Pisa, Via Livornese

More information

The Phase-2 ATLAS ITk Pixel Upgrade

The Phase-2 ATLAS ITk Pixel Upgrade The Phase-2 ATLAS ITk Pixel Upgrade T. Flick (University of Wuppertal) - on behalf of the ATLAS collaboration 14th Topical Seminar on Innovative Particle and Radiation Detectors () 03.-06. October 2016

More information

Trigger Server: TSS, TSM, Server Board

Trigger Server: TSS, TSM, Server Board Trigger Server: TSS, TSM, Server Board Selection of two best muon candidates in one chamber and ghost suppression Parallel architecture Two stage processing to Sector Collector (LVDS link) Inside Minicrate

More information

Deployment of the CMS Tracker AMC as backend for the CMS pixel detector

Deployment of the CMS Tracker AMC as backend for the CMS pixel detector Home Search Collections Journals About Contact us My IOPscience Deployment of the CMS Tracker AMC as backend for the CMS pixel detector This content has been downloaded from IOPscience. Please scroll down

More information

A real time electronics emulator with realistic data generation for reception tests of the CMS ECAL front-end boards

A real time electronics emulator with realistic data generation for reception tests of the CMS ECAL front-end boards Available on CMS information server CMS CR 2005/029 November 4 th, 2005 A real time electronics emulator with realistic data generation for reception tests of the CMS ECAL front-end s T. Romanteau Ph.

More information

Radiation test and application of FPGAs in the Atlas Level 1 Trigger.

Radiation test and application of FPGAs in the Atlas Level 1 Trigger. Radiation test and application of FPGAs in the Atlas Level 1 Trigger. V.Bocci (1), M. Carletti (2), G.Chiodi (1), E. Gennari (1), E.Petrolo (1), A.Salamon (1), R. Vari (1),S.Veneziano (1) (1) INFN Roma,

More information

ATLAS, CMS and LHCb Trigger systems for flavour physics

ATLAS, CMS and LHCb Trigger systems for flavour physics ATLAS, CMS and LHCb Trigger systems for flavour physics Università degli Studi di Bologna and INFN E-mail: guiducci@bo.infn.it The trigger systems of the LHC detectors play a crucial role in determining

More information

RT2016 Phase-I Trigger Readout Electronics Upgrade for the ATLAS Liquid-Argon Calorimeters

RT2016 Phase-I Trigger Readout Electronics Upgrade for the ATLAS Liquid-Argon Calorimeters RT2016 Phase-I Trigger Readout Electronics Upgrade for the ATLAS Liquid-Argon Calorimeters Nicolas Chevillot (LAPP/CNRS-IN2P3) on behalf of the ATLAS Liquid Argon Calorimeter Group 1 Plan Context Front-end

More information

CMS Conference Report

CMS Conference Report Available on CMS information server CMS CR 2005/021 CMS Conference Report 29 Septemebr 2005 Track and Vertex Reconstruction with the CMS Detector at LHC S. Cucciarelli CERN, Geneva, Switzerland Abstract

More information

Investigation of Proton Induced Radiation Effects in 0.15 µm Antifuse FPGA

Investigation of Proton Induced Radiation Effects in 0.15 µm Antifuse FPGA Investigation of Proton Induced Radiation Effects in 0.15 µm Antifuse FPGA Vlad-Mihai PLACINTA 1,2, Lucian Nicolae COJOCARIU 1, Florin MACIUC 1 1. Horia Hulubei National Institute for R&D in Physics and

More information

Production and Quality Assurance of Detector Modules for the LHCb Silicon Tracker

Production and Quality Assurance of Detector Modules for the LHCb Silicon Tracker Production and Quality Assurance of Detector Modules for the LHCb Silicon Tracker Olaf Steinkamp for Dmytro Volyanskyy Physik-Institut der Universität Zürich 10th ICATPP Conference on Astroparticle, Particle,

More information

Level-1 Regional Calorimeter Trigger System for CMS

Level-1 Regional Calorimeter Trigger System for CMS Computing in High Energy and Nuclear Physics, La Jolla, CA, USA, March 24-28, 2003 1 Level-1 Regional Calorimeter Trigger System for CMS P. Chumney, S. Dasu, J. Lackey, M. Jaworski, P. Robl, W. H. Smith

More information

PoS(High-pT physics09)036

PoS(High-pT physics09)036 Triggering on Jets and D 0 in HLT at ALICE 1 University of Bergen Allegaten 55, 5007 Bergen, Norway E-mail: st05886@alf.uib.no The High Level Trigger (HLT) of the ALICE experiment is designed to perform

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 -2008/100 The Compact Muon Solenoid Experiment Conference Report Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 02 December 2008 (v2, 03 December 2008)

More information

First experiences with the ATLAS pixel detector control system at the combined test beam 2004

First experiences with the ATLAS pixel detector control system at the combined test beam 2004 Nuclear Instruments and Methods in Physics Research A 565 (2006) 97 101 www.elsevier.com/locate/nima First experiences with the ATLAS pixel detector control system at the combined test beam 2004 Martin

More information

A flexible stand-alone testbench for facilitating system tests of the CMS Preshower

A flexible stand-alone testbench for facilitating system tests of the CMS Preshower A flexible stand-alone testbench for facilitating system tests of the CMS Preshower Paschalis Vichoudis 1,2, Serge Reynaud 1, David Barney 1, Wojciech Bialas 1, Apollo Go 3, Georgios Sidiropoulos 2, Yves

More information

Construction of the Phase I upgrade of the CMS pixel detector

Construction of the Phase I upgrade of the CMS pixel detector Forward Pixel Barrel Pixel TECHNOLOGY AND INSTRUMENTATION IN PARTICLE PHYSICS 2017, May 22-26, 2017 Construction of the Phase I upgrade of the CMS pixel detector Satoshi Hasegawa Fermi National Accelerator

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/188 The Compact Muon Solenoid Experiment Conference Report Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 29 June 2017 (v2, 07 July 2017) Common

More information

Ignacy Kudla, Radomir Kupczak, Krzysztof Pozniak, Antonio Ranieri

Ignacy Kudla, Radomir Kupczak, Krzysztof Pozniak, Antonio Ranieri *** Draft *** 15/04/97 *** MK/RK/KTP/AR *** ***use color print!!!*** RPC Muon Trigger Detector Control Ignacy Kudla, Radomir Kupczak, Krzysztof Pozniak, Antonio Ranieri $Ã&06 Ã*(1(5$/ RPC Muon Trigger

More information

ATLAS ITk Layout Design and Optimisation

ATLAS ITk Layout Design and Optimisation ATLAS ITk Layout Design and Optimisation Noemi Calace noemi.calace@cern.ch On behalf of the ATLAS Collaboration 3rd ECFA High Luminosity LHC Experiments Workshop 3-6 October 2016 Aix-Les-Bains Overview

More information

Alignment of the ATLAS Inner Detector tracking system

Alignment of the ATLAS Inner Detector tracking system Alignment of the ATLAS Inner Detector tracking system Instituto de Física Corpuscular (IFIC), Centro Mixto UVEG-CSIC, Apdo.22085, ES-46071 Valencia, E-mail: Regina.Moles@ific.uv.es The ATLAS experiment

More information

Integrated CMOS sensor technologies for the CLIC tracker

Integrated CMOS sensor technologies for the CLIC tracker Integrated CMOS sensor technologies for the CLIC tracker Magdalena Munker (CERN, University of Bonn) On behalf of the collaboration International Conference on Technology and Instrumentation in Particle

More information

Oliver Holme Diogo Di Calafiori Günther Dissertori. For the CMS collaboration

Oliver Holme Diogo Di Calafiori Günther Dissertori. For the CMS collaboration Maintaining an effective and efficient control system for the Electromagnetic Calorimeter of the Compact Muon Solenoid experiment during long-term operations of CERN s Large Hadron Collider Oliver Holme

More information

Level-1 Data Driver Card of the ATLAS New Small Wheel Upgrade Compatible with the Phase II 1 MHz Readout

Level-1 Data Driver Card of the ATLAS New Small Wheel Upgrade Compatible with the Phase II 1 MHz Readout Level-1 Data Driver Card of the ATLAS New Small Wheel Upgrade Compatible with the Phase II 1 MHz Readout Panagiotis Gkountoumis National Technical University of Athens Brookhaven National Laboratory On

More information

Endcap Modules for the ATLAS SemiConductor Tracker

Endcap Modules for the ATLAS SemiConductor Tracker Endcap Modules for the ATLAS SemiConductor Tracker RD3, Firenze, September 29 th, 23 Richard Nisius (MPI Munich) nisius@mppmu.mpg.de (For the ATLAS-SCT Collaboration) The plan of this presentation Introduction

More information

Prototyping of large structures for the Phase-II upgrade of the pixel detector of the ATLAS experiment

Prototyping of large structures for the Phase-II upgrade of the pixel detector of the ATLAS experiment Prototyping of large structures for the Phase-II upgrade of the pixel detector of the ATLAS experiment Diego Alvarez Feito CERN EP-DT On Behalf of the ATLAS Collaboration 2017 IEEE NSS and MIC 26/10/2017

More information

Performance of the ATLAS Inner Detector at the LHC

Performance of the ATLAS Inner Detector at the LHC Performance of the ALAS Inner Detector at the LHC hijs Cornelissen for the ALAS Collaboration Bergische Universität Wuppertal, Gaußstraße 2, 4297 Wuppertal, Germany E-mail: thijs.cornelissen@cern.ch Abstract.

More information

First Operational Experience from the LHCb Silicon Tracker

First Operational Experience from the LHCb Silicon Tracker First Operational Experience from the LHCb Silicon Tracker 7 th International Hiroshima Symposium on Development and Application of Semiconductor Tracking Devices The LHCb Silicon Tracker Installation

More information

Adding timing to the VELO

Adding timing to the VELO Summer student project report: Adding timing to the VELO supervisor: Mark Williams Biljana Mitreska Cern Summer Student Internship from June 12 to August 4, 2017 Acknowledgements I would like to thank

More information

Physics Procedia 00 (2011) A high speed serializer ASIC for ATLAS Liquid Argon calorimeter upgrade

Physics Procedia 00 (2011) A high speed serializer ASIC for ATLAS Liquid Argon calorimeter upgrade Physics Procedia 00 (2011) 000 000 Physics Procedia www.elsevier.com/locate/procedia The Technology and Instrumentation in Particle Physics 2011 (TIPP 2011) conference A high speed serializer ASIC for

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/215 The Compact Muon Solenoid Experiment Conference Report Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 05 October 2015 (v2, 08 October 2015)

More information

Tracking and Vertexing performance in CMS

Tracking and Vertexing performance in CMS Vertex 2012, 16-21 September, Jeju, Korea Tracking and Vertexing performance in CMS Antonio Tropiano (Università and INFN, Firenze) on behalf of the CMS collaboration Outline Tracker description Track

More information

Radiation tests of key components of the ALICE TOF TDC Readout Module

Radiation tests of key components of the ALICE TOF TDC Readout Module Radiation tests of key components of the ALICE TOF TDC Readout Module A. Alici 1, P. Antonioli 1*, A. Mati 2, S. Meneghini 1, M. Pieracci 2, M. Rizzi 1, C. Tintori 2 (1) INFN Bologna, Via Irnerio 46, Bologna,

More information

DCUF User Guide. G. Magazzu * A. Marchioro and P. Moreira CERN - EP/MIC, Geneva Switzerland. November 14, 2003 V.3.0 1

DCUF User Guide. G. Magazzu * A. Marchioro and P. Moreira CERN - EP/MIC, Geneva Switzerland. November 14, 2003 V.3.0 1 DCUF User Guide G. Magazzu * A. Marchioro and P. Moreira CERN - EP/MIC, Geneva Switzerland November 14, 2003 *Technical contact person e-mail: Guido.Magazzu@cern.ch V.3.0 1 IMPORTANT NOTICE Each DCUF contains

More information

The LHCb upgrade. Outline: Present LHCb detector and trigger LHCb upgrade main drivers Overview of the sub-detector modifications Conclusions

The LHCb upgrade. Outline: Present LHCb detector and trigger LHCb upgrade main drivers Overview of the sub-detector modifications Conclusions The LHCb upgrade Burkhard Schmidt for the LHCb Collaboration Outline: Present LHCb detector and trigger LHCb upgrade main drivers Overview of the sub-detector modifications Conclusions OT IT coverage 1.9

More information

The Front-End Driver Card for the CMS Silicon Strip Tracker Readout.

The Front-End Driver Card for the CMS Silicon Strip Tracker Readout. The Front-End Driver Card for the CMS Silicon Strip Tracker Readout. S.A. Baird 1, K.W. Bell 1, E. Corrin 2, J.A. Coughlan 1, C.P. Day 1, C. Foudas 2, E.J. Freeman 1, W.J.F. Gannon 1, G. Hall 2, R.N.J.

More information

Detector Control System for Endcap Resistive Plate Chambers

Detector Control System for Endcap Resistive Plate Chambers Detector Control System for Endcap Resistive Plate Chambers Taimoor Khurshid National Center for Physics, Islamabad, Pakistan International Scientific Spring March 01, 2010 Contents CMS Endcap RPC Hardware

More information

PoS(EPS-HEP2017)492. Performance and recent developments of the real-time track reconstruction and alignment of the LHCb detector.

PoS(EPS-HEP2017)492. Performance and recent developments of the real-time track reconstruction and alignment of the LHCb detector. Performance and recent developments of the real-time track reconstruction and alignment of the LHCb detector. CERN E-mail: agnieszka.dziurda@cern.ch he LHCb detector is a single-arm forward spectrometer

More information

Atlantis: Visualization Tool in Particle Physics

Atlantis: Visualization Tool in Particle Physics Atlantis: Visualization Tool in Particle Physics F.J.G.H. Crijns 2, H. Drevermann 1, J.G. Drohan 3, E. Jansen 2, P.F. Klok 2, N. Konstantinidis 3, Z. Maxa 3, D. Petrusca 1, G. Taylor 4, C. Timmermans 2

More information

The GBT-SCA, a radiation tolerant ASIC for detector control and monitoring applications in HEP experiments

The GBT-SCA, a radiation tolerant ASIC for detector control and monitoring applications in HEP experiments Journal of Instrumentation OPEN ACCESS The GBT-SCA, a radiation tolerant ASIC for detector control and monitoring applications in HEP experiments To cite this article: A. Caratelli et al Related content

More information

The Sorting Processor Project

The Sorting Processor Project CMS TN/95-028 6 March, 1995 The Sorting Processor Project G.De Robertis and A.Ranieri Sezione INN di Bari, Italy I.M.Kudla Institute of Experimental Physics,Warsaw University, Poland G.Wrochna on leave

More information

CMS Alignement and Calibration workflows: lesson learned and future plans

CMS Alignement and Calibration workflows: lesson learned and future plans Available online at www.sciencedirect.com Nuclear and Particle Physics Proceedings 273 275 (2016) 923 928 www.elsevier.com/locate/nppp CMS Alignement and Calibration workflows: lesson learned and future

More information

2003 TEC beam test : a quick overview

2003 TEC beam test : a quick overview 2003 TEC beam test : a quick overview Presentation: A petal in the beam line! Power supplies, cooling, interlock... The available measurements. Some plots taken from the online monitoring. Post X5 studies.

More information

A Configurable Radiation Tolerant Dual-Ported Static RAM macro, designed in a 0.25 µm CMOS technology for applications in the LHC environment.

A Configurable Radiation Tolerant Dual-Ported Static RAM macro, designed in a 0.25 µm CMOS technology for applications in the LHC environment. A Configurable Radiation Tolerant Dual-Ported Static RAM macro, designed in a 0.25 µm CMOS technology for applications in the LHC environment. 8th Workshop on Electronics for LHC Experiments 9-13 Sept.

More information

Muon Port Card Upgrade Status May 2013

Muon Port Card Upgrade Status May 2013 CSC Endcap Muon Port Card and Muon Sorter Upgrade Status May 2013 MPC Upgrade Requirements Be able to deliver all 18 trigger primitives from the EMU peripheral crate to the upgraded Sector Processor Preserve

More information

Validation of the front-end electronics and firmware for LHCb vertex locator.

Validation of the front-end electronics and firmware for LHCb vertex locator. Validation of the front-end electronics and firmware for LHCb vertex locator. Antonio Fernández Prieto Universidade de santiago de compostela, Spain E-mail: antonio.fernandez.prieto@cern.ch Pablo Vázquez

More information

PoS(ACAT08)100. FROG: The Fast & Realistic OPENGL Event Displayer

PoS(ACAT08)100. FROG: The Fast & Realistic OPENGL Event Displayer FROG: The Fast & Realistic OPENGL Event Displayer Center for Particle Physics and Phenomenology (CP3) Université catholique de Louvain Chemin du cyclotron 2, B-1348-Louvain-la-Neuve - Belgium E-mail: loic.quertenmont@cern.ch

More information

ATLAS NOTE. December 4, ATLAS offline reconstruction timing improvements for run-2. The ATLAS Collaboration. Abstract

ATLAS NOTE. December 4, ATLAS offline reconstruction timing improvements for run-2. The ATLAS Collaboration. Abstract ATLAS NOTE December 4, 2014 ATLAS offline reconstruction timing improvements for run-2 The ATLAS Collaboration Abstract ATL-SOFT-PUB-2014-004 04/12/2014 From 2013 to 2014 the LHC underwent an upgrade to

More information

IEEE Nuclear Science Symposium San Diego, CA USA Nov. 3, 2015

IEEE Nuclear Science Symposium San Diego, CA USA Nov. 3, 2015 The New Front-End Electronics For the ATLAS Tile Calorimeter Phase 2 Upgrade Gary Drake Argonne National Laboratory, USA On behalf of the ATLAS TileCal System IEEE Nuclear Science Symposium San Diego,

More information

Performance of Tracking, b-tagging and Jet/MET reconstruction at the CMS High Level Trigger

Performance of Tracking, b-tagging and Jet/MET reconstruction at the CMS High Level Trigger Journal of Physics: Conference Series PAPER OPEN ACCESS Performance of Tracking, b-tagging and Jet/MET reconstruction at the CMS High Level Trigger To cite this article: Mia Tosi 205 J. Phys.: Conf. Ser.

More information

PoS(TIPP2014)204. Tracking at High Level Trigger in CMS. Mia TOSI Universitá degli Studi di Padova e INFN (IT)

PoS(TIPP2014)204. Tracking at High Level Trigger in CMS. Mia TOSI Universitá degli Studi di Padova e INFN (IT) Universitá degli Studi di Padova e INFN (IT) E-mail: mia.tosi@gmail.com The trigger systems of the LHC detectors play a crucial role in determining the physics capabilities of the experiments. A reduction

More information

FEC. Front End Control unit for Embedded Slow Control D R A F T. C. Ljuslin C. Paillard

FEC. Front End Control unit for Embedded Slow Control D R A F T. C. Ljuslin C. Paillard FEC Front End Control unit for Embedded Slow Control C. Ljuslin C. Paillard D R A F T A. M. FECSpecs.doc DRAFT - 0.84 1 7/22/2003 1. DOCUMENT HISTORY 000322 TIMEOUT in status reg 1added 000330 TTCRX_READY

More information

Vertex Detector Electronics: ODE to ECS Interface

Vertex Detector Electronics: ODE to ECS Interface Vertex Detector Electronics: ODE to ECS Interface LHCb Technical Note Issue: 1 Revision: 0 Reference: LHCb 2000-012 VELO Created: 1 February 2000 Last modified: 20 March 2000 Prepared By: Yuri Ermoline

More information

The performance of the ATLAS Inner Detector Trigger Algorithms in pp collisions at the LHC

The performance of the ATLAS Inner Detector Trigger Algorithms in pp collisions at the LHC X11 opical Seminar IPRD, Siena - 7- th June 20 he performance of the ALAS Inner Detector rigger Algorithms in pp collisions at the LHC Mark Sutton University of Sheffield on behalf of the ALAS Collaboration

More information

Electron and Photon Reconstruction and Identification with the ATLAS Detector

Electron and Photon Reconstruction and Identification with the ATLAS Detector Electron and Photon Reconstruction and Identification with the ATLAS Detector IPRD10 S12 Calorimetry 7th-10th June 2010 Siena, Italy Marine Kuna (CPPM/IN2P3 Univ. de la Méditerranée) on behalf of the ATLAS

More information

Short Introduction to DCS, JCOP Framework, PVSS. PVSS Architecture and Concept. JCOP Framework concepts and tools.

Short Introduction to DCS, JCOP Framework, PVSS. PVSS Architecture and Concept. JCOP Framework concepts and tools. Hassan Shahzad, NCP Contents Short Introduction to DCS, JCOP Framework, PVSS and FSM. PVSS Architecture and Concept. JCOP Framework concepts and tools. CMS Endcap RPC DCS. 2 What is DCS DCS stands for

More information

The CMS Tracker: Front End Readout and Control Systems & DAQ

The CMS Tracker: Front End Readout and Control Systems & DAQ 3rd August 2006 The CMS Tracker: Front End Readout and Control Systems & DAQ MPhil to PhD Transfer Report M. Pesaresi Imperial College, London Abstract The CMS Silicon Strip Tracker front-end readout system

More information

Readout Systems. Liquid Argon TPC Analog multiplexed ASICs SiPM arrays. CAEN 2016 / 2017 Product Catalog

Readout Systems. Liquid Argon TPC Analog multiplexed ASICs SiPM arrays. CAEN 2016 / 2017 Product Catalog Readout Systems Liquid Argon TPC Analog multiplexed ASICs SiPM arrays CAEN 2016 / 2017 Product Catalog 192 Readout Systems SY2791 Liquid Argon TPC Readout System The SY2791 is a complete detector readout

More information

The Belle Silicon Vertex Detector. T. Tsuboyama (KEK) 6 Dec Workshop New Hadrons with Various Flavors 6 7 Dec Nagoya Univ.

The Belle Silicon Vertex Detector. T. Tsuboyama (KEK) 6 Dec Workshop New Hadrons with Various Flavors 6 7 Dec Nagoya Univ. The Belle Silicon Vertex Detector T. Tsuboyama (KEK) 6 Dec. 2008 Workshop New Hadrons with Various Flavors 6 7 Dec. 2008 Nagoya Univ. Outline Belle Silicon vertex detector Upgrade plan R&D and beam tests

More information

The CMS L1 Global Trigger Offline Software

The CMS L1 Global Trigger Offline Software The CMS L1 Global Offline Software Vasile Mihai Ghete Institute for High Energy Physics, Vienna, Austria Seminar 08-09 June 2009, HEPHY Vienna CMS experiment Tracker pixel detector: 3 barrel layers, 2

More information

The LHCb Upgrade. LHCC open session 17 February Large Hadron Collider Physics (LHCP) Conference New York, 2-7 June 2014

The LHCb Upgrade. LHCC open session 17 February Large Hadron Collider Physics (LHCP) Conference New York, 2-7 June 2014 The LHCb Upgrade LHCC open session 17 February 2010 Large Hadron Collider Physics (LHCP) Conference New York, 2-7 June 2014 Andreas Schopper on behalf of Motivation LHCb is a high precision experiment

More information

GLAST Silicon Microstrip Tracker Status

GLAST Silicon Microstrip Tracker Status R.P. Johnson Santa Cruz Institute for Particle Physics University of California at Santa Cruz Mechanical Design Detector Procurement Work list for the Prototype Tracker Construction. ASIC Development Hybrids

More information

Front-End Electronics Configuration System for CMS. Philippe Gras CERN - University of Karlsruhe

Front-End Electronics Configuration System for CMS. Philippe Gras CERN - University of Karlsruhe Front-End Electronics Configuration System for CMS Philippe Gras CERN - University of Karlsruhe Outline Introduction Tracker electronics parameters Tracker beam test DCS overview Electronics configuration

More information

Trigger Report. W. H. Smith U. Wisconsin. Calorimeter & Muon Trigger: Highlights Milestones Concerns Near-term Activities CMS

Trigger Report. W. H. Smith U. Wisconsin. Calorimeter & Muon Trigger: Highlights Milestones Concerns Near-term Activities CMS Trigger Report W. H. Smith U. Wisconsin Calorimeter & Muon Trigger: Highlights Milestones Concerns Near-term Activities Calorimeter Trigger Highlights, Milestones, Activities: Receiver Card Prototype delivered

More information

CTF3 BPM acquisition system

CTF3 BPM acquisition system CTF3 BPM acquisition system S. Deghaye, L. Soby, L. Bellier, J. Jacquemier To cite this version: S. Deghaye, L. Soby, L. Bellier, J. Jacquemier. CTF3 BPM acquisition system. International Conference on

More information

DT TPG STATUS. Trigger meeting, September INFN Bologna; INFN Padova; CIEMAT Madrid. Outline: most updates on Sector Collector system

DT TPG STATUS. Trigger meeting, September INFN Bologna; INFN Padova; CIEMAT Madrid. Outline: most updates on Sector Collector system DT TPG STATUS Trigger meeting, September 19 2006 INFN Bologna; INFN Padova; CIEMAT Madrid Outline: most updates on Sector Collector system MTCC phase 1 lessons resume Open issues (Good) news from tests

More information

Tracking and flavour tagging selection in the ATLAS High Level Trigger

Tracking and flavour tagging selection in the ATLAS High Level Trigger Tracking and flavour tagging selection in the ATLAS High Level Trigger University of Pisa and INFN E-mail: milene.calvetti@cern.ch In high-energy physics experiments, track based selection in the online

More information

Project Specification Project Name: Atlas SCT HV Power Supply (ASH) Version: V2.04. Project History

Project Specification Project Name: Atlas SCT HV Power Supply (ASH) Version: V2.04. Project History Page 1 of 9 Project Specification Project Name: Atlas SCT HV Power Supply (ASH) Version: V2.04 Project History Version Description Group Date Primary requirements for n-on-n detectors. Voltage range 50-300V.

More information

A New Segment Building Algorithm for the Cathode Strip Chambers in the CMS Experiment

A New Segment Building Algorithm for the Cathode Strip Chambers in the CMS Experiment EPJ Web of Conferences 108, 02023 (2016) DOI: 10.1051/ epjconf/ 201610802023 C Owned by the authors, published by EDP Sciences, 2016 A New Segment Building Algorithm for the Cathode Strip Chambers in the

More information

CMS FPGA Based Tracklet Approach for L1 Track Finding

CMS FPGA Based Tracklet Approach for L1 Track Finding CMS FPGA Based Tracklet Approach for L1 Track Finding Anders Ryd (Cornell University) On behalf of the CMS Tracklet Group Presented at AWLC June 29, 2017 Anders Ryd Cornell University FPGA Based L1 Tracking

More information

Summary of Optical Link R&D

Summary of Optical Link R&D Summary of Optical Link R&D K.K. Gan The Ohio State University November 6, 2008 K.K. Gan ATLAS Tracker Upgrade Workshop 1 Outline Introduction Plan for insertable B-layer Status of Versatile Link Project

More information

SoLID GEM Detectors in US

SoLID GEM Detectors in US SoLID GEM Detectors in US Kondo Gnanvo University of Virginia SoLID Collaboration Meeting @ JLab, 05/07/2016 Outline Overview of SoLID GEM Trackers Design Optimization Large Area GEMs for PRad in Hall

More information

Tracker Optical Link Upgrade Options and Plans

Tracker Optical Link Upgrade Options and Plans Tracker Optical Link Upgrade Options and Plans K.K. Gan The Ohio State University July 19, 2005 K.K. Gan ATLAS Tracker Upgrade Workshop 1 Outline current pixel/strip opto-links lessons learned upgrade

More information

ATMEL ATF280E Rad Hard SRAM Based FPGA. Bernard BANCELIN ATMEL Nantes SAS, Aerospace Business Unit

ATMEL ATF280E Rad Hard SRAM Based FPGA. Bernard BANCELIN ATMEL Nantes SAS, Aerospace Business Unit ATMEL ATF280E Rad Hard SRAM Based FPGA Bernard BANCELIN ATMEL Nantes SAS, Aerospace Business Unit Overview Atmel FPGA Key Points and Architecture ATF280E Radiation Test Results 2 Overview Atmel FPGA Key

More information

IEEE Proof Web Version

IEEE Proof Web Version IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 56, NO. 3, JUNE 2009 1 A Portable Readout System for Microstrip Silicon Sensors (ALIBAVA) Ricardo Marco-Hernández and ALIBAVA COLLABORATION Abstract A readout

More information

Burn-In Test Software Development

Burn-In Test Software Development Burn-In Test Software Development Taras Fedorchuk, Taras Shevchenko National University of Kyiv, Ukraine September 8, 2018 Abstract A new software package developed for the burn-in test of the CMS Phase

More information

Tracking and Vertex reconstruction at LHCb for Run II

Tracking and Vertex reconstruction at LHCb for Run II Tracking and Vertex reconstruction at LHCb for Run II Hang Yin Central China Normal University On behalf of LHCb Collaboration The fifth Annual Conference on Large Hadron Collider Physics, Shanghai, China

More information

On-chip Phase Locked Loop (PLL) design for clock multiplier in CMOS Monolithic Active Pixel Sensors (MAPS)

On-chip Phase Locked Loop (PLL) design for clock multiplier in CMOS Monolithic Active Pixel Sensors (MAPS) On-chip Phase Locked Loop (PLL) design for clock multiplier in CMOS Monolithic Active Pixel Sensors (MAPS) Q. Sun a,b, K. Jaaskelainen a, I. Valin a, G. Claus a, Ch. Hu-Guo a, Y. Hu a, a IPHC (Institut

More information

PoS(EPS-HEP2017)523. The CMS trigger in Run 2. Mia Tosi CERN

PoS(EPS-HEP2017)523. The CMS trigger in Run 2. Mia Tosi CERN CERN E-mail: mia.tosi@cern.ch During its second period of operation (Run 2) which started in 2015, the LHC will reach a peak instantaneous luminosity of approximately 2 10 34 cm 2 s 1 with an average pile-up

More information

Using XDAQ in Application Scenarios of the CMS Experiment

Using XDAQ in Application Scenarios of the CMS Experiment Computing in High-Energy and Nuclear Physics, La Jolla CA, March 24-28, 2003 1 Using XDAQ in Application Scenarios of the CMS Experiment V. Brigljevic, G. Bruno, E. Cano, A. Csilling, S. Cittolin, D. Gigi,

More information

The ATLAS Level-1 Muon to Central Trigger Processor Interface

The ATLAS Level-1 Muon to Central Trigger Processor Interface The ATLAS Level-1 Muon to Central Processor D. Berge a, N. Ellis a, P. Farthouat a, S. Haas a, P. Klofver a, A. Krasznahorkay a,b, A. Messina a, T. Pauly a, G. Schuler a, R. Spiwoks a, T. Wengler a,c a

More information

Alignment of the CMS Silicon Tracker

Alignment of the CMS Silicon Tracker Alignment of the CMS Silicon Tracker Tapio Lampén 1 on behalf of the CMS collaboration 1 Helsinki Institute of Physics, Helsinki, Finland Tapio.Lampen @ cern.ch 16.5.2013 ACAT2013 Beijing, China page 1

More information

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

The Compact Muon Solenoid Experiment. CMS Note. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland Available on CMS information server CMS NOTE 998/4 The Compact Muon Solenoid Experiment CMS Note Mailing address: CMS CERN, CH-2 GENEVA 23, Switzerland 29 July 998 Muon DTBX Chamber Trigger Simulation

More information