Trigger and Data Acquisition at the Large Hadron Collider

Size: px
Start display at page:

Download "Trigger and Data Acquisition at the Large Hadron Collider"

Transcription

1 Trigger and Data Acquisition at the Large Hadron Collider

2 Acknowledgments (again) This overview talk would not exist without the help of many colleagues and all the material available online I wish to thank the colleagues from ATLAS, CMS, LHCb and ALICE, in particular R. Ferrari, P. Sphicas, C. Schwick, E. Pasqualucci, A. Nisati, F. Pastore, S. Marcellini, S. Cadeddu, M. Zanetti, A. Di Mattia and many others for their excellent reports and presentations 18-June-2006 A. Cardini / INFN Cagliari 2

3 Day 2 - Summary Data acquisition Data flow scheme Readout: from the front-end to the readout buffers Event Building How-to Switching methods, limits and available technologies A challenging example: CMS High-Level Trigger Requirements Implementation Performances Final Conclusions 18-June-2006 A. Cardini / INFN Cagliari 3

4 L1 Trigger Summary Difficult experimental conditions at LHC!!! ~10 9 interactions per L = cm -2 s interactions / bunch crossing DAQ-limited trigger rate: 100 khz ATLAS, CMS, 1 MHz LHCb Large uncertainties in estimating trigger rates L1 trigger on fast (calorimeter and muon) information only The L1 architecture in the LHC experiments The hardware implementation Min. bias More than 10 orders of magnitude Physics 18-June-2006 A. Cardini / INFN Cagliari 4

5 L1 Rate vs. Event Size 18-June-2006 A. Cardini / INFN Cagliari 5

6 Need More Trigger Levels L1 trigger selection: 1 out of (max. output rate ~ 100 khz) This is NOT enough The typical ATLAS/CMS event size is 1 MB 1 MB x 100 khz = 100 GB/s (!!!) What is the amount of data we could reasonably store nowadays? 100 MB/s (ATLAS, CMS, LHCb) 1 GB/s (ALICE) More trigger levels are needed to further reduce the fractions of less interesting events in the data sample to be written to the permanent storage 18-June-2006 A. Cardini / INFN Cagliari 6

7 Trigger/DAQ at LHC 100 (~10 3 ) 18-June-2006 A. Cardini / INFN Cagliari 7

8 Data Readout at LHC

9 Data flow: summary L1 pipelines (analog/digital) When L1 arrives, data readout from the Front-End Electronics Accepted event fragments are temporarily stored on readout buffers Local detector data (partially assembled) could be used to provide an intermediate trigger level Assemble event Provide High Level trigger(s) Write to permanent storage 18-June-2006 A. Cardini / INFN Cagliari 9

10 ATLAS: the data flow RoI based: identified by L1, are used by L2 trigger to investigate further (additional O(100) background rejection) (not pipelines, direct access to data by L2 farm) Only RoI data 18-June-2006 A. Cardini / INFN Cagliari 10

11 CMS: the data flow! 18-June-2006 A. Cardini / INFN Cagliari 11

12 LHCb: the data flow (Find high IP tracks using silicon detector information ) 2 khz 18-June-2006 A. Cardini / INFN Cagliari 12

13 The Data Readout In classical data acquisition systems consist in bus-based systems, like VME: Parallel data transfer on a common bus One source at the time can use the bus bottleneck At LHC: point-to-point links Optical or electrical standards Serialized data All sources can send data together This is also a general trend in the market ISA, SCSI, IDE, VME in the 80s PCI, USB, FireWire in the 90s Today USB2, FireWire800, PCI-X, gigabit-ethernet, 18-June-2006 A. Cardini / INFN Cagliari 13

14 Readout from the Front-End Trigger Primitive Generator Global Trigger Processor Trigger Timing Control 18-June-2006 A. Cardini / INFN Cagliari 14

15 Need a Standard Interface to Front-End CMS Detector Front-End Driver (FED) (equivalent to ROD in ATLAS) DAQ 18-June-2006 A. Cardini / INFN Cagliari 15

16 The Experiment Choices 18-June-2006 ATLAS: S-LINK CMS: SLINK-64 LHCb: TELL-1 and GbE ALICE: DLL Optical 160MB/s (GOL) with flow-control Need ~1600 links Receiver card (read-out boards, ROB) in standard PCs Electrical (LVDS) 200MB/s (max. 15m) with flowcontrol Need ~500 links Peak throughput 400 MB/s Receiver (Front-end Readout Link, FRL) in standard PC Copper quadruple GbE, IPv4, no flow-control Need ~400 links Direct connection to GbE switch Optical 200 MB/s Need ~400 links Receiver card in standard PCs A. Cardini / INFN Cagliari 16

17 Receivers: the Readout Units Basic Task Merge data from N front-end (usually in an hardwired way) Send event (multi-)fragments to processor farm via Event Builder Store data until no-longer needed (data sent to processors or event rejected) Issues Input and Output interconnect (bus/p2p/switch) Sustained bandwidth required ( MB/s) Current status PCI-based boards everywhere (more or less ) DMA engines on board to perform data transfers with low CPU load Good performances and good roadmap for the future but limited by bus architecture: shared medium and limited number of available slots in a PC motherboard 18-June-2006 A. Cardini / INFN Cagliari 17

18 Event Building

19 Data flow: ATLAS vs. CMS R/O Buffer: challenging R/O Buffer: commodity RoI L1 RoI Builder (custom module) Selective r/o from readout buffers to supply L2 processors Event Builder: commodity 1 1 MB = O(1) GB/s Easy Implemented with custom PCI boards sitting on standard PCs Event Builder: challenging MB = O(100) GB/s Traffic shaping Specialized hardware 18-June-2006 A. Cardini / INFN Cagliari 19

20 Event Builder Scheme Event fragments are stored in independent physical memories Each full event should be stored in one physical memory of the processing unit (a commodity PC) The EVB builds full events from event fragments must interconnect data sources to destination huge network switch How to efficiently implement this? 18-June-2006 A. Cardini / INFN Cagliari 20

21 Event Building with a Switch A SWITCH allows to send data from a PC connected to a port (the input port) to a PC connected to another port (the output port) directly, without duplicating the packet to all ports (like in the case of a HUB). The switch knows were the destination PC is connected and optimize data transfer A type of switch you should be familiar with 18-June-2006 A. Cardini / INFN Cagliari 21

22 Event Building via a Switch N x Readout Buffers Network Switch EVB Traffic All sources send to the same destination concurrently congestion M x Builder Units 18-June-2006 A. Cardini / INFN Cagliari 22

23 Event Building via a Switch The event builder should not lead to a readout buffer overflow Input traffic The average rate accepted by the switch port (R in ) must be larger or equal to the readout buffer data bandwith (B in ) Network Switch Output traffic M builder blocks (output) with bandwith Bout receive fragments from N inputs. To avoid blocking MxB out >= NxR in 18-June-2006 A. Cardini / INFN Cagliari 23

24 Switch implementation: crossbar Simultaneous data transfer between any arbitrary number of inputs and outputs Self-routing or arbiter-based routing Output Contention issues will reduce the effective bandwidth Need traffic shaping! Adding (very fast) memory on switching elements could in principle allow to create a non-blocking switch, but bandwidth of the memory used for FIFOS becomes prohibitively large 18-June-2006 A. Cardini / INFN Cagliari 24

25 EVB traffic shaping: barrel shifter The sequence of send from each source to each destination follows the cyclic permutations of the destinations Allow to reach a throughput closer to 100% of input bandwidth 18-June-2006 A. Cardini / INFN Cagliari 25

26 Switching Technologies Myricom Myrinet (of 128 possible) 2.5 Gb/s Clos net (a network of smaller switches) Custom firmware implements barrel shifting Transport with flow control at all stages (wormhole data) Gigabit Ethernet FastIron8000 series Gb/s Multi-port memory system Standard firmware Packets can be lost 18-June-2006 A. Cardini / INFN Cagliari 26

27 EVB Example: CMS Scalable at the RU level 18-June-2006 A. Cardini / INFN Cagliari 27

28 EVB example: CMS (2) 8x8 64x64 Scalable from 1 to 8 CMS 3D Event Builder 18-June-2006 A. Cardini / INFN Cagliari 28

29 Summary of EVB Event Building is implemented with commercial network technologies by means of huge network switches But EVB network traffic is particularly hard for switches Lead to switch congestion The switch either blocks input will have to wait) or throws away packets (Ethernet switches) Possible solutions Buy very expensive switches ($$$) with a lot of high speed memory inside Over-dimension the system in terms of bandwidth Use smart traffic shaping techniques to allow the switch to exploit nearly 100% of its resources 18-June-2006 A. Cardini / INFN Cagliari 29

30 High-Level Trigger

31 Introduction High Level Trigger will perform the final data Interaction reduction: 1 / O(1000) events Rate Selected Events ATLAS and CMS have a different approach: ATLAS have an additional L2 farm, to build global RoI CMS has L2, L2.5 and L3 all SW trigger levels (running on the same processors) HLT algorithm perform the very first analysis in real time There exist some constraints on available time and maximum data size that can be analyzed Once an event is rejected it is rejected forever can create biases 18-June-2006 A. Cardini / INFN Cagliari 31

32 HLT Requirements Flexibility The working conditions of LHC and of the experiments in pp interaction at 14 TeV are difficult to evaluate Robustness HLT algorithms should not depend in a critical way on alignment and calibration constants Fast event rejection Event not selected should be discarded as fast as possible Inclusive selection HLT selection should rely heavily (but not exclusively) on inclusive selection to guarantee maximum efficiency to new physics Selection efficiency It should be possible to evaluate it directly from the data Quasi-offline algorithms This will guarantee ease of maintenance (software can be easily updated) and bug-free code 18-June-2006 A. Cardini / INFN Cagliari 32

33 HLT Implementation High level triggers (>level 1) are implemented as more or less advanced software trigger algorithms (almost off-line quality reconstruction) running on standard processor (PC) farms with Linux as O/S Very cost effective Linux free and very stable Interconnect exists on the market Control and monitor of such a big cluster is an issue 18-June-2006 A. Cardini / INFN Cagliari 33

34 ATLAS Implementation High Level Triggers (HLT) Software triggers LEVEL 2 TRIGGER Regions of Interest seeds Full granularity for all subdetector systems Fast Rejection steering O(10 ms) latency EVENT FILTER Seeded by Level 2 result Potential full event access Offline like Algorithms O(1 s) latency 18-June-2006 A. Cardini / INFN Cagliari 34

35 CMS Implementation Level 1 Maximum trigger rate 100 khz Average event size 1Mbyte No. of In Out units 512 Readout network bandwidth 1 Terabit/s Event filter computing power 10 6 SI95 Data production Tbyte/day No. of PC motherboards O(1000) Pure software High multi-level Trigger 18-June-2006 A. Cardini / INFN Cagliari 35

36 ATLAS Muon Reconstruction Level 2 µfast: MDT-only track segment fit and pt estimate through a LUT (~1ms) µcomb: extrapolation to inner detectors and new pt estimate (~0.1 ms) µisol: track isolation check in calorimeter Event Filter (Level 3) TrigMOORE: track segments helix fit in detector (including real magnetic field map) (~1s) MUID: track extrapolation to vertex by LUT (energy loss and multiple scattering are included), Helix fit (~0.1 s) Now muon is ready for final trigger menu selection 18-June-2006 A. Cardini / INFN Cagliari 36

37 CMS e/γ reconstruction Level 2 (calo info only) Confirm L1 candidates Super-cluster algorithm to recover bremsstrahlung Cluster reconstruction and E t threshold cut Level 2.5 (pixel info) Calorimeter particles are traced back to vertex detector Electron and photon stream separation and E t cut Level 3 (electrons) Track reconstruction in tracker with L2.5 seed Track-cluster quality cuts E/p cut Level 3 (photons) High E t cut γγ-event Et asymmetric cut as in th H γγ offline analysis Now electrons and photons are ready for final trigger menu selection 18-June-2006 A. Cardini / INFN Cagliari 37

38 The Trigger Table Issue: what to save permanently on mass storage Which trigger streams have to be created? What is the bandwidth to be allocated to each stream? Selection Criteria Inclusive triggers: to cover the major known (and unknown) physics channels Exclusive trigger: to extend the physics potential to specific studies (as for b-physics) Prescaled, calibration and detector-monitor triggers For every trigger stream the allocated bandwidth depends on the status of the collider and of the experiment As a general rule, the trigger table should be flexible, extensible, non-biasing and should allow the discovery of unexpected physics 18-June-2006 A. Cardini / INFN Cagliari 38

39 The Trigger 33 cm -2 s -1 Trigger stream Threshold (GeV) Rate (Hz) Threshold (GeV) Rate (Hz) Isolated muon Double muon 10 7 Isolated electron 25 Double isolated electron 15 Isolated photon Double isolated photon 20 40, 25 5 Single Jet, 3 Jet, 4 Jet 400, 165, 110 Jet + missing energy 70, 70 Tau + missing energy 35, 45 Inclusive Tau jet 86 3 Di tau jet 59 1 electron + jet 19, 45 2 Inclusive b jets Totale June-2006 A. Cardini / INFN Cagliari B physics topology 10 Other (pre scales, calibration, ) ATLAS , 247, ,123 CMS Warning: This is an extract from the respective TDRs, comparison is not straightforward!

40 HLT Performance in CMS Evaluated with selection cuts presented in the previous transparency 18-June-2006 A. Cardini / INFN Cagliari 40

41 CMS: how large should the HLT farm be? All numbers are for 1 GHz, Intel Pentium III CPU (2003 estimate) The above table gives ~270ms/event in average Therefore a 100 khz capable system will require 30,000 CPU (PIII@1 GHz) According to Moore s law this will translate in ~40ms/event in 2007, requiring O(1000) dual-cpu boxes Single-farm architecture is feasible 18-June-2006 A. Cardini / INFN Cagliari 41

42 HLT Summary CMS example shows that single-farm design works the L1 trigger rate is <100kHz we can lower threshold on L1 selection criteria and/or add triggers in order to fully use the available bandwidth the rate is higher L1 trigger can be reprogrammed to stay within the available bandwidth HLT trigger streams seen are only an indication, we will see what is really happening on day 1 18-June-2006 A. Cardini / INFN Cagliari 42

43 Final Conclusions

44 The L1 trigger takes the LHC experiments from the 25 ns timescale (40 MHz) to the 1 25 µs timescale Custom hardware huge fan in/fan out problems fast algorithm on coarse-grained and low resolution data Depending on the experiment, the HLT is organized in one or more steps which usually occur after EVB Commercial hardware, large networks, Gb/s links The need of a challenging hardware vs. commodity hardware also depends on the trigger architecture (for example on the existence of a L2 trigger à la ATLAS (RoI-based)) HLT: will run algorithms as close as possible to offline ones Large processor PC farm ( easy nowadays) Monitoring issues BUT all this has to be very well understood, because it is done online and rejected events cannot be recovered 18-June-2006 A. Cardini / INFN Cagliari 44

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

Trigger and DAQ systems (at the LHC)

Trigger and DAQ systems (at the LHC) Trigger and DAQ systems (at the LHC) Paris Sphicas CERN/PH and Univ. of Athens Summer Student Lectures August 3 2004 Introduction Level-1 Trigger DAQ Readout Switching and Event Building Control and Monitor

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

Evaluation of network performance for triggering using a large switch

Evaluation of network performance for triggering using a large switch Evaluation of network performance for triggering using a large switch R.W. Dobinson a, S. Haas a, b, R. Heeley a, N.A.H. Madsen a, c, B. Martin a, J.A. Strong a, c, D.A. Thornley a, d a CERN, Geneva, Switzerland,

More information

Improving Packet Processing Performance of a Memory- Bounded Application

Improving Packet Processing Performance of a Memory- Bounded Application Improving Packet Processing Performance of a Memory- Bounded Application Jörn Schumacher CERN / University of Paderborn, Germany jorn.schumacher@cern.ch On behalf of the ATLAS FELIX Developer Team LHCb

More information

THE ATLAS DATA ACQUISITION SYSTEM IN LHC RUN 2

THE ATLAS DATA ACQUISITION SYSTEM IN LHC RUN 2 THE ATLAS DATA ACQUISITION SYSTEM IN LHC RUN 2 M. E. Pozo Astigarraga, on behalf of the ATLAS Collaboration CERN, CH-1211 Geneva 23, Switzerland E-mail: eukeni.pozo@cern.ch The LHC has been providing proton-proton

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

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

Trigger and Data Acquisition: an ATLAS case study

Trigger and Data Acquisition: an ATLAS case study Trigger and Data Acquisition: an ATLAS case study Standard Diagram of ATLAS Trigger + DAQ Aim is to understand most of this diagram by the end of the lecture! 1 Outline Basic Trigger and DAQ concepts The

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

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

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

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

ATLAS PILE-UP AND OVERLAY SIMULATION

ATLAS PILE-UP AND OVERLAY SIMULATION ATLAS PILE-UP AND OVERLAY SIMULATION LPCC Detector Simulation Workshop, June 26-27, 2017 ATL-SOFT-SLIDE-2017-375 22/06/2017 Tadej Novak on behalf of the ATLAS Collaboration INTRODUCTION In addition to

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

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

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

L1 and Subsequent Triggers

L1 and Subsequent Triggers April 8, 2003 L1 and Subsequent Triggers Abstract During the last year the scope of the L1 trigger has changed rather drastically compared to the TP. This note aims at summarising the changes, both in

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

The CMS Event Builder

The CMS Event Builder Computing in High Energy and Nuclear Physics, -8 March, La Jolla, California The CMS Event Builder V. Brigljevic, G. Bruno, E. Cano, S. Cittolin, A. Csilling, D. Gigi, F. Glege, R. Gomez-Reino, M. Gulmini,

More information

The GAP project: GPU applications for High Level Trigger and Medical Imaging

The GAP project: GPU applications for High Level Trigger and Medical Imaging The GAP project: GPU applications for High Level Trigger and Medical Imaging Matteo Bauce 1,2, Andrea Messina 1,2,3, Marco Rescigno 3, Stefano Giagu 1,3, Gianluca Lamanna 4,6, Massimiliano Fiorini 5 1

More information

Track reconstruction with the CMS tracking detector

Track reconstruction with the CMS tracking detector Track reconstruction with the CMS tracking detector B. Mangano (University of California, San Diego) & O.Gutsche (Fermi National Accelerator Laboratory) Overview The challenges The detector Track reconstruction

More information

First LHCb measurement with data from the LHC Run 2

First LHCb measurement with data from the LHC Run 2 IL NUOVO CIMENTO 40 C (2017) 35 DOI 10.1393/ncc/i2017-17035-4 Colloquia: IFAE 2016 First LHCb measurement with data from the LHC Run 2 L. Anderlini( 1 )ands. Amerio( 2 ) ( 1 ) INFN, Sezione di Firenze

More information

ATLAS TDAQ RoI Builder and the Level 2 Supervisor system

ATLAS TDAQ RoI Builder and the Level 2 Supervisor system ATLAS TDAQ RoI Builder and the Level 2 Supervisor system R. E. Blair 1, J. Dawson 1, G. Drake 1, W. Haberichter 1, J. Schlereth 1, M. Abolins 2, Y. Ermoline 2, B. G. Pope 2 1 Argonne National Laboratory,

More information

LVL1 e/γ RoI Builder Prototype

LVL1 e/γ RoI Builder Prototype LVL e/γ RoI Builder Prototype RoI / s matching and zero suppression Receiver RoI VME Receiver RoI Control Receiver RoI S-Link Interface Receiver Output - LVL / Supervisor RoI Builder discussion - Verilog/VHDL

More information

CMS Conference Report

CMS Conference Report Available on CMS information server CMS CR 2007/016 FERMILAB-CONF-07-364-E CMS Conference Report 15 May 2007 CMS DAQ Event Builder Based on Gigabit Ethernet G. Bauer, V. Boyer, J. Branson, A. Brett, E.

More information

Atlantis MultiRob Scenario

Atlantis MultiRob Scenario Atlantis MultiRob Scenario --------------------------------- The ATLANTIS system is described in the attached document robscenario.pdf and can be viewed as a standard PC with a number of FPGA co-processors.

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

Tracking and compression techniques

Tracking and compression techniques Tracking and compression techniques for ALICE HLT Anders Strand Vestbø The ALICE experiment at LHC The ALICE High Level Trigger (HLT) Estimated data rate (Central Pb-Pb, TPC only) 200 Hz * 75 MB = ~15

More information

The ATLAS Trigger System: Past, Present and Future

The ATLAS Trigger System: Past, Present and Future Available online at www.sciencedirect.com Nuclear and Particle Physics Proceedings 273 275 (2016) 1065 1071 www.elsevier.com/locate/nppp The ATLAS Trigger System: Past, Present and Future F. Pastore Royal

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

Ethernet Networks for the ATLAS Data Collection System: Emulation and Testing

Ethernet Networks for the ATLAS Data Collection System: Emulation and Testing Ethernet Networks for the ATLAS Data Collection System: Emulation and Testing F. Barnes, R. Beuran, R. W. Dobinson, M. J. LeVine, Member, IEEE, B. Martin, J. Lokier, and C. Meirosu Abstract-- This paper

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

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

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

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

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

Networking for Data Acquisition Systems. Fabrice Le Goff - 14/02/ ISOTDAQ

Networking for Data Acquisition Systems. Fabrice Le Goff - 14/02/ ISOTDAQ Networking for Data Acquisition Systems Fabrice Le Goff - 14/02/2018 - ISOTDAQ Outline Generalities The OSI Model Ethernet and Local Area Networks IP and Routing TCP, UDP and Transport Efficiency Networking

More information

MIP Reconstruction Techniques and Minimum Spanning Tree Clustering

MIP Reconstruction Techniques and Minimum Spanning Tree Clustering SLAC-PUB-11359 July 25 MIP Reconstruction Techniques and Minimum Spanning Tree Clustering Wolfgang F. Mader The University of Iowa, 23 Van Allen Hall, 52242 Iowa City, IA The development of a tracking

More information

S-LINK: A Prototype of the ATLAS Read-out Link

S-LINK: A Prototype of the ATLAS Read-out Link : A Prototype of the ATLAS Read-out Link Erik van der Bij, Robert McLaren, Zoltán Meggyesi EP-Division CERN, CH-1211 Geneva 23 Abstract The ATLAS data acquisition system needs over 1500 read-out links

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

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

The ATLAS Data Acquisition System: from Run 1 to Run 2

The ATLAS Data Acquisition System: from Run 1 to Run 2 Available online at www.sciencedirect.com Nuclear and Particle Physics Proceedings 273 275 (2016) 939 944 www.elsevier.com/locate/nppp The ATLAS Data Acquisition System: from Run 1 to Run 2 William Panduro

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

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

Data Reconstruction in Modern Particle Physics

Data Reconstruction in Modern Particle Physics Data Reconstruction in Modern Particle Physics Daniel Saunders, University of Bristol 1 About me Particle Physics student, final year. CSC 2014, tcsc 2015, icsc 2016 Main research interests. Detector upgrades

More information

Scenarios for a ROB system built with SHARC processors. Jos Vermeulen, 7 September 1999 Paper model results updated on 7 October 1999

Scenarios for a ROB system built with SHARC processors. Jos Vermeulen, 7 September 1999 Paper model results updated on 7 October 1999 Scenarios for a ROB system built with processors Jos Vermeulen, 7 September 1999 Paper model results updated on 7 October 1999 1 Scenario I : 6 ROBIns on normal size VME card Configuration 1. 80 Mbyte/s

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

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

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

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

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

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

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

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

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

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

The ATLAS Data Flow System for LHC Run 2

The ATLAS Data Flow System for LHC Run 2 The ATLAS Data Flow System for LHC Run 2 Andrei Kazarov on behalf of ATLAS Collaboration 1,2,a) 1 CERN, CH1211 Geneva 23, Switzerland 2 on leave from: Petersburg NPI Kurchatov NRC, Gatchina, Russian Federation

More information

A Fast Ethernet Tester Using FPGAs and Handel-C

A Fast Ethernet Tester Using FPGAs and Handel-C A Fast Ethernet Tester Using FPGAs and Handel-C R. Beuran, R.W. Dobinson, S. Haas, M.J. LeVine, J. Lokier, B. Martin, C. Meirosu Copyright 2000 OPNET Technologies, Inc. The Large Hadron Collider at CERN

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

Advanced Computer Networks. End Host Optimization

Advanced Computer Networks. End Host Optimization Oriana Riva, Department of Computer Science ETH Zürich 263 3501 00 End Host Optimization Patrick Stuedi Spring Semester 2017 1 Today End-host optimizations: NUMA-aware networking Kernel-bypass Remote Direct

More information

The Global Trigger Emulator System for the CMS experiment

The Global Trigger Emulator System for the CMS experiment The Global Trigger Emulator System for the CMS experiment K. Zachariadou a1, T. Geralis 1, S. Kyriazopoulou 1, C. Markou 1, I. Michailakis 1 Abstract--We present the development of the Global Trigger Emulator

More information

Software and computing evolution: the HL-LHC challenge. Simone Campana, CERN

Software and computing evolution: the HL-LHC challenge. Simone Campana, CERN Software and computing evolution: the HL-LHC challenge Simone Campana, CERN Higgs discovery in Run-1 The Large Hadron Collider at CERN We are here: Run-2 (Fernando s talk) High Luminosity: the HL-LHC challenge

More information

The ALICE electromagnetic calorimeter high level triggers

The ALICE electromagnetic calorimeter high level triggers Journal of Physics: Conference Series The ALICE electromagnetic calorimeter high level triggers To cite this article: F Ronchetti et al 22 J. Phys.: Conf. Ser. 96 245 View the article online for updates

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

Alternative Ideas for the CALICE Back-End System

Alternative Ideas for the CALICE Back-End System Alternative Ideas for the CALICE Back-End System Matthew Warren and Gordon Crone University College London 5 February 2002 5 Feb 2002 Alternative Ideas for the CALICE Backend System 1 Concept Based on

More information

Chapter 4. Routers with Tiny Buffers: Experiments. 4.1 Testbed experiments Setup

Chapter 4. Routers with Tiny Buffers: Experiments. 4.1 Testbed experiments Setup Chapter 4 Routers with Tiny Buffers: Experiments This chapter describes two sets of experiments with tiny buffers in networks: one in a testbed and the other in a real network over the Internet2 1 backbone.

More information

Hera-B DAQ System and its self-healing abilities

Hera-B DAQ System and its self-healing abilities Hera-B DAQ System and its self-healing abilities V.Rybnikov, DESY, Hamburg 1. HERA-B experiment 2. DAQ architecture Read-out Self-healing tools Switch SLT nodes isolation 3. Run control system 4. Self-healing

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

Study of the Higgs boson coupling to the top quark and of the b jet identification with the ATLAS experiment at the Large Hadron Collider.

Study of the Higgs boson coupling to the top quark and of the b jet identification with the ATLAS experiment at the Large Hadron Collider. Study of the Higgs boson coupling to the top quark and of the b jet identification with the ATLAS experiment at the Large Hadron Collider. Calvet Thomas CPPM, ATLAS group PhD day 25 novembre 2015 2 The

More information

New Test Results for the ALICE High Level Trigger. Timm M. Steinbeck - Kirchhoff Institute of Physics - University Heidelberg - DPG 2005 HK 41.

New Test Results for the ALICE High Level Trigger. Timm M. Steinbeck - Kirchhoff Institute of Physics - University Heidelberg - DPG 2005 HK 41. New Test Results for the ALICE High Level Trigger Timm M. Steinbeck - Kirchhoff Institute of Physics - University Heidelberg - DPG 2005 HK 41.2 1 ALICE High Level Trigger Overview ALICE: LHC heavy-ion

More information

Streaming Readout, the JLab perspective. Graham Heyes Data Acquisition Support Group Jefferson Lab

Streaming Readout, the JLab perspective. Graham Heyes Data Acquisition Support Group Jefferson Lab Streaming Readout, the JLab perspective Graham Heyes Data Acquisition Support Group Jefferson Lab Introduction After the 12 GeV accelerator upgrade all four halls took production data in Spring of this

More information

ATLANTIS - a modular, hybrid FPGA/CPU processor for the ATLAS. University of Mannheim, B6, 26, Mannheim, Germany

ATLANTIS - a modular, hybrid FPGA/CPU processor for the ATLAS. University of Mannheim, B6, 26, Mannheim, Germany ATLANTIS - a modular, hybrid FPGA/CPU processor for the ATLAS Readout Systems A. Kugel, Ch. Hinkelbein, R. Manner, M. Muller, H. Singpiel University of Mannheim, B6, 26, 68131 Mannheim, Germany fkugel,

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

Modeling Resource Utilization of a Large Data Acquisition System

Modeling Resource Utilization of a Large Data Acquisition System Modeling Resource Utilization of a Large Data Acquisition System Alejandro Santos CERN / Ruprecht-Karls-Universität Heidelberg On behalf of the ATLAS Collaboration 1 Outline Introduction ATLAS TDAQ Simulation

More information

Prompt data reconstruction at the ATLAS experiment

Prompt data reconstruction at the ATLAS experiment Prompt data reconstruction at the ATLAS experiment Graeme Andrew Stewart 1, Jamie Boyd 1, João Firmino da Costa 2, Joseph Tuggle 3 and Guillaume Unal 1, on behalf of the ATLAS Collaboration 1 European

More information

ATLAS Tracking Detector Upgrade studies using the Fast Simulation Engine

ATLAS Tracking Detector Upgrade studies using the Fast Simulation Engine Journal of Physics: Conference Series PAPER OPEN ACCESS ATLAS Tracking Detector Upgrade studies using the Fast Simulation Engine To cite this article: Noemi Calace et al 2015 J. Phys.: Conf. Ser. 664 072005

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

Event Displays and LArg

Event Displays and LArg Event Displays and LArg Columbia U. / Nevis Labs Slide 1 Introduction Displays are needed in various ways at different stages of the experiment: Software development: understanding offline & trigger algorithms

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

Track pattern-recognition on GPGPUs in the LHCb experiment

Track pattern-recognition on GPGPUs in the LHCb experiment Track pattern-recognition on GPGPUs in the LHCb experiment Stefano Gallorini 1,2 1 University and INFN Padova, Via Marzolo 8, 35131, Padova, Italy 2 CERN, 1211 Geneve 23, Switzerland DOI: http://dx.doi.org/10.3204/desy-proc-2014-05/7

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

Dominique Gigi CMS/DAQ. Siena 4th October 2006

Dominique Gigi CMS/DAQ. Siena 4th October 2006 . CMS/DAQ overview. Environment. FRL-Slink (Front-End Readout Link) - Boards - Features - Protocol with NIC & results - Production.FMM (Fast Monitoring Module) -Requirements -Implementation -Features -Production.Conclusions

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, 08/26/2016 Outline Design Optimization U-V strips readout design Large GEMs for PRad in Hall B Requirements

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

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

Performance Evaluation of Myrinet-based Network Router

Performance Evaluation of Myrinet-based Network Router Performance Evaluation of Myrinet-based Network Router Information and Communications University 2001. 1. 16 Chansu Yu, Younghee Lee, Ben Lee Contents Suez : Cluster-based Router Suez Implementation Implementation

More information

Module Performance Report. ATLAS Calorimeter Level-1 Trigger- Common Merger Module. Version February-2005

Module Performance Report. ATLAS Calorimeter Level-1 Trigger- Common Merger Module. Version February-2005 Module Performance Report ATLAS Calorimeter Level-1 Trigger- Common Merger Module B. M. Barnett, I. P. Brawn, C N P Gee Version 1.0 23 February-2005 Table of Contents 1 Scope...3 2 Measured Performance...3

More information

Developing deterministic networking technology for railway applications using TTEthernet software-based end systems

Developing deterministic networking technology for railway applications using TTEthernet software-based end systems Developing deterministic networking technology for railway applications using TTEthernet software-based end systems Project n 100021 Astrit Ademaj, TTTech Computertechnik AG Outline GENESYS requirements

More information

2008 JINST 3 S Data Acquisition. Chapter 9

2008 JINST 3 S Data Acquisition. Chapter 9 Chapter 9 Data Acquisition The architecture of the CMS Data Acquisition (DAQ) system is shown schematically in figure 9.1. The CMS Trigger and DAQ system is designed to collect and analyse the detector

More information

LHCb Computing Resources: 2018 requests and preview of 2019 requests

LHCb Computing Resources: 2018 requests and preview of 2019 requests LHCb Computing Resources: 2018 requests and preview of 2019 requests LHCb-PUB-2017-009 23/02/2017 LHCb Public Note Issue: 0 Revision: 0 Reference: LHCb-PUB-2017-009 Created: 23 rd February 2017 Last modified:

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

Field Program mable Gate Arrays

Field Program mable Gate Arrays Field Program mable Gate Arrays M andakini Patil E H E P g r o u p D H E P T I F R SERC school NISER, Bhubaneshwar Nov 7-27 2017 Outline Digital electronics Short history of programmable logic devices

More information

3D-Triplet Tracking for LHC and Future High Rate Experiments

3D-Triplet Tracking for LHC and Future High Rate Experiments 3D-Triplet Tracking for LHC and Future High Rate Experiments André Schöning Physikalisches Institut, Universität Heidelberg Workshop on Intelligent Trackers WIT 2014 University of Pennsylvania May 14-16,

More information

The data-acquisition system of the CMS experiment at the LHC

The data-acquisition system of the CMS experiment at the LHC The data-acquisition system of the CMS experiment at the LHC G Bauer 7, B Beccati 2, U Behrens 1, K Biery 6, O Bouffet 2, J Branson 5, S Bukowiec 2, E Cano 2, H Cheung 6, M Ciganek 2, S Cittolin 3a, J

More information

The Fourth Level Trigger Online Reconstruction Farm of HERA-B 1

The Fourth Level Trigger Online Reconstruction Farm of HERA-B 1 The Fourth Level Trigger Online Reconstruction Farm of HERA-B Introduction A. Gellrich 2, I.C. Legrand, H. Leich, U. Schwanke, F. Sun, P. Wegner DESY Zeuthen, D-5738 Zeuthen, Germany S. Scharein Humboldt-University,

More information

Direct photon measurements in ALICE. Alexis Mas for the ALICE collaboration

Direct photon measurements in ALICE. Alexis Mas for the ALICE collaboration Direct photon measurements in ALICE Alexis Mas for the ALICE collaboration 1 Outline I - Physics motivations for direct photon measurements II Direct photon measurements in ALICE i - Conversion method

More information

An ATCA framework for the upgraded ATLAS read out electronics at the LHC

An ATCA framework for the upgraded ATLAS read out electronics at the LHC An ATCA framework for the upgraded ATLAS read out electronics at the LHC Robert Reed School of Physics, University of the Witwatersrand, Johannesburg, South Africa E-mail: robert.reed@cern.ch Abstract.

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 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