Upgrade tracking with the UT Hits

Size: px
Start display at page:

Download "Upgrade tracking with the UT Hits"

Transcription

1 LHCb-PUB (v4) May 20, 2014 Upgrade tracking with the UT Hits P. Gandini 1, C. Hadjivasiliou 1, J. Wang 1 1 Syracuse University, USA LHCb-PUB /05/2014 Abstract The performance of the LHCb tracking system for the upgrade on long tracks is evaluated in terms of efficiency and ghost rate reduction for several different sets of requirements. We find that the efficiency is quite high and that the ghost rate reduction is substantial. We also describe the current algorithm for adding UT hits to the tracks.

2 Contents 1 Introduction The upgraded LHCb detector Track definitions Adding UT hits to long tracks Description of the algorithm UT hits and track containers Description of the algorithm Performance Useful definitions Ghost rates and efficiencies Momentum cuts Geometrical cuts Ghost rates Association efficiency for good tracks Hit efficiency and purity Requiring hits only in the acceptance of the UT detector Stress test Conclusions 12 References 12

3 Figure 1: Schematic view of the LHCb upgrade detector. 1 Introduction 1.1 The upgraded LHCb detector The upgrade of the LHCb detector is detailed in Ref. [1]. The upgraded LHCb detector is shown in Figure 1. The upgraded LHCb Tracking system will have the same geometry of the current one, with major changes in each of its composing subdetectors. It will consist of a vertex locator (VELO) [2] placed around the interaction point, a silicon strip detector located upstream of the magnet (UT) [3] and planes of scintillating fibers placed downstream of the magnet (SciFi of T stations) [3]. This note is mostly related to the UT detector. The UT maintains the general concept of the TT (four planes organized in two separate stations), but with better performance and technology optimised for the upgraded conditions of the machine. The first and the last planes have vertical strips, while those in the center are tilted at a small stereo angle of ±5 respectively. The active area of the sensor is extended close to the beam pipe, with a circular aperture of 33.4 mm from the nominal beam pipe center. 1

4 1719 mm UTbX UTbV Z X Y UTaU UTaX 66.8 mm 1338 mm 1528 mm Figure 2: Schematic view of the UT detector geometry. 1.2 Track definitions Depending on the properties of their trajectories, tracks can be divided into different classes, as sketched in Figure 3: Upstream track T track Long track Velo Velo track TT Downstream track T1 T2 Figure 3: A schematic view of the different types of charged tracks in the LHCb detector. Tracks are classified according to the detectors involved in their reconstruction. T3 2

5 Long tracks They transverse the full tracking system, from the VELO to the last tracking station, leaving hits in all the subdetectors. These tracks have the most precisely determined momentum. Upstream tracks They transverse only the VELO and the TT stations. These low momentum tracks are bent out of the detector acceptance by the magnetic field and they don t reach the tracking stations T1, T2 and T3. The momentum resolution on these tracks is usually poor. Downstream tracks They originate outside the VELO and they have hits only in the UT and T stations. Those highly displaced tracks are usually produced in the decay of long-lived particles which decay outside the fiducial volume of the VELO, e.g. K 0 S and Λ0 hadrons. VELO tracks They exit the detector angular acceptance before the UT and have hits in the VELO detector only. Usually produced at low rapidity, they are useful for the reconstruction of the primary interaction vertices. T tracks They are only observed in the T stations In this note we will concentrate only on long tracks. 1.3 Adding UT hits to long tracks UT hits are added on long tracks with the PrAddUTHitsTool tool. This is a rewriting of the existing tool for the current detector PatAddTTCoord, documented elsewhere for the current detector [4]. The code has been reorganized to pick up the new UT geometry. No major changes were required to obtain a satisfactory performance, as most of the parameters involved in the pattern recognition algorithm only depend on the magnetic field, which have not changed (same magnet). A quick preliminary optimisation was performed on MC simulations, showing comparable performance compared to the current nominal setup, therefore it will not be documented here. A more detailed and careful optimisation of the algorithm (with changes on the grouping of the hits and their χ 2 evaluation) is foreseen in the immediate future, with the main goal of getting benefits from the finer segmentation in the inner part of the detector where the occupancy is higher and so is the expected ghost rate (and misassociation of the hits). 3

6 Number of tracks History of the track Figure 4: Origin of the long tracks in the best container: 2.5% of the tracks are coming from the match algorithm, the rest from the forward algorithm. 2 Description of the algorithm 2.1 UT hits and track containers UT hits are added at the later stage of both the forward and match algorithms which are forming long tracks [3]. A full description of the tracking chain is beyond the scope of this note, therefore only the basic principles will be explained here. Tracks from the forward and match containers are then compared, cleaned (e.g. a clone killing algorithm is run to remove tracks with many hits in common) and then passed to the so-called best container. The origin of the long tracks in the best container is shown in Fig. 4. Therefore, we will concentrate mainly on forward tracks, which play a crucial role in the trigger as well. 2.2 Description of the algorithm UT hits are added in the last stages of tracking algorithms (independently for forward and match). They are added before any clone killer algorithm and additional cuts on the quality of the track. We summarise here the main steps of the algorithm. Several quantities have been optimised on simulation. Prepare Hits All the UT hits are retrieved and passed to the algorithm. VELO Extrapolation in y direction All hits are considered in a loop. The VELO segment of the track is extrapolated in the y direction to the z coordinate of the considered hit. As the bending plane is horizontal, a linear extrapolation is performed. Fringe fields have negligible impact on the predicted y. The hit is accepted if the predicted y pred is compatible with the sensor active region plus a tolerance ytol: y pred y sensor center < y sensor /2 + ytol 4

7 VELO Extrapolation in x direction The VELO segment of the track is extrapolated in the x direction to the z coordinate of the hit. The magnetic field is considered here and is represented as a kick from the VELO straight line dependent on the momentum of the track. The trajectory is therefore described as two straight lines (the VELO part and the Fiber Tracker part) intersecting at a given focal plane zutfield. The predicted x pred position is calculated as follows ( z = z hit z Velo ): x pred = x EndVelo + z dx dz [Velo] ± ttparam q p (z hit zutfield) The plus/minus sign depends on the polarity of the magnet (up/down). Hits are selected if within a window x pred x hit < xtol. Multiple scattering Multiple Scattering (MS) is taken into account projecting x hit = x pred x hit into the middle of UT and inflating it allowing some possible scattering from the original predicted position: proj hit = x hit zutproj zmspoint z hit zmspoint Sort and select Hits are sorted in a vector by increasing projections and if there are less then three hits in the container the algorithm is aborted (no hits are added to the track). Grouping of the hits Hits are grouped in a progressive way. The first projection in the vector is taken and the remaining hits are grouped if they fulfill the following empirical criterion (circular cut in the space of the parameters): proj hit proj firsthit < maxaxproj 2 (1 proj firsthit minaxproj )2 The procedure is repeated for all the hits in the array, until all groups are formed. Linear fit and χ 2 For each set of hits a linear fit is performed using a Cholesky Decomposition. An outlier-removal procedure is applied to remove hits with a bad contribution to the total χ 2. This is done iteratively until the χ 2 is below a certain threshold or there are less than four hits remaining in the set. Adding the hits The set with the smallest χ 2 and the maximum number of hits (if any) is added to the long track. 5

8 3 Performance This section presents the performance of this algorithm on MC simulated events in the upgrade conditions. A sample of about 50k events of B 0 s φφ decays at a luminosity of L = cm 2 s 1 is used to evaluate efficiencies and ghost rates. This sample has a mean number of interaction per crossing ν = 7.6 (at 25ns). The luminosity of L = cm 2 s 1 (ν = 3.8) has been also investigated for comparison. 3.1 Useful definitions Ghost rates and efficiencies We define here a couple of useful definitions used throughout the note. A ghost track is defined as a track that is not matched to any MC particles. If more than one track is associated to the same MC particle, those tracks are defined as clones. The association of a reconstructed track with a MC particle is defined in terms of hit matching (70%), i.e. n terms of the number of shared hits. Clones are considered good tracks in the definition of the ghost rate as they are the copy of the same good MC particle. The ghost rate is defined as: Ghost rate = N ghost tracks N total tracks UT hits are added on tracks and used to reduce the ghost rate, as ghost tracks coming from a wrong matching of the VELO and the Fiber Tracker parts are not supposed to have hits in the UT. A track is defined to have UT hits associated if at least three UT hits (on three different planes) have been assigned by the algorithm. It is possible to attach more than four hits to the same track if more strips (clusters) are fired on the same plane. The association efficiency for tracks, passing a defined set of cuts, is thus defined as: Association Efficiency = N tracks (with UT hits) N tracks For good (not ghost) track efficiency counters, we exclude reconstructed electrons and study the MC truth of the considered tracks, e.g. if they are coming from B meson decays (b-hadron daughters) Momentum cuts Several momentum cuts have been investigated in the note. For ghost rates, we considered three different sets of cuts applied to all the long tracks considered: All tracks: All long tracks in the containers p > 5 GeV/c: All long tracks with p > 5 GeV/c Trigger-like: All long tracks with p > 3 GeV/c and p T > 0.5 GeV/c 6

9 3.1.3 Geometrical cuts We considered cuts on the pseudorapidity of the tracks and on the fiducial volume of the UT detector (e.g. excluding tracks outside the detector acceptance). The η ranges considered are: 0 < η < 2 < η < 5 Tracks are defined to be inside the Geometrical acceptance (later referred to as in Geom) if they don t fall inside the beam pipe and they cross the active area of each of the four UT planes. Tracks are fully propagated in the magnetic field to calculate their spacial position at each plane. 3.2 Ghost rates The ghost rates for the forward track container (see Sec. 2.1) is summarised in Tab. 1. Rates are shown as a function of transverse momentum and number of visible Primary Vertices (at least 4 VELO tracks used for the PV reconstruction) in Fig. 5. The effect of adding UT hits is also shown. L = cm 2 s 1 (ν = 7.6) L = cm 2 s 1 (ν = 3.8) Ghost rate (all tracks) with UT hits (all tracks) Ghost rate (all tracks) with UT hits (all tracks) 0 < η < All tracks 42.6% 24.7% (rel ) 24.8% 14.5% (rel ) p > 5 GeV/c 40.1% 19.6% (rel ) 23.0% 10.8% (rel ) Trigger-like 35.5% 10.3% (rel ) 14.2% 4.3% (rel ) 2 < η < 5 All tracks 38.7% 23.8% (rel ) 21.5% 14.1% (rel ) p > 5 GeV/c 35.7% 19.0% (rel ) 18.6% 10.4% (rel ) Trigger-like 34.0% 10.3% (rel ) 13.0% 4.3% (rel ) Ghost rate (in Geom) with UT hits (in Geom) Ghost rate (in Geom) with UT hits (in Geom) 0 < η < All tracks 38.8 % 23.4 % (rel ) 21.0 % 13.8 % (rel ) p > 5 GeV/c 34.8 % 18.3 % (rel ) 17.7 % 9.9 % (rel ) Trigger-like 33.6 % 10.2 % (rel ) 12.7 % 4.2 % (rel ) 2 < η < 5 All tracks 38.1 % 23.2 % (rel ) 20.9 % 13.8 % (rel ) p > 5 GeV/c 34.9 % 18.3 % (rel ) 17.8 % 10.0 % (rel ) Trigger-like 33.7 % 10.2 % (rel ) 12.8 % 4.2 % (rel ) Table 1: forward container: mean ghost rates for different requirements and samples. 3.3 Association efficiency for good tracks The reconstruction efficiency is measured using simulation by comparing the number of correctly reconstructed tracks (good tracks) with and without UT hits assigned. Tracks are defined to be correctly reconstructed if the Velo and T station parts of the track are 7

10 ghostrate forward forward (with UT Hits) ghostrate forward forward (with UT Hits) Pt [MeV/c] ghostrate forward forward (with UT Hits) P [MeV/c] #PV Figure 5: Ghost rates as a function of momentum and number of visible Primary Vertices (forward container L = cm 2 s 1 (ν = 7.6)). associated to the same MC particle. The UT hits are considered correctly reconstructed if he Velo and T station parts of the track are associated to the same MC particle and he added UT hits are associated to the same MC particle as well. UT hit efficiencies are calculated for different requirements and specific requests on the minimum number of layers which must be fired by the associated MC particle in order for the hits to be reconstructible by the algorithm itself. Results are presented in Tab. 2 and plotted in Fig. 6. Here are some useful definition to understand the tables: All: all good tracks are considered 2 < η < 5: this geometrical cut is applied on the tracks in Geom: tracks are defined to be inside the geometrical acceptance of the detector. Tracks are fully propagated in the magnetic field to calculate their spacial position at each plane. Tracks inside the beam pipe and outside the active area of each of the four UT planes are excluded. Minimum Hits: the MC particle associated to the track is required to have at least 3 digitalised hits in 3 different planes. If this is not the case, the algorithm cannot add UT hits by definition, therefore this requirement is supposed to show the performance of the pure pattern recognition part (no detector inefficiencies included). 8

11 L = cm 2 s 1 (ν = 7.6) L = cm 2 s 1 (ν = 3.8) All 2 < η < 5 in Geom Minimum Hits All 2 < η < 5 in Geom Minimum Hits long 92.5% 97.9% 99.0% 99.0% 92.5% 97.8% 99.0% 99.0% long [p > 5 GeV/c] 90.1% 97.2% 98.7% 98.7% 90.1% 97.2% 98.8% 98.8% long [Trigger-like] 94.8% 97.8% 98.7% 98.7% 95.0% 97.9% 98.8% 98.8% long fromb 96.3% 98.3% 98.9% 98.9% 96.2% 98.4% 99.1% 99.1% long fromb [p > 5 GeV/c] 95.8% 98.1% 98.8% 98.8% 95.7% 98.2% 99.0% 99.0% long fromb [Trigger-like] 96.9% 98.3% 98.8% 98.8% 96.9% 98.4% 99.0% 99.0% Table 2: forward container: association efficiencies for different requirements on η and the number of hits left by the MC particle. Efficiency of association All long Long from B Pt [MeV/c] 1.05 Efficiency of association All long Long from B Efficiency of association All long Long from B #PVs P [MeV/c] Figure 6: Efficiency of association as a function of momentum and npv (for all tracks inside the geometrical acceptance) Hit efficiency and purity In this section we investigate the quality of the hits added to both good and ghost tracks. The mean number of hits (and layers) added per track is shown in Tab. 3. The number of ghost tracks which pass the UT hit requirements (more than 3 layers) is also shown for the different cuts. The hit purity is defined as: Hit Purity = N true hits added N total added 9

12 while the single hit efficiency is defined as: Hit Efficiency = Those quantities are shown in Fig. 7. N true hits added N true generated hits <nut hits> added <nut layers> Ghosts with UT requirement All Ghost tracks % Ghosts [p > 5 GeV/c] % Ghosts [Trigger-like] % <nut hits> added <nut layers> Hit Purity Hit Efficiency All Good tracks Good [p > 5 GeV/c] Good [Trigger-like] All Good fromb Good fromb [p > 5 GeV/c] Good fromb [Trigger-like] Table 3: Statistics on the quality of the UT hits added on ghost and good tracks (with different requirements). The fraction of ghosts which has 3 or more UT layers is also shown/ Tracks are required to have 2 < η < 5 and are taken from the forward container. Luminosity is L = cm 2 s 1 (ν = 7.6). Purity Efficiency All long 0.85 All long Long from B P [MeV/c] Long from B P [MeV/c] Figure 7: Hit Purities and Efficiencies versus transverse momentum. 10

13 3.5 Requiring hits only in the acceptance of the UT detector In this test we consider a more refined requirement on the tracks, requiring UT hits only on tracks which are inside the active area of the detector. E.g. tracks in the beam pipe don t have UT hits by definition, therefore no requirement should be applied concerning a possible UT confirmation. We apply this request: if a track is in the geometrical acceptance of the UT, a decision is made on the UT hits. The track is kept only if it has at least 3 planes fired. if the track is in the beam hole, or outside the planes, no decision is made and the track is always kept. Results are shown in Tab. 4 and 5. No cut on η is applied. The fraction of ghosts and good tracks is also presented in the table, showing that ghosts are mostly concentrated in the beam-hole region. The η distributions are shown in Fig. 8 Ghost rate Ghost rate (UT Hits, new requirement) Ghosts in Geom. Acceptance 2 < η < 5 All tracks 42.6 % 30.6 % (rel ) 78.9 % p > 5 GeV/c 40.1 % 28.2 % (rel ) 71.8 % Trigger-like 35.5 % 15.1 % (rel ) 87.7 % Table 4: forward container: mean ghost rates. L = cm 2 s 1 (ν = 7.6). Overall Efficiency (UT Hits, new requirement) Good in Geom. Acceptance long 99.1% 92.4 % long [p > 5 GeV/c] 98.9% 89.9 % long [Trigger-like] 98.7% 95.6 % long fromb 99.0% 96.8 % long fromb [p > 5 GeV/c] 98.9% 96.4 % long fromb [Trigger-like] 98.9% 97.7 % Table 5: forward container: Efficiencies. L = cm 2 s 1 (ν = 7.6). Fraction of good tracks All long Long from B η ghostrate forward forward (with UT Hits) η Figure 8: Distribution of Good tracks and ghost rates as a function of the pseudorapidity. 11

14 3.6 Stress test We use here a simulation with worse performance in the electronics of the UT detector [3]. We compare the tracks coming from the forward container. Stress Test Nominal electronics Ghost rate Ghost rate (UT Hits) Ghost rate Ghost rate (UT Hits) 2 < η < 5 All tracks 39.1 % 24.4 % (rel ) 38.8 % 24.3 % (rel ) p > 5 GeV/c 36.5 % 19.5 % (rel ) 36.2 % 19.6 % (rel ) Trigger-like 35.6 % 10.2 % (rel ) 35.1 % 10.3 % (rel ) Table 6: forward container: (1000evt) mean ghost rates for the stress test sample. L = cm 2 s 1 (ν = 7.6). Stress Test Nominal electronics 2 < η < 5 Minimum Hits 2 < η < 5 Minimum Hits long 97.6% 98.9% 97.9% 99.0% long [p > 5 GeV/c] 96.8% 98.6% 97.1% 98.7% long [Trigger-like] 97.6% 98.6% 97.9% 98.7% long fromb 98.0% 98.8% 98.2% 98.8% long fromb [p > 5 GeV/c] 97.7% 98.6% 98.0% 98.7% long fromb [Trigger-like] 97.8% 98.6% 98.1% 98.7% Table 7: forward container: (1000evt) association efficiencies for the stress test sample. L = cm 2 s 1 (ν = 7.6). 4 Conclusions The performance of the PrAddUTHitsTool algorithm has been presented. We investigated its use on tracks taken from the forward, match and best containers separately. UT hits are very useful to reduce ghost rates up to a factor of 4 (depending on the specific requirements), while maintaining very high efficiencies on interesting tracks useful for B-physics. Further optimisations of the algorithm are foreseen in the immediate future to improve the good-track efficiency and integrate this tool with the VeloUT [5] algorithm. We would like to thank the UT software and hardware groups, especially E. Bowen, B. Storaci, A. Davis and M. De Cian for their precious help in the work performed in this note. References [1] L. Collaboration, Framework TDR for the LHCb Upgrade: Technical Design Report, Tech. Rep. CERN-LHCC LHCb-TDR-12, CERN, Geneva, Apr, [2] L. Collaboration, LHCb VELO Upgrade Technical Design Report, Tech. Rep. CERN- LHCC LHCB-TDR-013, CERN, Geneva, Nov,

15 [3] L. Collaboration, LHCb Tracker Upgrade Technical Design Report, Tech. Rep. CERN- LHCC LHCB-TDR-015, CERN, Geneva, Feb, [4] O. Callot and S. Hansmann-Menzemer, The forward tracking: Algorithm and performance studies, Tech. Rep. LHCb CERN-LHCb , CERN, Geneva, May, [5] E. Bowen and B. Storaci, VeloUT tracking software for the LHCb Upgrade, Tech. Rep. LHCb-PUB CERN-LHCb-PUB LHCb-INT , CERN, Geneva, Dec,

Machine learning and parallelism in the reconstruction of LHCb and its upgrade

Machine learning and parallelism in the reconstruction of LHCb and its upgrade Machine learning and parallelism in the reconstruction of LHCb and its upgrade Marian Stahl on behalf of the LHCb collaboration Physikalisches Institut der Universität Heidelberg, Germany E-mail: marian.stahl@cern.ch

More information

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

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

More information

Where do we use Machine learning and where do want to improve?

Where do we use Machine learning and where do want to improve? Tracking@LHCb Where do we use Machine learning and where do want to improve? Sascha Stahl, CERN Paul Seyfert, INFN On behalf of LHCb DS@HEP 07.07.2016 The LHCb detector Vertex and track finding Particle

More information

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

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

More information

Expected Performance of the ATLAS Inner Tracker at the High-Luminosity LHC

Expected Performance of the ATLAS Inner Tracker at the High-Luminosity LHC Expected Performance of the ATLAS Inner Tracker at the High-Luminosity LHC Noemi Calace noemi.calace@cern.ch On behalf of the ATLAS Collaboration 25th International Workshop on Deep Inelastic Scattering

More information

The LHCb trigger system: performance and outlook

The LHCb trigger system: performance and outlook : performance and outlook Scuola Normale Superiore and INFN Pisa E-mail: simone.stracka@cern.ch The LHCb experiment is a spectrometer dedicated to the study of heavy flavor at the LHC. The rate of proton-proton

More information

The LHCb trigger system

The LHCb trigger system IL NUOVO CIMENTO Vol. 123 B, N. 3-4 Marzo-Aprile 2008 DOI 10.1393/ncb/i2008-10523-9 The LHCb trigger system D. Pinci( ) INFN, Sezione di Roma - Rome, Italy (ricevuto il 3 Giugno 2008; pubblicato online

More information

PoS(LHCP2018)031. ATLAS Forward Proton Detector

PoS(LHCP2018)031. ATLAS Forward Proton Detector . Institut de Física d Altes Energies (IFAE) Barcelona Edifici CN UAB Campus, 08193 Bellaterra (Barcelona), Spain E-mail: cgrieco@ifae.es The purpose of the ATLAS Forward Proton (AFP) detector is to measure

More information

The upgrade of the LHCb trigger for Run III

The upgrade of the LHCb trigger for Run III The upgrade of the LHCb trigger for Run III Mark Whitehead on behalf of the LHCb collaboration Introduction LHCb upgrade for Run III Detector upgrades to cope with increased luminosity Run II L =4 32 cm

More information

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

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

More information

The upgrade of the LHCb trigger for Run III

The upgrade of the LHCb trigger for Run III The upgrade of the LHCb trigger for Run III CERN Email: mark.p.whitehead@cern.ch The LHCb upgrade will take place in preparation for data taking in LHC Run III. An important aspect of this is the replacement

More information

The LHCb Vertex Locator : Marina Artuso, Syracuse University for the VELO Group

The LHCb Vertex Locator : Marina Artuso, Syracuse University for the VELO Group The LHCb Vertex Locator : status and future perspectives Marina Artuso, Syracuse University for the VELO Group The LHCb Detector Mission: Expore interference of virtual new physics particle in the decays

More information

LHCb Trigger & DAQ Design technology and performance. Mika Vesterinen ECFA High Luminosity LHC Experiments Workshop 8/10/2016

LHCb Trigger & DAQ Design technology and performance. Mika Vesterinen ECFA High Luminosity LHC Experiments Workshop 8/10/2016 LHCb Trigger & DAQ Design technology and performance Mika Vesterinen ECFA High Luminosity LHC Experiments Workshop 8/10/2016 2 Introduction The LHCb upgrade will allow 5x higher luminosity and with greatly

More information

Summer Student project report

Summer Student project report Summer Student project report Mika Väänänen September 1, 2017 Abstract In this report I give a brief overview of my activities during the summer student project. I worked on the scintillating fibre (SciFi)

More information

Upgrade of the CMS Tracker for the High Luminosity LHC

Upgrade of the CMS Tracker for the High Luminosity LHC Upgrade of the CMS Tracker for the High Luminosity LHC * CERN E-mail: georg.auzinger@cern.ch The LHC machine is planning an upgrade program which will smoothly bring the luminosity to about 5 10 34 cm

More information

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

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

More information

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

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

More information

Track Triggers for ATLAS

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

More information

arxiv: v2 [physics.ins-det] 13 Oct 2015

arxiv: v2 [physics.ins-det] 13 Oct 2015 Preprint typeset in JINST style - HYPER VERSION Level-1 pixel based tracking trigger algorithm for LHC upgrade arxiv:1506.08877v2 [physics.ins-det] 13 Oct 2015 Chang-Seong Moon and Aurore Savoy-Navarro

More information

Status of the LHCb Experiment

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

More information

Silicon Sensor and Detector Developments for the CMS Tracker Upgrade

Silicon Sensor and Detector Developments for the CMS Tracker Upgrade Silicon Sensor and Detector Developments for the CMS Tracker Upgrade Università degli Studi di Firenze and INFN Sezione di Firenze E-mail: candi@fi.infn.it CMS has started a campaign to identify the future

More information

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

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

More information

Stato del progetto RICH di LHCb. CSN1 Lecce, 24 settembre 2003

Stato del progetto RICH di LHCb. CSN1 Lecce, 24 settembre 2003 Stato del progetto RICH di LHCb CSN1 Lecce, 24 settembre 2003 LHCb RICH detectors Particle ID over 1 100 GeV/c provided by 2 RICH detectors RICH2: No major changes since RICH TDR PRR in february 2003 Superstructure

More information

3.1 Introduction, design of HERA B

3.1 Introduction, design of HERA B 3. THE HERA B EXPERIMENT In this chapter we discuss the setup of the HERA B experiment. We start with an introduction on the design of HERA B (section 3.1) and a short description of the accelerator (section

More information

Pixel sensors with different pitch layouts for ATLAS Phase-II upgrade

Pixel sensors with different pitch layouts for ATLAS Phase-II upgrade Pixel sensors with different pitch layouts for ATLAS Phase-II upgrade Different pitch layouts are considered for the pixel detector being designed for the ATLAS upgraded tracking system which will be operating

More information

Physics at the LHC and Beyond Quy Nhon, Aug 10-17, The LHCb Upgrades. Olaf Steinkamp. on behalf of the LHCb collaboration.

Physics at the LHC and Beyond Quy Nhon, Aug 10-17, The LHCb Upgrades. Olaf Steinkamp. on behalf of the LHCb collaboration. Physics at the LHC and Beyond Quy Nhon, Aug 10-17, 2014 The LHCb Upgrades Olaf Steinkamp on behalf of the LHCb collaboration [olafs@physik.uzh.ch] Physics at the LHC and Beyond Quy Nhon, Aug 10-17, 2014

More information

VELO: the LHCb Vertex Detector

VELO: the LHCb Vertex Detector LHCb note 2002-026 VELO VELO: the LHCb Vertex Detector J. Libby on behalf of the LHCb collaboration CERN, Meyrin, Geneva 23, CH-1211, Switzerland Abstract The Vertex Locator (VELO) of the LHCb experiment

More information

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

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

More information

Resolution studies on silicon strip sensors with fine pitch

Resolution studies on silicon strip sensors with fine pitch Resolution studies on silicon strip sensors with fine pitch Stephan Hänsel This work is performed within the SiLC R&D collaboration. LCWS 2008 Purpose of the Study Evaluate the best strip geometry of silicon

More information

1.1 The Muon Veto Detector (MUV)

1.1 The Muon Veto Detector (MUV) 1.1 The Muon Veto Detector (MUV) 1.1 The Muon Veto Detector (MUV) 1.1.1 Introduction 1.1.1.1 Physics Requirements and General Layout In addition to the straw chambers and the RICH detector, further muon

More information

Pixel hybrid photon detectors

Pixel hybrid photon detectors Pixel hybrid photon detectors for the LHCb-RICH system Ken Wyllie On behalf of the LHCb-RICH group CERN, Geneva, Switzerland 1 Outline of the talk Introduction The LHCb detector The RICH 2 counter Overall

More information

CMS Silicon Strip Tracker: Operation and Performance

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

More information

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

CMS Note Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland Available on CMS information server CMS NOTE 1997/084 The Compact Muon Solenoid Experiment CMS Note Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 29 August 1997 Muon Track Reconstruction Efficiency

More information

Why Consider a Toroid Spectrometer Built Around Existing Hardware?

Why Consider a Toroid Spectrometer Built Around Existing Hardware? Why Consider a Toroid Spectrometer Built Around Existing Hardware? Potentially a cleaver / faster / cheaper solution for going after some of the physics than the proposed ~50 M$s wish list worth of post

More information

Tracking and Alignment in the CMS detector

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

More information

Operation and Performance of the ATLAS Level-1 Calorimeter and Level-1 Topological Triggers in Run 2 at the LHC

Operation and Performance of the ATLAS Level-1 Calorimeter and Level-1 Topological Triggers in Run 2 at the LHC Operation and Performance of the ATLAS Level-1 Calorimeter and Level-1 Topological Triggers in Run 2 at the LHC Kirchhoff-Institute for Physics (DE) E-mail: sebastian.mario.weber@cern.ch ATL-DAQ-PROC-2017-026

More information

Phase 1 upgrade of the CMS pixel detector

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

More information

arxiv: v1 [hep-ex] 12 Nov 2010

arxiv: v1 [hep-ex] 12 Nov 2010 Trigger efficiencies at BES III N. Berger ;) K. Zhu ;2) Z.A. Liu D.P. Jin H. Xu W.X. Gong K. Wang G. F. Cao : Institute of High Energy Physics, Chinese Academy of Sciences, Beijing 49, China arxiv:.2825v

More information

CMS Tracker Upgrades. R&D Plans, Present Status and Perspectives. Benedikt Vormwald Hamburg University on behalf of the CMS collaboration

CMS Tracker Upgrades. R&D Plans, Present Status and Perspectives. Benedikt Vormwald Hamburg University on behalf of the CMS collaboration R&D Plans, Present Status and Perspectives Benedikt Vormwald Hamburg University on behalf of the CMS collaboration EPS-HEP 2015 Vienna, 22.-29.07.2015 CMS Tracker Upgrade Program LHC HL-LHC ECM[TeV] 7-8

More information

Overview of the LHCb Upstream Tracker (UT)

Overview of the LHCb Upstream Tracker (UT) Overview of the LHCb Upstream Tracker (UT) William C. Parker University of Maryland On behalf of the LHCb Collaboration September 27, 2016 Outline LHCb upgrade plans Purpose of the Upstream Tracker UT

More information

What do the experiments want?

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

More information

PoS(Vertex 2016)071. The LHCb VELO for Phase 1 Upgrade. Cameron Dean, on behalf of the LHCb Collaboration

PoS(Vertex 2016)071. The LHCb VELO for Phase 1 Upgrade. Cameron Dean, on behalf of the LHCb Collaboration The LHCb VELO for Phase 1 Upgrade, on behalf of the LHCb Collaboration University of Glasgow E-mail: cameron.dean@cern.ch Large Hadron Collider beauty (LHCb) is a dedicated experiment for studying b and

More information

The design and performance of the ATLAS jet trigger

The design and performance of the ATLAS jet trigger th International Conference on Computing in High Energy and Nuclear Physics (CHEP) IOP Publishing Journal of Physics: Conference Series () doi:.88/7-696/// he design and performance of the ALAS jet trigger

More information

HPS Upgrade Proposal

HPS Upgrade Proposal HPS Upgrade Proposal HPS collaboration July 20, 2017 Analysis of the HPS engineering run data showed worse than expected reach in both the bump hunt and the vertexing searches. These reach discrepancies

More information

The LHCb Silicon Tracker

The LHCb Silicon Tracker Journal of Instrumentation OPEN ACCESS The LHCb Silicon Tracker To cite this article: C Elsasser 214 JINST 9 C9 View the article online for updates and enhancements. Related content - Heavy-flavour production

More information

CMS SLHC Tracker Upgrade: Selected Thoughts, Challenges and Strategies

CMS SLHC Tracker Upgrade: Selected Thoughts, Challenges and Strategies : Selected Thoughts, Challenges and Strategies CERN Geneva, Switzerland E-mail: marcello.mannelli@cern.ch Upgrading the CMS Tracker for the SLHC presents many challenges, of which the much harsher radiation

More information

The LHCb Vertex Locator (VELO) Pixel Detector Upgrade

The LHCb Vertex Locator (VELO) Pixel Detector Upgrade Home Search Collections Journals About Contact us My IOPscience The LHCb Vertex Locator (VELO) Pixel Detector Upgrade This content has been downloaded from IOPscience. Please scroll down to see the full

More information

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

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

More information

The Run-2 ATLAS. ATLAS Trigger System: Design, Performance and Plans

The Run-2 ATLAS. ATLAS Trigger System: Design, Performance and Plans The Run-2 ATLAS Trigger System: Design, Performance and Plans 14th Topical Seminar on Innovative Particle and Radiation Detectors October 3rd October 6st 2016, Siena Martin zur Nedden Humboldt-Universität

More information

arxiv:physics/ v1 [physics.ins-det] 19 Oct 2001

arxiv:physics/ v1 [physics.ins-det] 19 Oct 2001 arxiv:physics/0110054v1 [physics.ins-det] 19 Oct 2001 Performance of the triple-gem detector with optimized 2-D readout in high intensity hadron beam. A.Bondar, A.Buzulutskov, L.Shekhtman, A.Sokolov, A.Vasiljev

More information

The LHCb VELO Upgrade

The LHCb VELO Upgrade Available online at www.sciencedirect.com Physics Procedia 37 (2012 ) 1055 1061 TIPP 2011 - Technology and Instrumentation in Particle Physics 2011 The LHCb VELO Upgrade D. Hynds 1, on behalf of the LHCb

More information

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

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

More information

Hardware Trigger Processor for the MDT System

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

More information

arxiv: v2 [physics.ins-det] 24 Oct 2012

arxiv: v2 [physics.ins-det] 24 Oct 2012 Preprint typeset in JINST style - HYPER VERSION The LHCb VERTEX LOCATOR performance and VERTEX LOCATOR upgrade arxiv:1209.4845v2 [physics.ins-det] 24 Oct 2012 Pablo Rodríguez Pérez a, on behalf of the

More information

Phase II Tracking: What is the light at the end of the LHC tunnel? A very short introduction

Phase II Tracking: What is the light at the end of the LHC tunnel? A very short introduction Phase II Tracking: What is the light at the end of the LHC tunnel? A very short introduction Slides by Chris Parkes 1 LHC Schedule & LHCb LHCb Run 2 LHC PHASE I LHCb Upgrade I(a) LHCb Upgrade I(b) LHC

More information

arxiv: v1 [physics.ins-det] 25 Feb 2013

arxiv: v1 [physics.ins-det] 25 Feb 2013 The LHCb VELO Upgrade Pablo Rodríguez Pérez on behalf of the LHCb VELO group a, a University of Santiago de Compostela arxiv:1302.6035v1 [physics.ins-det] 25 Feb 2013 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15

More information

The LHCb VELO Upgrade. Stefano de Capua on behalf of the LHCb VELO group

The LHCb VELO Upgrade. Stefano de Capua on behalf of the LHCb VELO group The LHCb VELO Upgrade Stefano de Capua on behalf of the LHCb VELO group Overview [J. Instrum. 3 (2008) S08005] LHCb / Current VELO / VELO Upgrade Posters M. Artuso: The Silicon Micro-strip Upstream Tracker

More information

CMS Paper. Performance of CMS Muon Reconstruction in Cosmic-Ray Events. arxiv: v2 [physics.ins-det] 29 Jan The CMS Collaboration

CMS Paper. Performance of CMS Muon Reconstruction in Cosmic-Ray Events. arxiv: v2 [physics.ins-det] 29 Jan The CMS Collaboration CMS PAPER CF-9-14 CMS Paper 21/1/28 arxiv:911.4994v2 [physics.ins-det] 29 Jan 21 Performance of CMS Muon Reconstruction in Cosmic-Ray Events he CMS Collaboration Abstract he performance of muon reconstruction

More information

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

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

More information

The VELO Upgrade. Eddy Jans, a (on behalf of the LHCb VELO Upgrade group) a

The VELO Upgrade. Eddy Jans, a (on behalf of the LHCb VELO Upgrade group) a The VELO Upgrade Eddy Jans, a (on behalf of the LHCb VELO Upgrade group) a Nikhef, Science Park 105, 1098 XG Amsterdam, The Netherlands E-mail: e.jans@nikhef.nl ABSTRACT: A significant upgrade of the LHCb

More information

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

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

More information

What's the Deal With All These Tracking Strategies?

What's the Deal With All These Tracking Strategies? What's the Deal With All These Tracking Strategies? Omar Moreno Santa Cruz Institute for Particle Physics University of California, Santa Cruz omoreno1@ucsc.edu October 26-28, 2015 Some Preliminaries All

More information

The LHCb Experiment. Experiment and what comes after. O. Ullaland Ljubljana January Theodor Kittelsen, Soria Moria (with modifications)

The LHCb Experiment. Experiment and what comes after. O. Ullaland Ljubljana January Theodor Kittelsen, Soria Moria (with modifications) The LHCb Experiment. Our Path to a Running Experiment and what comes after. O. Ullaland Ljubljana January 2008 Theodor Kittelsen, Soria Moria (with modifications) 1 LHCb is dedicated to the Search for

More information

CMS electron and _ photon performance at s = 13 TeV. Francesco Micheli on behalf of CMS Collaboration

CMS electron and _ photon performance at s = 13 TeV. Francesco Micheli on behalf of CMS Collaboration CMS electron and _ photon performance at s = 13 TeV on behalf of CMS Collaboration 2 Electrons and Photons @ CMS Electrons and photons are crucial for CMS physics program: SM precision physics, Higgs coupling

More information

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

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

More information

Real-time flavour tagging selection in ATLAS. Lidija Živković, Insttut of Physics, Belgrade

Real-time flavour tagging selection in ATLAS. Lidija Živković, Insttut of Physics, Belgrade Real-time flavour tagging selection in ATLAS Lidija Živković, Insttut of Physics, Belgrade On behalf of the collaboration Outline Motivation Overview of the trigger b-jet trigger in Run 2 Future Fast TracKer

More information

ATLAS ITk and new pixel sensors technologies

ATLAS ITk and new pixel sensors technologies IL NUOVO CIMENTO 39 C (2016) 258 DOI 10.1393/ncc/i2016-16258-1 Colloquia: IFAE 2015 ATLAS ITk and new pixel sensors technologies A. Gaudiello INFN, Sezione di Genova and Dipartimento di Fisica, Università

More information

The Commissioning of the ATLAS Pixel Detector

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

More information

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

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

More information

PoS(VERTEX2015)008. The LHCb VELO upgrade. Sophie Elizabeth Richards. University of Bristol

PoS(VERTEX2015)008. The LHCb VELO upgrade. Sophie Elizabeth Richards. University of Bristol University of Bristol E-mail: sophie.richards@bristol.ac.uk The upgrade of the LHCb experiment is planned for beginning of 2019 unitl the end of 2020. It will transform the experiment to a trigger-less

More information

Attilio Andreazza INFN and Università di Milano for the ATLAS Collaboration The ATLAS Pixel Detector Efficiency Resolution Detector properties

Attilio Andreazza INFN and Università di Milano for the ATLAS Collaboration The ATLAS Pixel Detector Efficiency Resolution Detector properties 10 th International Conference on Large Scale Applications and Radiation Hardness of Semiconductor Detectors Offline calibration and performance of the ATLAS Pixel Detector Attilio Andreazza INFN and Università

More information

Layout and prototyping of the new ATLAS Inner Tracker for the High Luminosity LHC

Layout and prototyping of the new ATLAS Inner Tracker for the High Luminosity LHC Layout and prototyping of the new ATLAS Inner Tracker for the High Luminosity LHC Ankush Mitra, University of Warwick, UK on behalf of the ATLAS ITk Collaboration PSD11 : The 11th International Conference

More information

4.2 Description of the system

4.2 Description of the system 4 T H E P I L E - U P S Y S T E M 4.1 Introduction The Pile-Up (PU) system was originally designed to detect multiple interactions in the same bunch crossing and to remove crowded events at the hardware

More information

Sensor production readiness

Sensor production readiness Sensor production readiness G. Bolla, Purdue University for the USCMS FPIX group PMG review 02/25/2005 2/23/2005 1 Outline Sensor requirements Geometry Radiation hardness Development Guard Rings P stops

More information

Beam Condition Monitors and a Luminometer Based on Diamond Sensors

Beam Condition Monitors and a Luminometer Based on Diamond Sensors Beam Condition Monitors and a Luminometer Based on Diamond Sensors Wolfgang Lange, DESY Zeuthen and CMS BRIL group Beam Condition Monitors and a Luminometer Based on Diamond Sensors INSTR14 in Novosibirsk,

More information

R&D for ILC detectors

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

More information

CMS Phase 2 Upgrade: Preliminary Plan and Cost Estimate

CMS Phase 2 Upgrade: Preliminary Plan and Cost Estimate CMS Phase 2 Upgrade: Preliminary Plan and Cost Estimate CMS Collaboration Submitted to the CERN LHC Experiments Resource Review Board October 2013 Abstract With the major discovery of a Higgs boson in

More information

Performance of 8-stage Multianode Photomultipliers

Performance of 8-stage Multianode Photomultipliers Performance of 8-stage Multianode Photomultipliers Introduction requirements by LHCb MaPMT characteristics System integration Test beam and Lab results Conclusions MaPMT Beetle1.2 9 th Topical Seminar

More information

Q1-2 Q3-4 Q1-2 Q3-4 Q1-2 Q3-4 Q1-2 Q3-4 Q1-2 Q3-4 Q1-2 Q3-4 Q1-2 Q3-4 Q1-2 Q3-4 Q1-2 Q3-4 Q1-2 Q3-4. Final design and pre-production.

Q1-2 Q3-4 Q1-2 Q3-4 Q1-2 Q3-4 Q1-2 Q3-4 Q1-2 Q3-4 Q1-2 Q3-4 Q1-2 Q3-4 Q1-2 Q3-4 Q1-2 Q3-4 Q1-2 Q3-4. Final design and pre-production. high-granularity sfcal Performance simulation, option selection and R&D Figure 41. Overview of the time-line and milestones for the implementation of the high-granularity sfcal. tooling and cryostat modification,

More information

Totem Experiment Status Report

Totem Experiment Status Report Totem Experiment Status Report Edoardo Bossini (on behalf of the TOTEM collaboration) 131 st LHCC meeting 1 Outline CT-PPS layout and acceptance Running operation Detector commissioning CT-PPS analysis

More information

A Characterisation of the ATLAS ITk High Rapidity Modules in AllPix and EUTelescope

A Characterisation of the ATLAS ITk High Rapidity Modules in AllPix and EUTelescope A Characterisation of the ATLAS ITk High Rapidity Modules in AllPix and EUTelescope Ryan Justin Atkin (rjatkin93@gmail.com) University of Cape Town CERN Summer Student Project Report Supervisors: Dr. Andrew

More information

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

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

More information

Track and Vertex Reconstruction on GPUs for the Mu3e Experiment

Track and Vertex Reconstruction on GPUs for the Mu3e Experiment Track and Vertex Reconstruction on GPUs for the Mu3e Experiment Dorothea vom Bruch for the Mu3e Collaboration GPU Computing in High Energy Physics, Pisa September 11th, 2014 Physikalisches Institut Heidelberg

More information

The CMS electromagnetic calorimeter barrel upgrade for High-Luminosity LHC

The CMS electromagnetic calorimeter barrel upgrade for High-Luminosity LHC Journal of Physics: Conference Series OPEN ACCESS The CMS electromagnetic calorimeter barrel upgrade for High-Luminosity LHC To cite this article: Philippe Gras and the CMS collaboration 2015 J. Phys.:

More information

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

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

More information

LHC Experiments - Trigger, Data-taking and Computing

LHC Experiments - Trigger, Data-taking and Computing Physik an höchstenergetischen Beschleunigern WS17/18 TUM S.Bethke, F. Simon V6: Trigger, data taking, computing 1 LHC Experiments - Trigger, Data-taking and Computing data rates physics signals ATLAS trigger

More information

BaBar and PEP II. Physics

BaBar and PEP II. Physics BaBar and PEP II BaBar SVT DCH DIRC ECAL IFR Trigger Carsten Hast LAL Orsay December 8th 2000 Physics Main Goal: CP Violation sin2β,sin2α PEP II Performance Backgrounds December 8th 2000 Carsten Hast PEP

More information

Study of the ALICE Time of Flight Readout System - AFRO

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

More information

Beauty Experiments at the LHC

Beauty Experiments at the LHC Beauty Experiments at the LHC Historical perspective. Why propose fixed target experiments? Gajet: beautiful beauty trigger LHB: 800 Tesla magnet and life-target. Proposed collider experiments What does

More information

CMS Pixel Detector design for HL-LHC

CMS Pixel Detector design for HL-LHC Journal of Instrumentation OPEN ACCESS CMS Pixel Detector design for HL-LHC To cite this article: E. Migliore View the article online for updates and enhancements. Related content - The CMS Data Acquisition

More information

The MUSE experiment. Technical Overview. Guy Ron (for the MUSE collaboration) Hebrew University of Jerusalem

The MUSE experiment. Technical Overview. Guy Ron (for the MUSE collaboration) Hebrew University of Jerusalem The MUSE experiment Technical Overview Guy Ron (for the MUSE collaboration) Hebrew University of Jerusalem MUSE is not your garden variety scattering experiment Low beam flux Large angle, non-magnetic

More information

Belle II Silicon Vertex Detector (SVD)

Belle II Silicon Vertex Detector (SVD) Belle II Silicon Vertex Detector (SVD) Seema Bahinipati on behalf of the Belle II SVD group Indian Institute of Technology Bhubaneswar Belle II at SuperKEKB Belle II Vertex Detector Belle II SVD Origami

More information

Overall Design Considerations for a Detector System at HIEPA

Overall Design Considerations for a Detector System at HIEPA Overall Design Considerations for a Detector System at HIEPA plus more specific considerations for tracking subdetectors Jianbei Liu For the USTC HIEPA detector team State Key Laboratory of Particle Detection

More information

Strip Detectors. Principal: Silicon strip detector. Ingrid--MariaGregor,SemiconductorsasParticleDetectors. metallization (Al) p +--strips

Strip Detectors. Principal: Silicon strip detector. Ingrid--MariaGregor,SemiconductorsasParticleDetectors. metallization (Al) p +--strips Strip Detectors First detector devices using the lithographic capabilities of microelectronics First Silicon detectors -- > strip detectors Can be found in all high energy physics experiments of the last

More information

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

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

More information

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 -2010/043 The Compact Muon Solenoid Experiment Conference Report Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 23 March 2010 (v4, 26 March 2010) DC-DC

More information

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

The Compact Muon Solenoid Experiment. Conference Report. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland. CMS detector performance. Available on CMS information server CMS CR -2017/412 The Compact Muon Solenoid Experiment Conference Report Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 08 November 2017 (v3, 17 November 2017)

More information

Prototyping stacked modules for the L1 track trigger

Prototyping stacked modules for the L1 track trigger Prototyping stacked modules for the L1 track trigger tbc Aachen (tbc) D. Newbold, C. Hill Bristol University D. Abbaneo, K. Gill, A. Marchioro CERN P. Hobson Brunel University A. Ryd Cornell University

More information

National Accelerator Laboratory

National Accelerator Laboratory Fermi National Accelerator Laboratory FERMILAB-Conf-97/343-E D0 Preliminary Results from the D-Zero Silicon Vertex Beam Tests Maria Teresa P. Roco For the D0 Collaboration Fermi National Accelerator Laboratory

More information

Tutors Dominik Dannheim, Thibault Frisson (CERN, Geneva, Switzerland)

Tutors Dominik Dannheim, Thibault Frisson (CERN, Geneva, Switzerland) Danube School on Instrumentation in Elementary Particle & Nuclear Physics University of Novi Sad, Serbia, September 8 th 13 th, 2014 Lab Experiment: Characterization of Silicon Photomultipliers Dominik

More information