Detector Control LHC

Size: px
Start display at page:

Download "Detector Control LHC"

Transcription

1 Detector Control LHC Matthias Richter Department of Physics, University of Oslo IRTG Lecture week Autumn 2012 Oct M. Richter (UiO) LHC Oct / 39

2 Detectors in High Energy (Nuclear) Physics Task: measure trajectories and properties of particles Particles liberated from a collision Energy deposited in a medium allows to determine momentum and type of particle M. Richter (UiO) LHC Oct / 39

3 Detection Techniques Gas detectors Calorimeters Silicon detectors Time-of-flight (TOF)... just some examples M. Richter (UiO) LHC Oct / 39

4 Early Detector Control Rutherford experiment 1909 by Geiger and Marsden Geiger counter M. Richter (UiO) LHC Oct / 39

5 Today s experiments Complex system like a factory Compact Muon Solenoid (CMS) Dimensions: 21 m long, 15 m wide and 15 m high Magnetic field: 4 Tesla 12,000 tonnes of iron O(10 7 ) channels to be controlled and read out M. Richter (UiO) LHC Oct / 39

6 The Large Hadron Collider (LHC) Collider machine located at CERN/Geneva PbPb - collisions snn = 5.5 TeV L = cm 2 s 1 pp - collisions s = 14 TeV L = cm 2 s ALICE IP L = cm 2 s 1 M. Richter (UiO) LHC Oct / 39

7 LHC Dimensions tunnel of 26.6 km circumference M. Richter (UiO) LHC Oct / 39

8 LHC Experiments ALICE ATLAS CMS LHCb M. Richter (UiO) LHC Oct / 39

9 LHC Experiments ALICE ATLAS CMS LHCb M. Richter (UiO) LHC Oct / 39

10 Challenges in today s experiments Example: CMS Silicon Strip Tracker 9,316,352 readout channels 15,148 modules 24,244 silicon sensors Just one subsystem of CMS How do the control systems scale? How can the collaborative effort be coordinated? What are the requirements for support systems? How is the operational environment for sensors and devices? M. Richter (UiO) LHC Oct / 39

11 Detector Control System Basics M. Richter (UiO) LHC Oct / 39

12 Tasks of a Detector Control System Continuous, coherent and safe operation of the detector Homogeneous interface to all subdetectors and to the technical infrastructure Ramp up and down of the detector Configuration of electronics LV power distribution and steering HV power distribution and steering Gas systems Synchronization Monitoring Detector Safety In contrast to the detector online systems (data acquisition, trigger), the DCS is all the time in operation M. Richter (UiO) LHC Oct / 39

13 A control model Control Levels Supervisory Layer - Back-end (Controls Layer) Field Layer - Front-end Functional modules and devices categorized into different DCS layers common part can be separated from device specific implementations. Operation organized in a process hierarchy M. Richter (UiO) LHC Oct / 39

14 Finite State Machines Mathematical model of computation to design a sequence of actions and processes The model consists of states and transitions triggered by actions or conditions M. Richter (UiO) LHC Oct / 39

15 Interfaces Interfaces ensure connectivity between modules of the system Communication protocols Module states Bus systems Hardware connectors M. Richter (UiO) LHC Oct / 39

16 Top Level Control SCADA - Supervisory Control and Data Acquisition User interface Overall control Visualization of the acquired data Archive M. Richter (UiO) LHC Oct / 39

17 Protection Systems Interlocks The concept of interlocks was developed for railway systems An interlock is triggered on a condition which forbids certain actions, e.g. switching on and ramping up An action can only be executed if all interlocks are inactive M. Richter (UiO) LHC Oct / 39

18 Protection Systems Interlocks The concept of interlocks was developed for railway systems An interlock is triggered on a condition which forbids certain actions, e.g. switching on and ramping up An action can only be executed if all interlocks are inactive Design the interlocking systems properly! M. Richter (UiO) LHC Oct / 39

19 Scalebility of Detector Control Systems The modularity and break up of the system into functional units and state machines facilitate a distributed computing approach. Natural solution to the scalebility issue DCS runs on a network of many nodes Finite State Machines communicate via protocols Logic distributed over all layers of the system which allows a fast reaction time in the Field Layer Data rate to archiving data base can be adjusted M. Richter (UiO) LHC Oct / 39

20 Detector Control LHC M. Richter (UiO) LHC Oct / 39

21 Conditions Radiation Some of the equipment is installed close to beam pipe and interaction point, radiation can cause failure and damage Magnetic field Equipment inside magnets must be specifically suited Inaccessibility Equipment not accessible because of mechanical reasons and radiation during LHC operation Duration Detectors operated years Collaborative development Many people and institutions involved M. Richter (UiO) LHC Oct / 39

22 Joint Controls Project (JCOP) Common Controls and Operation for LHC experiments JCOP Framework Detector Safety System (DSS) Gas Control System (GCS) Rack Monitoring and Control System (RCS) JCOP Framework based on a commercial SCADA system - M. Richter (UiO) LHC Oct / 39

23 Other Common LHC Control systems Detector Safety System (DSS) Primary goal: Protection of the experiments equipment Detect critical situations and trigger appropriate actions Gas Control System detectors require different types of gas; equipment provided by contractors joint gas control Rack Monitoring and Control common infrastructure and control for rack installation Packaging and Installation Generalized deployment routines M. Richter (UiO) LHC Oct / 39

24 Power Supply Commercial devices, important manufacturers: CAEN, WIENER, ISEG, Schneider, Heinziger Communication entirely over OPC M. Richter (UiO) LHC Oct / 39

25 Power Supply Example Example: CMS Tracker Power Supply One PowerSupplyUnit(PSU) for a group of 615 modules low voltage supply (2.5 and 1.25V) two high voltage (600V) lines PowerSupplyModule (PSM) combines two PSUs One crate hosts 9 PSMs 6 crates attached to a branch controller Mainframe controls 16 branch controllers 4 Mainframes with 1944 Power Groups and 356 Control Groups The mainframe communicates with the Detector Control System via a standardized protocol - OPC. M. Richter (UiO) LHC Oct / 39

26 Hardware solutions in Detector Control Systems Device specific software and hardware implementation are realized in the Field (Device) Layer. Embedded Systems are widely used as they provide flexibility and remote control Field-Programmable Gate Array (FPGA) ATLAS Embedded Local Monitor Board (ELMB) ALICE DCS board Microcontrollers M. Richter (UiO) LHC Oct / 39

27 Communication Protocols OPC - OLE for Process Control industry standard mainly driven by automation industry DIM - Distributed Information Management developed and widely used at Cern MODBUS serial communications protocol, industry standard for connecting industrial electronic devices CAN bus - controller area network communication protocol for microcontrollers DIP Cern open source package, message core of DIM M. Richter (UiO) LHC Oct / 39

28 Communication Protocol DIM open source communication framework developed at CERN provides network transparent inter-process communication for distributed and heterogeneous environments Server Client architecture Server publishes services Clients can subscribe to any service in the system Server accepts commands sent by a client connection details are hidden from the user framework takes care of the byte ordering and handling of complex data structures dedicated DIM Name Server takes control over all the running clients, servers and their services M. Richter (UiO) LHC Oct / 39

29 Some specific implementations M. Richter (UiO) LHC Oct / 39

30 ATLAS Detector Control System Only two layers: Back-end and Front-end general-purpose I/O module serves as DCS Front-end interface: Embedded Local Monitor Board (ELMB) M. Richter (UiO) LHC Oct / 39

31 Common M. Richter (UiO) software environment LHC Oct / 39 LHCb Detector Control System LHCb generalizes online and control systems, all under the control of the Experiment Control System (ECS)

32 LHCb Software Layout Mainly driven by one group, developing all from DAQ system, Event Filter Farm, Communication Protocol and Detector control M. Richter (UiO) LHC Oct / 39

33 ALICE Detector Control System DCS ECS DAQ HLT Trigger Four main systems under the control of ECS, four different groups developing and operating the systems M. Richter (UiO) LHC Oct / 39

34 ALICE DCS Finite State Machine Finite State Machines on different levels States grouped together and mapped to upper layers M. Richter (UiO) LHC Oct / 39

35 ALICE Time Projection Chamber Gas volume 92 m3 Gas mixture: Ne, CO2 (90-10) Maximum electron drift time 250 cm drift: 92µs 72 Readout chambers: MWPCs with cathode pad readout read out pads and FEE channels 4356 Readout boards 216 Readout Control Units (RCU) Detector Control System includes Gas system Detector Chambers Front-end electronics Calibration system M. Richter (UiO) LHC Oct / 39

36 ALICE TPC Finite State Machine Model M. Richter (UiO) LHC Oct / 39

37 ALICE TPC Finite State Machine Model M. Richter (UiO) LHC Oct / 39

38 DCS for ALICE TPC Front-end electronics M. Richter (UiO) LHC Oct / 39

39 DCS board in the Field Layer single board computer Altera EPXA1 FPGA with 32bit ARM processor 100k PLD 8 MB Flash RAM (radiation tolerant) 32 MB SDRAM Ethernet interface JTAG connector Analog to Digital Converter combines LINUX operating system with a Programmable Logic Device (PLD) abstraction layer between hardware and software through device drivers provides low rate data readout path for debugging and monitoring purpose steers and controls the RCU motherboard independently of data readout path update of the RCU firmware readout of the Front-and card and RUC monitoring module M. Richter (UiO) LHC Oct / 39

40 Future Development All systems are in production since 2008, the focus is on operation and maintenance Upgrade Plans there will be two Long Shutdowns (LS) in order to upgrade the LHC to the originally foreseen energy Detectors and online systems will be upgraded to handle higher interaction rates Some of the detectors will get a new Front-end, this requires new development in the field layer of the DCS No general redesign of supervisory layer applications planned Update of infrastructure M. Richter (UiO) LHC Oct / 39

41 Answers How do the control systems scale? a distributed and modular system How can the collaborative effort be coordinated? common project controls and abstraction functional models interfaces and specifications layers of abstraction reduce need for in-depth knowledge of underlying systems and functionality What are the requirements for support systems? common technical service division: cooling, power distribution, rack services, ventilation How is the operational environment for sensors and devices? radiation magnetic field high temperature stability required inaccessible for most of the time, remote control required M. Richter (UiO) LHC Oct / 39

42 Exciting field, combining... Firmware and Software development Device drivers at the boundary between hardware and software Data base functionality High-level abstraction and control Visualization and user interfaces... it s just to get your hands on it! M. Richter (UiO) LHC Oct / 39

43 Exciting field, combining... Firmware and Software development Device drivers at the boundary between hardware and software Data base functionality High-level abstraction and control Visualization and user interfaces... it s just to get your hands on it! a smaller project: Geiger counter with USB interface M. Richter (UiO) LHC Oct / 39

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

Communication Software for the ALICE TPC Front-End Electronics

Communication Software for the ALICE TPC Front-End Electronics Communication Software for the ALICE Front-End Electronics M. Richter 1, J. Alme 1, T. Alt 4, S. Bablok 1, U. Frankenfeld 5, D. Gottschalk 4, R. Keidel 3, Ch. Kofler 3, D. T. Larsen 1, V. Lindenstruth

More information

2008 JINST 3 S Control System. Chapter Detector Control System (DCS) Introduction Design strategy and system architecture

2008 JINST 3 S Control System. Chapter Detector Control System (DCS) Introduction Design strategy and system architecture Chapter 7 Control System 7.1 Detector Control System (DCS) 7.1.1 Introduction The primary task of the ALICE Control System is to ensure safe and correct operation of the ALICE experiment [17]. It provides

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

T HE discovery at CERN of a new particle

T HE discovery at CERN of a new particle 1 ALFA Detector Control System Luis Seabra, LIP - Laboratório de Instrumentação e Física Experimental de Partículas, Lisbon, Portugal, on behalf of the ALFA group Abstract ALFA (Absolute Luminosity For

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

ATLAS DCS Overview SCADA Front-End I/O Applications

ATLAS DCS Overview SCADA Front-End I/O Applications Overview SCADA Front-End I/O Applications ATLAS TDAQ week, July 6th 2001, H.J.Burckhart 1 SCX1 USA15 Common Infrastructure PC Local Area Network Server Operation Local Control Stations (LCS) Expert Subdetector

More information

Stefan Koestner on behalf of the LHCb Online Group ( IEEE - Nuclear Science Symposium San Diego, Oct.

Stefan Koestner on behalf of the LHCb Online Group (  IEEE - Nuclear Science Symposium San Diego, Oct. Stefan Koestner on behalf of the LHCb Online Group (email: Stefan.Koestner@cern.ch) IEEE - Nuclear Science Symposium San Diego, Oct. 31 st 2006 Dedicated to B-physics : single arm forward spectrometer

More information

The LHC Compact Muon Solenoid experiment Detector Control System

The LHC Compact Muon Solenoid experiment Detector Control System Journal of Physics: Conference Series The LHC Compact Muon Solenoid experiment Detector Control System To cite this article: G Bauer et al 2011 J. Phys.: Conf. Ser. 331 022009 View the article online for

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

THE ALICE experiment described in [1] will investigate

THE ALICE experiment described in [1] will investigate 980 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 53, NO. 3, JUNE 2006 The Control System for the Front-End Electronics of the ALICE Time Projection Chamber M. Richter, J. Alme, T. Alt, S. Bablok, R. Campagnolo,

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

2008 JINST 3 S Online System. Chapter System decomposition and architecture. 8.2 Data Acquisition System

2008 JINST 3 S Online System. Chapter System decomposition and architecture. 8.2 Data Acquisition System Chapter 8 Online System The task of the Online system is to ensure the transfer of data from the front-end electronics to permanent storage under known and controlled conditions. This includes not only

More information

VERY HIGH VOLTAGE CONTROL FOR ALICE TPC

VERY HIGH VOLTAGE CONTROL FOR ALICE TPC VERY HIGH VOLTAGE CONTROL FOR ALICE TPC André Augustinus 1, Joachim Baechler 1, Marco Boccioli 1, Uli Frankenfeld 2, Lennart Jirdén 1 1 CERN, Geneva, Switzerland; 2 GSI, Darmstadt, Germany ABSTRACT The

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

AN OVERVIEW OF THE LHC EXPERIMENTS' CONTROL SYSTEMS

AN OVERVIEW OF THE LHC EXPERIMENTS' CONTROL SYSTEMS AN OVERVIEW OF THE LHC EXPERIMENTS' CONTROL SYSTEMS C. Gaspar, CERN, Geneva, Switzerland Abstract The four LHC experiments (ALICE, ATLAS, CMS and LHCb), either by need or by choice have defined different

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

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 ALICE TPC Readout Control Unit 10th Workshop on Electronics for LHC and future Experiments September 2004, BOSTON, USA

The ALICE TPC Readout Control Unit 10th Workshop on Electronics for LHC and future Experiments September 2004, BOSTON, USA Carmen González Gutierrez (CERN PH/ED) The ALICE TPC Readout Control Unit 10th Workshop on Electronics for LHC and future Experiments 13 17 September 2004, BOSTON, USA Outline: 9 System overview 9 Readout

More information

Design specifications and test of the HMPID s control system in the ALICE experiment.

Design specifications and test of the HMPID s control system in the ALICE experiment. Design specifications and test of the HMPID s control system in the ALICE experiment. E. Carrone For the ALICE collaboration CERN, CH 1211 Geneva 23, Switzerland, Enzo.Carrone@cern.ch Abstract The HMPID

More information

JCOP Workshop III. Status of JCOP Activities. 5 th & 6 th June Wayne Salter, CERN IT-CO

JCOP Workshop III. Status of JCOP Activities. 5 th & 6 th June Wayne Salter, CERN IT-CO JCOP Workshop III 5 th & 6 th June 2002 Status of JCOP Activities Wayne Salter, CERN IT-CO What was the situation at the last Workshop? Detailed review of SCADA technology SCADA evaluation just finished

More information

The CMS Computing Model

The CMS Computing Model The CMS Computing Model Dorian Kcira California Institute of Technology SuperComputing 2009 November 14-20 2009, Portland, OR CERN s Large Hadron Collider 5000+ Physicists/Engineers 300+ Institutes 70+

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

Experiment

Experiment Experiment Control@LHC An Overview Many thanks to the colleagues in the four experiments and the EN/ICE group, in particular: ALICE: Franco Carena, Vasco Chibante Barroso (DAQ), Andre Augustinus (DCS)

More information

LHCb Online System BEAUTY-2002

LHCb Online System BEAUTY-2002 BEAUTY-2002 8th International Conference on B-Physics at Hadron machines June 17-21 2002 antiago de Compostela, Galicia (pain ) Niko Neufeld, CERN EP (for the LHCb Online Team) 1 Mission The LHCb Online

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

Overview of DCS Technologies. Renaud Barillère - CERN IT-CO

Overview of DCS Technologies. Renaud Barillère - CERN IT-CO Overview of DCS Technologies Renaud Barillère - CERN IT-CO DCS components Extensions SCADA Supervision OPC or DIM Ethernet PLC FE (UNICOS) Fieldbus Custom FE Process management Fieldbus protocols Field

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

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

IN a system of many electronics boards of many different

IN a system of many electronics boards of many different 356 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 55, NO. 1, FEBRUARY 2008 Building Integrated Remote Control Systems for Electronics Boards Richard Jacobsson, Member, IEEE Abstract This paper addresses several

More information

Real-time Analysis with the ALICE High Level Trigger.

Real-time Analysis with the ALICE High Level Trigger. Real-time Analysis with the ALICE High Level Trigger C. Loizides 1,3, V.Lindenstruth 2, D.Röhrich 3, B.Skaali 4, T.Steinbeck 2, R. Stock 1, H. TilsnerK.Ullaland 3, A.Vestbø 3 and T.Vik 4 for the ALICE

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 ALFA TRIGGER SIMULATOR

THE ALFA TRIGGER SIMULATOR Vol. 46 (2015) ACTA PHYSICA POLONICA B No 7 THE ALFA TRIGGER SIMULATOR B. Dziedzic Tadeusz Kościuszko Cracow University of Technology, Institute of Physics Podchorążych 1, 30-084 Kraków, Poland K. Korcyl

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

arxiv: v1 [physics.ins-det] 16 Oct 2017

arxiv: v1 [physics.ins-det] 16 Oct 2017 arxiv:1710.05607v1 [physics.ins-det] 16 Oct 2017 The ALICE O 2 common driver for the C-RORC and CRU read-out cards Boeschoten P and Costa F for the ALICE collaboration E-mail: pascal.boeschoten@cern.ch,

More information

The detector control system of the ATLAS experiment

The detector control system of the ATLAS experiment Journal of Instrumentation OPEN ACCESS The detector control system of the ATLAS experiment To cite this article: A Barriuso Poy et al View the article online for updates and enhancements. Related content

More information

Electronics, Trigger and Data Acquisition part 3

Electronics, Trigger and Data Acquisition part 3 Electronics, Trigger and Data Acquisition part 3 Summer Student Programme 2016, CERN Roberto Ferrari Instituto Nazionale di Fisica Nucleare roberto.ferrari@pv.infn.it Event Building 2 Two Philosophies

More information

The creation of a Tier-1 Data Center for the ALICE experiment in the UNAM. Lukas Nellen ICN-UNAM

The creation of a Tier-1 Data Center for the ALICE experiment in the UNAM. Lukas Nellen ICN-UNAM The creation of a Tier-1 Data Center for the ALICE experiment in the UNAM Lukas Nellen ICN-UNAM lukas@nucleares.unam.mx 3rd BigData BigNetworks Conference Puerto Vallarta April 23, 2015 Who Am I? ALICE

More information

Motivation Requirements Design Examples Experiences Conclusion

Motivation Requirements Design Examples Experiences Conclusion H1DCM Network based Detector Control and Monitoring for the H1 Experiment Seminar on Computing in High Energy Physics G. Eckerlin (H1 Collaboration) Motivation Requirements Design Examples Experiences

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

Implementation of a Control System for the μmegas Detector National Technical University of Athens Stefanos G. Leontsinis 1 1 School of Applied Mathem

Implementation of a Control System for the μmegas Detector National Technical University of Athens Stefanos G. Leontsinis 1 1 School of Applied Mathem Implementation of a Control System for the μmegas Detector National Technical University of Athens Stefanos G. Leontsinis 1 1 School of Applied Mathematical and Physical Sciences November 2nd, 2009 Outline

More information

Centre de Physique des Particules de Marseille. The PCIe-based readout system for the LHCb experiment

Centre de Physique des Particules de Marseille. The PCIe-based readout system for the LHCb experiment The PCIe-based readout system for the LHCb experiment K.Arnaud, J.P. Duval, J.P. Cachemiche, Cachemiche,P.-Y. F. Réthoré F. Hachon, M. Jevaud, R. Le Gac, Rethore Centre de Physique des Particules def.marseille

More information

The CERN Detector Safety System for the LHC Experiments

The CERN Detector Safety System for the LHC Experiments The CERN Detector Safety System for the LHC Experiments S. Lüders CERN EP/SFT, 1211 Geneva 23, Switzerland; Stefan.Lueders@cern.ch R.B. Flockhart, G. Morpurgo, S.M. Schmeling CERN IT/CO, 1211 Geneva 23,

More information

NA60 Detector Control System

NA60 Detector Control System NA60 note 2002-8 Nov. 29, 2002 NA60 Detector Control System Nicolas Guettet CERN-EP/NA60 Abstract: This note is a report on the Detector Control System of the NA60 experiment. We describe its global architecture,

More information

SMI++ object oriented framework used for automation and error recovery in the LHC experiments

SMI++ object oriented framework used for automation and error recovery in the LHC experiments Journal of Physics: Conference Series SMI++ object oriented framework used for automation and error recovery in the LHC experiments To cite this article: B Franek and C Gaspar 2010 J. Phys.: Conf. Ser.

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

Detector Control System board for FAIR. J. A. Lucio Martínez Infrastructure and Computer Systems in Data Processing (IRI) Goethe University Frankfurt

Detector Control System board for FAIR. J. A. Lucio Martínez Infrastructure and Computer Systems in Data Processing (IRI) Goethe University Frankfurt Detector Control System board for FAIR J. A. Lucio Martínez Infrastructure and Computer Systems in Data Processing (IRI) Goethe University Frankfurt For the PANDA Collaboration Meeting in Darmstadt, 08.06.2016

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

Low Voltage Control for the Liquid Argon Hadronic End-Cap Calorimeter of ATLAS

Low Voltage Control for the Liquid Argon Hadronic End-Cap Calorimeter of ATLAS Low Voltage Control for the Liquid Argon Hadronic End-Cap Calorimeter of ATLAS H.Brettel *, W.D.Cwienk, J.Fent, H.Oberlack, P.Schacht Max-Planck-Institut für Physik, Werner-Heisenberg-Institut, Foehringer

More information

CSCS CERN videoconference CFD applications

CSCS CERN videoconference CFD applications CSCS CERN videoconference CFD applications TS/CV/Detector Cooling - CFD Team CERN June 13 th 2006 Michele Battistin June 2006 CERN & CFD Presentation 1 TOPICS - Some feedback about already existing collaboration

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

Data Acquisition in Particle Physics Experiments. Ing. Giuseppe De Robertis INFN Sez. Di Bari

Data Acquisition in Particle Physics Experiments. Ing. Giuseppe De Robertis INFN Sez. Di Bari Data Acquisition in Particle Physics Experiments Ing. Giuseppe De Robertis INFN Sez. Di Bari Outline DAQ systems Theory of operation Case of a large experiment (CMS) Example of readout GEM detectors for

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

Data Transfers Between LHC Grid Sites Dorian Kcira

Data Transfers Between LHC Grid Sites Dorian Kcira Data Transfers Between LHC Grid Sites Dorian Kcira dkcira@caltech.edu Caltech High Energy Physics Group hep.caltech.edu/cms CERN Site: LHC and the Experiments Large Hadron Collider 27 km circumference

More information

Virtualizing a Batch. University Grid Center

Virtualizing a Batch. University Grid Center Virtualizing a Batch Queuing System at a University Grid Center Volker Büge (1,2), Yves Kemp (1), Günter Quast (1), Oliver Oberst (1), Marcel Kunze (2) (1) University of Karlsruhe (2) Forschungszentrum

More information

The Detector Control System for the HMPID in the ALICE Experiment at LHC.

The Detector Control System for the HMPID in the ALICE Experiment at LHC. The Detector Control System for the HMPID in the LICE Eperiment at LHC. De Cataldo, G. for the LICE collaboration INFN sez. Bari, Via G. mendola 173, 70126 Bari, Italy giacinto.decataldo@ba.infn.it bstract

More information

The FTK to Level-2 Interface Card (FLIC)

The FTK to Level-2 Interface Card (FLIC) The FTK to Level-2 Interface Card (FLIC) J. Anderson, B. Auerbach, R. Blair, G. Drake, A. Kreps, J. Love, J. Proudfoot, M. Oberling, R. Wang, J. Zhang November 5th, 2015 2015 IEEE Nuclear Science Symposium

More information

The CLICdp Optimization Process

The CLICdp Optimization Process ILDOptWS, Feb, 2016 A. Sailer: The CLICdp Optimization Process 1/17 The CLICdp Optimization Process André Sailer (CERN-EP-LCD) On Behalf of the CLICdp Collaboration ILD Software and Optimisation Workshop

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

Deferred High Level Trigger in LHCb: A Boost to CPU Resource Utilization

Deferred High Level Trigger in LHCb: A Boost to CPU Resource Utilization Deferred High Level Trigger in LHCb: A Boost to Resource Utilization The use of periods without beam for online high level triggers Introduction, problem statement Realization of the chosen solution Conclusions

More information

Frontend Control Electronics for the LHCb upgrade Hardware realization and test

Frontend Control Electronics for the LHCb upgrade Hardware realization and test First Prototype of the muon Frontend Control Electronics for the LHCb upgrade Hardware realization and test V. Bocci, G. Chiodi, P. Fresch et al. International Conference on Technology and Instrumentation

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

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

Trigger and Data Acquisition at the Large Hadron Collider

Trigger and Data Acquisition at the Large Hadron Collider Trigger and Data Acquisition at the Large Hadron Collider Acknowledgments (again) This overview talk would not exist without the help of many colleagues and all the material available online I wish to

More information

Upgrading the ATLAS Tile Calorimeter electronics

Upgrading the ATLAS Tile Calorimeter electronics ITIM Upgrading the ATLAS Tile Calorimeter electronics Gabriel Popeneciu, on behalf of the ATLAS Tile Calorimeter System INCDTIM Cluj Napoca, Romania Gabriel Popeneciu PANIC 2014, Hamburg 26th August 2014

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

CLAS12 DAQ & Trigger Status and Timeline. Sergey Boyarinov Oct 3, 2017

CLAS12 DAQ & Trigger Status and Timeline. Sergey Boyarinov Oct 3, 2017 CLAS12 DAQ & Trigger Status and Timeline Sergey Boyarinov Oct 3, 2017 Notation ECAL old EC (electromagnetic calorimeter) PCAL preshower calorimeter DC drift chamber HTCC high threshold cherenkov counter

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

Full Offline Reconstruction in Real Time with the LHCb Detector

Full Offline Reconstruction in Real Time with the LHCb Detector Full Offline Reconstruction in Real Time with the LHCb Detector Agnieszka Dziurda 1,a on behalf of the LHCb Collaboration 1 CERN, Geneva, Switzerland Abstract. This document describes the novel, unique

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

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

High Level Trigger System for the LHC ALICE Experiment

High Level Trigger System for the LHC ALICE Experiment High Level Trigger System for the LHC ALICE Experiment H Helstrup 1, J Lien 1, V Lindenstruth 2,DRöhrich 3, B Skaali 4, T Steinbeck 2, K Ullaland 3, A Vestbø 3, and A Wiebalck 2 for the ALICE Collaboration

More information

A Fast VME Data Acquisition System for Spill Analysis and Beam Loss Measurement

A Fast VME Data Acquisition System for Spill Analysis and Beam Loss Measurement A Fast VME Data Acquisition System for Spill Analysis and Beam Loss Measurement T. Hoffmann, D. A. Liakin *, P. Forck Gesellschaft für Schwerionenforschung (GSI), Planckstraße 1, D-64291Darmstadt * ITEP

More information

Level 0 trigger decision unit for the LHCb experiment

Level 0 trigger decision unit for the LHCb experiment Level 0 trigger decision unit for the LHCb experiment J. Laubser, H. Chanal, R. Cornat, O. Deschamps, M. Magne, P. Perret for the LHCb Collaboration Laboratoire de Physique Corpusculaire (IN2P3/CNRS),

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

CLAS12 DAQ, Trigger and Online Computing Requirements. Sergey Boyarinov Sep 25, 2017

CLAS12 DAQ, Trigger and Online Computing Requirements. Sergey Boyarinov Sep 25, 2017 CLAS12 DAQ, Trigger and Online Computing Requirements Sergey Boyarinov Sep 25, 2017 Notation ECAL old EC (electromagnetic calorimeter) PCAL preshower calorimeter DC drift chamber HTCC high threshold cherenkov

More information

Velo readout board RB3. Common L1 board (ROB)

Velo readout board RB3. Common L1 board (ROB) Velo readout board RB3 Testing... Common L1 board (ROB) Specifying Federica Legger 10 February 2003 1 Summary LHCb Detectors Online (Trigger, DAQ) VELO (detector and Readout chain) L1 electronics for VELO

More information

Control Systems: an Application to a High Energy Physics Experiment (COMPASS)

Control Systems: an Application to a High Energy Physics Experiment (COMPASS) Control Systems: an Application to a High Energy Physics Experiment (COMPASS) P. Bordalo, A.S. Nunes, C. Pires, C. Quintans and S. Ramos LIP, 1000-149 Lisbon, Portugal IST, Universidade Técnica de Lisboa,

More information

CRU Readout Simulation for the Upgrade of the ALICE Time Projection Chamber at CERN

CRU Readout Simulation for the Upgrade of the ALICE Time Projection Chamber at CERN CRU Readout Simulation for the Upgrade of the ALICE Time Projection Chamber at CERN Damian K. Wejnerowski Master s thesis in Software Engineering at Department of Computing, Mathematics and Physics, Bergen

More information

Data Quality Monitoring Display for ATLAS experiment

Data Quality Monitoring Display for ATLAS experiment Data Quality Monitoring Display for ATLAS experiment Y Ilchenko 1, C Cuenca Almenar 2, A Corso-Radu 2, H Hadavand 1, S Kolos 2, K Slagle 2, A Taffard 2 1 Southern Methodist University, Dept. of Physics,

More information

Design, Implementation, and Performance of CREAM Data Acquisition Software

Design, Implementation, and Performance of CREAM Data Acquisition Software Design, Implementation, and Performance of CREAM Data Acquisition Software S. Y. Zinn*(1), H. S. Ahn (1), M. G. Bagliesi (2), J. J. Beatty (3), J. T. Childers (4), S. Coutu (3), M. A. DuVernois (4), O.

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

CERN openlab II. CERN openlab and. Sverre Jarp CERN openlab CTO 16 September 2008

CERN openlab II. CERN openlab and. Sverre Jarp CERN openlab CTO 16 September 2008 CERN openlab II CERN openlab and Intel: Today and Tomorrow Sverre Jarp CERN openlab CTO 16 September 2008 Overview of CERN 2 CERN is the world's largest particle physics centre What is CERN? Particle physics

More information

Beam test measurements of the Belle II vertex detector modules

Beam test measurements of the Belle II vertex detector modules Beam test measurements of the Belle II vertex detector modules Tadeas Bilka Charles University, Prague on behalf of the Belle II Collaboration IPRD 2016, 3 6 October 2016, Siena, Italy Outline Belle II

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

TORCH: A large-area detector for precision time-of-flight measurements at LHCb

TORCH: A large-area detector for precision time-of-flight measurements at LHCb TORCH: A large-area detector for precision time-of-flight measurements at LHCb Neville Harnew University of Oxford ON BEHALF OF THE LHCb RICH/TORCH COLLABORATION Outline The LHCb upgrade TORCH concept

More information

The new detector readout system for the ATLAS experiment

The new detector readout system for the ATLAS experiment LInk exange The new detector readout system for the ATLAS experiment Soo Ryu Argonne National Laboratory On behalf of the ATLAS Collaboration ATLAS DAQ for LHC Run2 (2015-2018) 40MHz L1 trigger 100kHz

More information

Development and test of a versatile DAQ system based on the ATCA standard

Development and test of a versatile DAQ system based on the ATCA standard Development and test of a versatile DAQ system based on the ATCA standard M.Bianco, a P.J.Loesel, b S.Martoiu, c, ad and A.Zibell e a CERN PH Department, Geneve, Switzerland b Ludwig-Maximilians-Univ.

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

The ALICE TPC Readout Control Unit

The ALICE TPC Readout Control Unit The ALICE TPC Readout Control Unit C. González Gutiérrez, R. Campagnolo, C. Engster, A. Junique, B. Mota, L.Musa CERN, Geneva 3, Switzerland Carmen.Gonzalez.Gutierrez@cern.ch J. Alme, J. Lien, B. Pommersche,

More information

The CMS High Level Trigger System: Experience and Future Development

The CMS High Level Trigger System: Experience and Future Development Journal of Physics: Conference Series The CMS High Level Trigger System: Experience and Future Development To cite this article: G Bauer et al 2012 J. Phys.: Conf. Ser. 396 012008 View the article online

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

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

THE CMS apparatus [1] is a multi-purpose detector designed 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

More information

Modeling and Validating Time, Buffering, and Utilization of a Large-Scale, Real-Time Data Acquisition System

Modeling and Validating Time, Buffering, and Utilization of a Large-Scale, Real-Time Data Acquisition System Modeling and Validating Time, Buffering, and Utilization of a Large-Scale, Real-Time Data Acquisition System Alejandro Santos, Pedro Javier García, Wainer Vandelli, Holger Fröning The 2017 International

More information

Straw Detectors for the Large Hadron Collider. Dirk Wiedner

Straw Detectors for the Large Hadron Collider. Dirk Wiedner Straw Detectors for the Large Hadron Collider 1 Tracking with Straws Bd π π? B-Mesons properties? Charge parity symmetry violation? 2 Tracking with Straws Bd proton LHC Start 2007 π proton 14 TeV π? B-Mesons

More information

The CMS Event Builder

The CMS Event Builder The CMS Event Builder Frans Meijers CERN/EP-CMD CMD on behalf of the CMS-DAQ group CHEP03, La Jolla, USA, March 24-28 28 2003 1. Introduction 2. Selected Results from the Technical Design Report R&D programme

More information

ALICE TOF Shifters Instructions. ALICE TOF Team 09/11/2009

ALICE TOF Shifters Instructions. ALICE TOF Team 09/11/2009 ALICE TOF Shifters Instructions ALICE TOF Team 09/11/2009 Table of Contents Table of Contents... 2 1. Foreword... 3 2. Shifters tasks... 3 3. Starting... 4 4. TOF DCS User Interface... 4 4.1 Description

More information

LHC Detector Upgrades

LHC Detector Upgrades Su Dong SLAC Summer Institute Aug/2/2012 1 LHC is exceeding expectations in many ways Design lumi 1x10 34 Design pileup ~24 Rapid increase in luminosity Even more dramatic pileup challenge Z->µµ event

More information

I. Introduction. Abstract

I. Introduction. Abstract Irradiation tests of the complete ALICE TPC Front-End Electronics chain K. Røed 1 2, J. Alme 1, R. Campagnolo 5, C.G. Guitierrez 5, H. Helstrup 2, D. Larsen 1, V. Lindenstruth 3, L. Musa 5, E. Olsen 4,A.

More information

An Upgraded ATLAS Central Trigger for 2015 LHC Luminosities

An Upgraded ATLAS Central Trigger for 2015 LHC Luminosities An Upgraded ATLAS Central Trigger for 2015 LHC Luminosities ICALEPCS, Oct 6-11 2013, San Francisco Christian Ohm on behalf of the ATLAS TDAQ Collaboration CERN Oct 10, 2013 C. Ohm (CERN) An Upgraded ATLAS

More information