Status of the HLT1 sequence and a path towards 30 MHz

Size: px
Start display at page:

Download "Status of the HLT1 sequence and a path towards 30 MHz"

Transcription

1 LHCb-PUB April 2, 2018 Status of the HLT1 sequence and a path towards 30 MHz Michel De Cian 1, Agnieszka Dziurda 2, Vladimir V. Gligorov 3, Christoph Hasse 2, Wouter Hulsbergen 4, Thomas Latham 5, Sebastien Ponce 2, Renato Quagliani 3, Henry Schreiner 6, Simon Stemmle 7, Jeroen Van Tillburg 4, Mike Williams 8, Milosz Zdybal 9 LHCb-PUB /03/ Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland 2 European Organization for Nuclear Research (CERN), Geneva, Switzerland 3 LPNHE, Sorbonne Université et Université Paris Diderot, CNRS/IN2P3, Paris, France 4 Nikhef National Institute for Subatomic Physics, Amsterdam, The Netherlands 5 Department of Physics, University of Warwick, Coventry, United Kingdom 6 University of Cincinnati, Cincinnati, OH, United States 7 Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany 8 Massachusetts Institute of Technology, Cambridge, MA, United States 9 Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland Abstract We present the current status of the HLT1 reconstruction sequence for the LHCb upgrade, both in terms of the number of events which can be processed per second and the achievable physics performance on a selected range of benchmark modes. We present detailed profiling of the various algorithms, describe the bottlenecks, and outline a strategy towards an HLT1 able to process the LHCb upgrade data at 30 MHz.

2

3 Introduction The LHCb detector will be upgraded during the second long shutdown of the LHC (LS2), which will take place between 2019 and The primary objective of this upgrade is to allow LHCb to take data at an instantaneous luminosity of cm 2 s 1 and to process the full 30 MHz of LHC bunch crossings ( events ) in a dedicated computing centre without any fixed latency preselection ( hardware trigger ). Events are built within a dedicated bidirectional network of around 500 servers, before being sent for processing to an Event Filter Farm (EFF). The EFF is designed to execute a fast reconstruction on the full event rate; to perform a fast preselection which reduces this event rate by a factor between 30 and 100 while efficiently keeping those events which contain interesting physical processes; and to subsequently perform a full detector reconstruction and realtime analysis on this subset of selected events. The fast reconstruction and selection stage is referred to as HLT1, while the full reconstruction and real-time analysis stage is referred to as HLT2. Between those stages the real-time alignment and calibration are performed. These objectives and the upgraded LHCb detector are described in more detail in the LHCb upgrade framework TDR [1] and Trigger TDR [2]. The evolution of the HLT1 performance is regularly followed to make sure it meets the design objectives outlined above. The latest such performance update [3] indicated that HLT1 could only process between 3.5 and 5 MHz of events, depending on assumptions, because of a worse than anticipated scaling of the price/performance of x86 architectures. Over the last two years LHCb has rewritten its underlying software framework in order to take better advantage of modern highly parallel x86 architectures and recover some of this shortfall. In this note we update the latest status of the HLT1 processing performance, both in terms of the event rate which can be processed and in terms of the expected physics performance of this processing. We document a detailed profiling of the relevant algorithms and identify the remaining bottlenecks which stand in the way of being able to process data at 30 MHz. The work presented in this note builds on both the new software framework, which is documented more fully in the Computing TDR [4], as well as on research work carried out over the last years into the optimal use of highly parallel computing architectures [5 7]. 2 Assumptions and data sets used in this note The throughput performance of HLT1 is evaluated using a dedicated benchmarking machine. The time taken to process a given number of events is calculated from the start and end times of each algorithm, as monitored by the GAUDI Timeline service. The same reconstruction sequence is executed multiple times, loading the machine with different numbers of reconstruction jobs and assigning a different number of threads to each job. In this way, the maximum achievable throughput is found. Data for the throughput tests is read from the local disk of the benchmarking machine, to reduce I/O overheads to a minimum. Algorithm profiling is done using a mixture of valgrind [8] and vtune. Data used for the thorughput tests are simulated minimum bias events with Global Event Cuts (GEC) already applied. Because there is not yet any thread-safe framework for performing selections in HLT1, physics performance is evaluated by recording the charged particle trajectories 1

4 Table 1: Selection criteria applied to signal samples when defining the efficiency denominator. Particle Criterion Parent hadron p T > 2 GeV 2 < η < 5 τ > 0.2 ps Children p T > 0.2 GeV 2 < η < 5 K 0 S children decay before UT ( tracks )foundbythereconstructiontorootntuples[9], andemulatinghlt1selections offline. Because the evaluated selections consist of selecting a single track or two-track vertex, experience shows that there is almost no overhead associated with candidate combinatorics 1 and so this offline performance evaluation is not unrealistic. The reconstruction sequence performance on the benchmarking node is converted into an overall throughput by assuming that 1000 such nodes will form the 2021 EFF. This is conservative for two reasons. Firstly, the benchmarking machine is a 2015 model, so the 1000 nodes which we will be able to afford to buy in 2021 will have better performance; a factor of up to 1.5 does not seem entirely unrealistic. Secondly, LHCb currently has an EFF consisting of around 1800 nodes. While many of these will be too old for use in the upgrade, around 1000 which correspond to the benchmarking machine performance may be reusable, depending on how well the hardware holds up over the next years. Taken together these would result in an overall scaling factor of 2.5 which could be applied to the presented throughput. However, in order to leave a safety margin in the design, we set ourselves the goal of reaching 30 MHz without this factor 2.5, and therefore do not apply it when presenting numbers in the rest of this note. Throughput numbers are evaluated on a set of 14 TeV minimum bias events generated at cm 2 s 1. Only events with fewer than total hits in the UT and SciFi subdetectors are used for evaluating performance, as experience shows that events with a high occupancy cost much more in reconstruction resources than they bring in signals. Signal efficiencies are evaluated using dedicated simulated samples of a representative set of signalsofinterest. TheloosecriteriagiveninTab.1areappliedtothesignalparticleandits decay products, mostly to remove those signal decays which do not fall within the detector acceptance 2 < η < 5. The same event occupancy cut applied to minimum bias is also applied to the signal events. The use of UT and SciFi hit multiplicity for this occupancy criterion is a matter of convenience. In the final implementation the subdetectors will provide an event header containing this information, so that the occupancy criterion can be applied without requiring any decoding or clustering of subdetector raw banks and hence with a negligible CPU cost. 1 Overheads can include the cost of fitting the candidate vertices, evaluating their mass under different hypotheses for the tracks, and so on. In this case because very few tracks are preselected by the reconstruction, and because at most two tracks are combined at a time, the cost is negligible. 2

5 Physics goals and reconstruction requirements The objective of the HLT1 processing is to reduce the event rate to a level at which the full detector reconstruction can affordably be run in HLT2 while remaining as efficient as possible on the full range of signals analysed by LHCb physicists. In practice this means that HLT1 must be able to reconstruct and select at least the following signatures: 1. Tracks or two-track vertices displaced from the primary pp interaction (PV). This signature can be used to select any event containing a long-lived hadron or τ lepton, which covers the vast majority of LHCb analyses (by number, if not by importance). 2. Leptons, and particularly muons, regardless of their displacement from the PV. Displaced leptons can be selected as any other track, although the efficiency can be kept higher for the same output rate by using lepton identification criteria to allow displacement or transverse momentum criteria to be loosened. Non-displaced leptons are particularly important for spectroscopy studies, exotic searches, and electroweak physics. The reconstruction sequence evaluated in this note does not include lepton identification, because the algorithm is not presently available within the upgrade software framework. For this reason only the first, displaced, category of signatures is considered. Experience with the current detector shows that if those can be reconstructed and selected, special reconstructions and selections for prompt leptons with the same kinematic coverage can generally be added for a small fraction of the required resources. While this must still be validated in upgrade conditions, we do not expect that this omission makes the presented results significantly unrepresentative. 4 Reconstruction sequence The HLT1 reconstruction sequence evaluated in this note closely follows the displaced track reconstruction fallback scenario planned for in the Trigger TDR [10]. A schematic view of the LHCb tracking system and visualization of different type of tracks are shown in Fig. 1. As it is a tracking sequence and as lepton identification is not considered, only the VELO, UT, and SciFi subdetectors are used. The evaluated sequence consists of the following processing steps: 1. Decoding and clustering of the VELO raw data; 2. Decoding of the UT raw data, which already contains clusters; 3. Decoding of the SciFi raw data, which already contains clusters; 4. Sorting of the VELO, UT, and SciFi clusters in a way which makes them useful for the subsequent reconstruction algorithms; 5. Finding of tracks in the VELO; 6. Building of PVs from VELO tracks; 7. Selection of VELO tracks with a displacement greater than 100 µm from the PVs; 3

6

7 Algorithm name Input Output createutliteclusters UT raw data UT clusters PrStoreUTHit UT Clusters UT Hits for PR createftliteclusters SciFi raw data FT clusters PrStoreFTHit SciFi Clusters SciFi Hits for PR VPClustering VELO raw data VELO clusters for PR PrPixelTrackingFast VELO clusters VELO tracks PatPV3D VELO tracks PVs VELO-UT VELO tracks, UThits VELO-UT tracks PrForwardTracking Fast VELO-UT tracks and SciFi hits Forward tracks ParameterizedKalmanFit Forward tracks and their clusters Fitted Forward tracks Table 2: The algorithms used in the reconstruction sequence and their data dependencies. PR stands for pattern recognition PrStoreFTHit: prepare SciFi hits for pattern recognition. See App. B VPClustering: clustering of VELO raw data and preparation of clusters for pattern recognition. Unlike with the UT and SciFi it is assumed that the VELO will not be able to find all clusters at the FPGA level, and this algorithm therefore performs cluster finding as well as decoding and sorting. See App. C PrPixelTrackingFast: pattern recognition and simplified Kalman fit of VELO tracks using VELO clusters as input. More details about this algorithm can be found in App. D. PatPV3D: reconstruction of primary vertices using the VELO tracks. See App. E PrVELOUT: extend displaced VELO tracks (based on their IP to the reconstructed PVs) to the UT detector creating VELO-UT tracks. The IP criterion will be moved outside this algorithm as soon as a thread-safe selection framework is available. See App. F PrForwardTracking: extend VELO-UT tracks to SciFi detector creating Forward tracks. See App. G ParameterizedKalmanFit: aparametarizedkalmanfitoftheforwardtracksenabling their χ 2 to be used as a selection criterion. 5 Sequence throughput The throughput of the presented HLT1 sequence is shown in Fig. 2 for a range of jobs and threads on the benchmarking machine. The optimal performance is found at 2 jobs and 20 threads per job, and leads to a throughput of 12.4 khz for the benchmarking machine or 12.4 MHz for the assumed EFF in total. As the plot makes clear, the move to a multithreaded processing framework has gained around 20% in processing throughput. The breakdown in the resource usage by reconstruction algorithm at the peak throughput performance is shown in Fig. 3 for the whole sequence. As can be seen, around 50% 5

8

9

10 181 6 Physics performance 182 The physics performance of the sequence is evaluated based on two selection algorithms, 183 one based on finding a single displaced track with high transverse momentum, and a 184 second based on finding a two-track vertex with significant displacement and transverse 185 momentum. These algorithms take as their input Forward tracks which have been 186 processed by the parameterized Kalman fit, and which have a distance of closet approach 187 (impact parameter, or IP) of at least 100 µm from every PV in the event. We do not 188 distinguish between selecting an event because of the presence of signal particles or 189 selecting an event because of the presence of other interesting tracks in the event, for 190 example tracks produced from the other beauty or charm hadron. The combined HLT1 191 algorithm is based on a logical OR of the one- and two-track selections. 192 The one-track trigger is based on a two-dimensional hyperbolic criterion in track transverse momentum and the χ 2 of the track s IP (χ IP ). This criterion is the same as 194 used during Run 2 data taking and presented in Equation 1 of [11]. Just like in that note, 195 the criterion is adjusted for upgrade conditions by shifting the track transverse momentum 196 p T p T α where α is a tunable parameter used to balance the signal efficiency and 197 output rate. 198 The two-track trigger is based on applying a simple set of rectangular selection criteria 199 to two-track vertices. Unlike in [11] the restrictive criteria applied in the track reconstruc- 200 tion, in particular the combination of the IP and transverse momentum requirements, 201 mean that just demanding two such tracks dramatically reduces the rate. It is therefore 202 unnecessary to apply multivariate criteria in order to further control the rate, and simple rectangular selection criteria are applied on the two-track vertices instead There is currently no good estimate of what resources a hypothetical HLT2 reconstruc- 205 tion would require, and therefore no way to accurately judge what rate of events HLT1 206 can be allowed to output. We therefore choose two scenarios, with HLT1 output rates of MHz and 500 khz respectively, to give some idea of how the efficiencies would evolve for 208 looser or tighter putative HLT1 selections. Because the track preselection is so restrictive, 209 the loose scenario is based purely on relaxing the one-track criteria, as there is little room 210 to loosen the two-track. The selection criteria are presented in Tab. 3 while the signal 211 efficiencies for each rate are presented in Tab. 4. Finally, Fig. 6 shows the efficiency as a 212 function of transverse momentum and proper decay time for two representative signals. 213 The tighter reconstruction allows the efficiency for the majority of b-hadron physics 214 signals to be kept above 50% in the loose scenario, despite no stringent offline selection 215 criteria being applied to these samples. Moreover b-hadron efficiencies are relatively 216 robust against requiring the tight configuration, with most signals losing between 10 20% 217 relative efficiency. We also note that muonic b-hadron signals can be efficiently triggered 218 even without muon identification, although their efficiencies will of course get even better 219 once this powerful discriminant is available. 220 The story is rather different for charm physics and exotic or strange signals, whose 221 efficiencies are both significantly lower and significantly more reliant on being able to run 222 with a loose HLT1 configuration. It is however worth repeating that the reconstruction 2 Because high p T tracks have a better impact parameter resolution than low momentum ones, a requirement applied on the raw IP is proportionally much tighter for them. This is why one would ideally like to avoid applying IP cuts before reconstructing Forward tracks, even if it is possible to maintain much of the physics performance in this configuration. 8

11 Table 3: Selection criteria for the one- and two-track selections. The m corr criterion is the p T corrected mass of the vertex, used to select vertices which are likely to originate from the decays of flavoured hadrons. Trigger Criterion One-track α = 0.55 GeV (loose) α = 1.15 GeV (tight) track χ 2 < 2.5 Two-track track χ 2 IP > 6 track χ 2 < 2.5 vertex p T > 1 GeV vertex χ 2 < 10 vertex 2 < η < 5 1 < m corr < 10 GeV Table 4: Efficiencies of the HLT1 selection for the loose and tight HLT1 configurations. The one-track and combined efficiencies are quoted for the loose (tight) configurations. The efficiency of the UT+FT occupancy requirement (GEC) is included in the subsequent efficiencies. All efficiencies are quoted in percentages. Signal GEC One-track Two-track Combined Bs 0 µ + µ (68) (69) B 0 K 0 µ + µ (51) (63) B 0 K 0 l + l (37) (48) B + D 0 (KSπ 0 + π )K (46) (54) B 0 D + D (26) (38) B 0 K π (60) (61) B 0 KSπ 0 + π (43) (48) Bs 0 φφ (35) (54) Bs 0 φγ (21) (32) B 0 D + τ (π π π + ν τ )ν τ (20) (32) B 0 D + τ (µ ν τ ν µ )ν τ (41) (52) D 0 K + K (11) 7 22 (15) D 0 K π π + π (5) 5 12 (8) D 0 KSπ 0 + π (6) 5 15 (9) Σ pµ + µ 89 9 (4) 1 10 (5) K 0 S µ + µ (2) 1 22 (3) τ µ + µ µ (10) (15) sequence presented here implements the displaced track reconstruction backup scenario planned for in the trigger TDR [10] and corresponds to a looser version of the Run 1 LHCb reconstruction. While the requirement of high p T tracks which have 100 µm of IP is inefficient for charm and light-quark signals compared to the Run 2 sequence, the 9

12 efficiency efficiency τ [ps] p [MeV] T Figure 6: Combined HLT1 efficiency as a function of (left) hadron decay time and (right) hadron transverse momentum. The efficiency is shown for (blue) B 0 s φφ and (red) D 0 K 0 Sπ + π. Open and closed circles correspond to the tight and loose HLT selections, respectively removal of the hardware trigger criteria means that the upgrade sequence is still more efficient as a whole. We would of course like to do even better and remove or at least loosen this IP threshold and lower the tracking p T threshold. In this respect it is actually encouraging that the sequence is currently bottlenecked by data preparation and the VELO reconstruction, since improvements to these would allow the IP and p T thresholds to be relaxed even without improvements to the VELO-UT or Forward reconstruction. Of course improvements to the VELO-UT and Forward reconstruction would also be important, particularly in creating room to integrate the muon reconstruction and identification into the sequence. 7 Conclusion and outlook Wehavepresentedthephysicsperformanceandthroughputofthebestcurrentlyachievable HLT1 reconstruction sequence for the LHCb upgrade, which can process 12.4 MHz of events while maintaining signal efficiencies of around 40-75% for beauty and 10-20% for charm hadron decays for HLT1 output rates between 0.5 and 1 MHz. We have demonstrated that the throughput of this reconstruction sequence is equally limited by the data preparation and pattern recognition components of the sequence, and we have presented a detailed profiling of the relevant algorithms and highlighted areas where improvements can be expected. We have also drawn attention to where improvements will require changing what information is stored or passed between reconstruction algorithms, which should be taken into consideration when designing a new event model for the LHCb upgrade. Finally we note that although not yet at 30 MHz, the presented sequence represents a significant step forward from that evaluated in the last biannual performance review [3], with a roughly threefold improvement in throughput. This throughput comes at a cost of physics performance for prompt, charm and light-quark physics, and further work is required to both achieve a 30 MHz throughput and to be able to remove or loosen the displacement and transverse momentum criteria inside the reconstruction. We hope that this note will serve as a useful documentation to guide this effort. 10

13 Acknowledgements Vladimir V. Gligorov and Renato Quagliani acknowledge funding from the European ResearchCouncil(ERC)undertheEuropeanUnion shorizon2020researchandinnovation programme under grant agreement No RECEPT. Thomas Latham is supported by the Science and Technology Facilities Council (STFC), United Kingdom. Mike Williams is supported by U.S. NSF grant PHY We express our gratitude to our colleagues in the LHCb computing and online teams, both for their work on the new software framework which has enabled this work and for their pedagogical guidance in the optimal use of parallel computing architectures. We would also like to thank Ben Couturier and Maciej Pawel Szymanski for their work on an automated infrastructure for benchmarking the throughput and physics performance of our software. References [1] LHCb collaboration, Framework TDR for the LHCb Upgrade: Technical Design Report, CERN-LHCC LHCb-TDR-012. [2] LHCb collaboration, LHCb Trigger and Online Technical Design Report, CERN- LHCC LHCb-TDR-016. [3] R. Aaij et al., Upgrade trigger: Biannual performance update, Tech. Rep. LHCb- PUB CERN-LHCb-PUB , CERN, Geneva, Feb, [4] C. Bozzi, Upgrade Software and Computing, Tech. Rep. CERN-LHCC LHCB-TDR-017, CERN, Geneva, Mar, [5] D. H. Prez Cmpora, LHCb Kalman Filter cross architecture studies, J. Phys. Conf. Ser. 898 (2017), no [6] F. Lemaitre, B. Couturier, and L. Lacassagne, Small simd matrices for cern high throughput computing, in Proceedings of the th Workshop on Programming Models for SIMD/Vector Processing, WPMVP 18, (New York, NY, USA), pp. 1:1 1:8, ACM, doi: / [7] M. Hadji, Measuring code performance, Tech. Rep [8] N. Nethercote and J. Seward, Valgrind: A framework for heavyweight dynamic binary instrumentation, in Proceedings of ACM SIGPLAN 2007 Conference on Programming Language Design and Implementation (PLDI 2007), [9] R. Brun and F. Rademakers, ROOT: An object oriented data analysis framework, Nucl. Instrum. Meth. A389 (1997) 81. [10] LHCb collaboration, LHCb trigger system: Technical Design Report, CERN-LHCC LHCb-TDR-010. [11] C. Fitzpatrick et al., Upgrade trigger: Bandwidth strategy proposal, Tech. Rep. LHCb-PUB CERN-LHCb-PUB , CERN, Geneva, Feb,

14 A createutliteclusters and PrStoreUTHit The algorithm profile of the UT clustering and hit storing is detailed in Fig. 11 and 12. Compared to the biannual performance review [3] the following changes in the algorithm logic have been implemented: Drop of string manipulation in createutliteclusters and checking of errors in clusters read-out. The UT detector description is based on the Run 1 and Run 2 ST/IT/OT detector description. The UT cluster sorting is quite expensive as well as the interaction with the detector geometry description to convert the binary format to a measurement for pattern recogntion. The same arguments made for the FT apply here as well, we can gain in time simplifying the amount of information stored to the minimum needed by the pattern recognition and track fit. B createftclusters and PrStoreFTHit The algorithm profile of the FT clustering and hit storing is detailed in Fig. 9 and 10. Compared to the biannual performance review [3] the following changes in the algorithm logic have been implemented: The FT detector produces partially sorted clusters, which allows some of the sorting steps to be skipped. Caching of expensive geometry description access to convert binary format of raw data to actual geometrical position. Use of float instead of double for geometry information. The inlining of several functions make the callgrind profile output hard to understand, however further speed-up may require a rewrite of the class used to store FT data to make it lighter and store only the information absolutely needed by the HLT1 pattern recognition. C VPClustering The algorithm profile of the VP clustering is shown in Fig. 7. A large part of it is spent in reading raw banks and performing clustering and the remaining part (around 30%) in sorting the clusters. D PrPixelTrackingFast The algorithm profile of the VELO tracking is shown in Fig. 8. The logic of this algorithmhasundergonesignificantchangessincetheimplementationusedforthebiannual performance review [3], the most significant of which are: 12

15 Hits are sorted by φ (not x as before) using a numerical approximation with accuracy of 0.6 degrees. Split the search of tracks in forward direction and backward direction in two different steps. Introduction and usage of speed-flags to improve the logic of the algorithm: 1. Introduction of missed consecutive modules in track extrapolation and missed modules on track to early break the track extrapolation 2. Introduction of early 3 hit track candidate kill by checking enough hits in φ-search windows. 3. Introduction of a hard flagging strategy: avoid usage of already used hits for tracks in all track extrapolation steps. Early flag of hits also in 3 hit track candidate passing the χ 2 cut. 4. Splitting the hit extrapolation in same side module and opposite side module, to deal with detector acceptance before doing any computation. E PatPV3D The algorithm profile of the PV finding is detailed in Fig. 13. Compared to the biannual performance review [3] the following changes in the algorithm logic have been implemented: the seeding procedure has been changed from full three dimensional (PVSeed3DTool) to the fast simplified version (PVSeedTool). The fast seeding procedure is based on finding the clusters of tracks along the beam line (z coordinate), A gain by a factor 2 in the speed execution has been found. The fitting procedure has been changed from LSAdaptPV3DFitter to AdaptivePV3DFitter. The math has been corrected taking into account the covariance matrix of measured tracks parameters in the χ 2 calculation, which minimizes the fake PV reconstruction. In addition, the new algorithm gained about 25% of the speed execution. Both PVSeedTool and AdaptivePV3DFitter algorithms parameters have been reoptimized to speed up convergence of the PV reconstruction without loose of the performance, resulting with a gain about 10%. The studies shown the overall speed up of Primary Vertex reconstruction by a factor of 3, with 1% lose of efficiency and similar PV resolution. F PrVELOUTFast The algorithm profile of the VELO-UT tracking is detailed in Fig. 14. Compared to the biannual performance review [3] the following changes in the algorithm logic have been implemented: 13

16 Caching of lookup tables once per event instead of accessing them for every track via the tool. Improved logic of the algorithm, reduced usage of memory allocations by avoiding the use of std::vector. Fast computations by precalculating numbers outside loops. An IP cut is applied at 100 µm and a tight p T threshold set at 800 MeV. Previously no IP cut was applied, and the p T threshold was 300 MeV. Those 2 cuts strongly reduce the amount of VELO tracks to process and the combinatoric to deal with in the UT. The speed of the VELO-UT tracking can be improved considerably in the future by using a small output class to pass the information to the forward tracking instead of relying on the LHCb::Track class. Furthermore, some parts could profit from using SIMD. G PrForwardTrackingFast The algorithm profile of the forward tracking is detailed in Fig. 15. Compared to the biannual performance review [3] the following changes in the algorithm logic have been implemented: A tight p T threshold cut is applied at 1.0 GeV. It was 400 MeV. This cuts strongly reduces the size of the search windows for input VELO-UT tracks, speeding up the track finding. By balancing the efficiency of the VELO-UT tracking and the forward tracking, one can make use of the momentum estimate from the VELO-UT track, without losing too much in long track efficiency. Furthermore, many algorithmic structures in the forwrad tracking can be simplified, which, together with other simplifications due to the high p T threshold, will lead to a significant speed-up. 14

17 383 H Callgrind profiles for particular algorithms Figure 7: Callgrind profile (cycle extimation) of the VPClustering algorithm. Figure 8: Callgrind profile (cycle extimation) of PrPixelTrackingFast algorithm. 15

18 Figure 9: Callgrind profile (cycle extimation) of the PrStoreFT algorithm. Figure 10: Callgrind profile (cycle extimation) of the createftliteclusters algorithm. 16

19 Figure 11: Callgrind profile (cycle extimation) of PrStoreUT algorithm. Figure 12: Callgrind profile (cycle extimation) of createutliteclusters algorithm. 17

20 Figure 13: Callgrind profile (cycle extimation) of PatPV3D algorithm. Figure 14: Callgrind profile (cycle extimation) of the VELO-UT track finding. 18

21 Figure 15: Callgrind profile (cycle extimation) of Forward tracking. 19

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

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

More information

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

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

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

Primary Vertex Reconstruction at LHCb

Primary Vertex Reconstruction at LHCb LHCb-PUB-214-44 October 21, 214 Primary Vertex Reconstruction at LHCb M. Kucharczyk 1,2, P. Morawski 3, M. Witek 1. 1 Henryk Niewodniczanski Institute of Nuclear Physics PAN, Krakow, Poland 2 Sezione INFN

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

HLT Hadronic L0 Confirmation Matching VeLo tracks to L0 HCAL objects

HLT Hadronic L0 Confirmation Matching VeLo tracks to L0 HCAL objects LHCb Note 26-4, TRIG LPHE Note 26-14 July 5, 26 HLT Hadronic L Confirmation Matching VeLo tracks to L HCAL objects N. Zwahlen 1 LPHE, EPFL Abstract This note describes the HltHadAlleyMatchCalo tool that

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

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

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

More information

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

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

More information

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

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

Tesla : an application for real-time data analysis in High Energy Physics

Tesla : an application for real-time data analysis in High Energy Physics EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH (CERN) 19 April 016 CERN-LHCb-DP-016-001 arxiv:1604.05596v1 [physics.ins-det] 19 Apr 016 Tesla : an application for real-time data analysis in High Energy Physics

More information

Full Offline Reconstruction in Real Time with the LHCb Detector

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

More information

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

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

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

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

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

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

First results from the LHCb Vertex Locator

First results from the LHCb Vertex Locator First results from the LHCb Vertex Locator Act 1: LHCb Intro. Act 2: Velo Design Dec. 2009 Act 3: Initial Performance Chris Parkes for LHCb VELO group Vienna Conference 2010 2 Introducing LHCb LHCb is

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

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

The Compact Muon Solenoid Experiment. Conference Report. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland Available on CMS information server CMS CR -2008/100 The Compact Muon Solenoid Experiment Conference Report Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 02 December 2008 (v2, 03 December 2008)

More information

PoS(ACAT08)101. An Overview of the b-tagging Algorithms in the CMS Offline Software. Christophe Saout

PoS(ACAT08)101. An Overview of the b-tagging Algorithms in the CMS Offline Software. Christophe Saout An Overview of the b-tagging Algorithms in the CMS Offline Software Christophe Saout CERN, Geneva, Switzerland E-mail: christophe.saout@cern.ch The CMS Offline software contains a widespread set of algorithms

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

arxiv:hep-ph/ v1 11 Mar 2002

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

More information

The 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

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

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. LHCC open session 17 February Large Hadron Collider Physics (LHCP) Conference New York, 2-7 June 2014

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

More information

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

Simulating the RF Shield for the VELO Upgrade

Simulating the RF Shield for the VELO Upgrade LHCb-PUB-- March 7, Simulating the RF Shield for the VELO Upgrade T. Head, T. Ketel, D. Vieira. Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil European Organization for Nuclear Research

More information

Determination of the aperture of the LHCb VELO RF foil

Determination of the aperture of the LHCb VELO RF foil LHCb-PUB-214-12 April 1, 214 Determination of the aperture of the LHCb VELO RF foil M. Ferro-Luzzi 1, T. Latham 2, C. Wallace 2. 1 CERN, Geneva, Switzerland 2 University of Warwick, United Kingdom LHCb-PUB-214-12

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

PoS(IHEP-LHC-2011)002

PoS(IHEP-LHC-2011)002 and b-tagging performance in ATLAS Università degli Studi di Milano and INFN Milano E-mail: andrea.favareto@mi.infn.it The ATLAS Inner Detector is designed to provide precision tracking information at

More information

Adding timing to the VELO

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

More information

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

Physics Analysis Tools for Beauty Physics in ATLAS

Physics Analysis Tools for Beauty Physics in ATLAS Physics Analysis Tools for Beauty Physics in ATLAS Christos Anastopoulos 8, Eva Bouhova-Thacker 2, James Catmore 2, Steve Dallison 5, Frederick Derue 6, Brigitte Epp 3, Patrick Jussel 3, Anna Kaczmarska

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

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

CMS Alignement and Calibration workflows: lesson learned and future plans

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

More information

Charged Particle Reconstruction in HIC Detectors

Charged Particle Reconstruction in HIC Detectors Charged Particle Reconstruction in HIC Detectors Ralf-Arno Tripolt, Qiyan Li [http://de.wikipedia.org/wiki/marienburg_(mosel)] H-QM Lecture Week on Introduction to Heavy Ion Physics Kloster Marienburg/Mosel,

More information

Simulation study for the EUDET pixel beam telescope

Simulation study for the EUDET pixel beam telescope EUDET Simulation study for the EUDET pixel beam telescope using ILC software T. Klimkovich January, 7 Abstract A pixel beam telescope which is currently under development within the EUDET collaboration

More information

LHCb Topological Trigger Reoptimization

LHCb Topological Trigger Reoptimization LHCb Topological Trigger Reoptimization Philip Iten1, Tatiana Likhomanenko2,3, Egor Khairullin2, Andrey Ustyuzhanin2,3, Mike Williams1 1 Massachusetts Institute of Technology, US 2 Yandex School of Data

More information

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

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

More information

LHCb Computing Resources: 2019 requests and reassessment of 2018 requests

LHCb Computing Resources: 2019 requests and reassessment of 2018 requests LHCb Computing Resources: 2019 requests and reassessment of 2018 requests LHCb-PUB-2017-019 09/09/2017 LHCb Public Note Issue: 0 Revision: 0 Reference: LHCb-PUB-2017-019 Created: 30 th August 2017 Last

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

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

Tracking POG Update. Tracking POG Meeting March 17, 2009

Tracking POG Update. Tracking POG Meeting March 17, 2009 Tracking POG Update Tracking POG Meeting March 17, 2009 Outline Recent accomplishments in Tracking POG - Reconstruction improvements for collisions - Analysis of CRAFT Data Upcoming Tasks Announcements

More information

Inside-out tracking at CDF

Inside-out tracking at CDF Nuclear Instruments and Methods in Physics Research A 538 (25) 249 254 www.elsevier.com/locate/nima Inside-out tracking at CDF Christopher Hays a,, Yimei Huang a, Ashutosh V. Kotwal a, Heather K. Gerberich

More information

CMS High Level Trigger Timing Measurements

CMS High Level Trigger Timing Measurements Journal of Physics: Conference Series PAPER OPEN ACCESS High Level Trigger Timing Measurements To cite this article: Clint Richardson 2015 J. Phys.: Conf. Ser. 664 082045 Related content - Recent Standard

More information

arxiv: v4 [physics.ins-det] 12 Mar 2015

arxiv: v4 [physics.ins-det] 12 Mar 2015 Preprint typeset in JINST style - HYPER VERSION Simulation and performance of an artificial retina for 40 MHz track reconstruction arxiv:1409.0898v4 [physics.ins-det] 12 Mar 2015 A. Abba b, F. Bedeschi

More information

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

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

More information

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

The Database Driven ATLAS Trigger Configuration System

The Database Driven ATLAS Trigger Configuration System Journal of Physics: Conference Series PAPER OPEN ACCESS The Database Driven ATLAS Trigger Configuration System To cite this article: Carlos Chavez et al 2015 J. Phys.: Conf. Ser. 664 082030 View the article

More information

ALICE tracking system

ALICE tracking system ALICE tracking system Marian Ivanov, GSI Darmstadt, on behalf of the ALICE Collaboration Third International Workshop for Future Challenges in Tracking and Trigger Concepts 1 Outlook Detector description

More information

Computing strategy for PID calibration samples for LHCb Run 2

Computing strategy for PID calibration samples for LHCb Run 2 Computing strategy for PID calibration samples for LHCb Run 2 LHCb-PUB-2016-020 18/07/2016 Issue: 1 Revision: 0 Public Note Reference: LHCb-PUB-2016-020 Created: June, 2016 Last modified: July 18, 2016

More information

Locating the neutrino interaction vertex with the help of electronic detectors in the OPERA experiment

Locating the neutrino interaction vertex with the help of electronic detectors in the OPERA experiment Locating the neutrino interaction vertex with the help of electronic detectors in the OPERA experiment S.Dmitrievsky Joint Institute for Nuclear Research, Dubna, Russia LNGS seminar, 2015/04/08 Outline

More information

8.882 LHC Physics. Track Reconstruction and Fitting. [Lecture 8, March 2, 2009] Experimental Methods and Measurements

8.882 LHC Physics. Track Reconstruction and Fitting. [Lecture 8, March 2, 2009] Experimental Methods and Measurements 8.882 LHC Physics Experimental Methods and Measurements Track Reconstruction and Fitting [Lecture 8, March 2, 2009] Organizational Issues Due days for the documented analyses project 1 is due March 12

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

Performance of the ATLAS Inner Detector at the LHC

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

More information

V. Karimäki, T. Lampén, F.-P. Schilling, The HIP algorithm for Track Based Alignment and its Application to the CMS Pixel Detector, CMS Note

V. Karimäki, T. Lampén, F.-P. Schilling, The HIP algorithm for Track Based Alignment and its Application to the CMS Pixel Detector, CMS Note VI V. Karimäki, T. Lampén, F.-P. Schilling, The HIP algorithm for Track Based Alignment and its Application to the CMS Pixel Detector, CMS Note 26/18, CERN, Geneva, Switzerland, 1pp., Copyright (26) by

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

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

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

The Compact Muon Solenoid Experiment. Conference Report. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland Available on CMS information server CMS CR -2017/188 The Compact Muon Solenoid Experiment Conference Report Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 29 June 2017 (v2, 07 July 2017) Common

More information

Track reconstruction of real cosmic muon events with CMS tracker detector

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

More information

Update of the BESIII Event Display System

Update of the BESIII Event Display System Journal of Physics: Conference Series PAPER OPEN ACCESS Update of the BESIII Event Display System To cite this article: Shuhui Huang and Zhengyun You 2018 J. Phys.: Conf. Ser. 1085 042027 View the article

More information

OPERA: A First ντ Appearance Candidate

OPERA: A First ντ Appearance Candidate OPERA: A First ντ Appearance Candidate Björn Wonsak On behalf of the OPERA collaboration. 1 Overview The OPERA Experiment. ντ Candidate Background & Sensitivity Outlook & Conclusions 2/42 Overview The

More information

CMS reconstruction improvements for the tracking in large pile-up events

CMS reconstruction improvements for the tracking in large pile-up events Journal of Physics: Conference Series CMS reconstruction improvements for the tracking in large pile-up events To cite this article: D Giordano and G Sguazzoni 2012 J. Phys.: Conf. Ser. 396 022044 View

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

Monte Carlo programs

Monte Carlo programs Monte Carlo programs Alexander Khanov PHYS6260: Experimental Methods is HEP Oklahoma State University November 15, 2017 Simulation steps: event generator Input = data cards (program options) this is the

More information

arxiv: v1 [physics.ins-det] 11 Jul 2015

arxiv: v1 [physics.ins-det] 11 Jul 2015 GPGPU for track finding in High Energy Physics arxiv:7.374v [physics.ins-det] Jul 5 L Rinaldi, M Belgiovine, R Di Sipio, A Gabrielli, M Negrini, F Semeria, A Sidoti, S A Tupputi 3, M Villa Bologna University

More information

arxiv: v1 [physics.ins-det] 21 Sep 2015

arxiv: v1 [physics.ins-det] 21 Sep 2015 JMLR: Workshop and Conference Proceedings 42: 1-18 NIPS 2014, HEP-ML Workshop Real-time data analysis at the LHC: present and future arxiv:1509.06173v1 [physics.ins-det] 21 Sep 2015 Vladimir V. Gligorov

More information

HPS Data Analysis Group Summary. Matt Graham HPS Collaboration Meeting June 6, 2013

HPS Data Analysis Group Summary. Matt Graham HPS Collaboration Meeting June 6, 2013 HPS Data Analysis Group Summary Matt Graham HPS Collaboration Meeting June 6, 2013 Data Analysis 101 define what you want to measure get data to disk (by magic or whatever) select subset of data to optimize

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

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

Machine Learning in Data Quality Monitoring

Machine Learning in Data Quality Monitoring CERN openlab workshop on Machine Learning and Data Analytics April 27 th, 2017 Machine Learning in Data Quality Monitoring a point of view Goal Maximize the best Quality Data for physics analysis Data

More information

EUDET Telescope Geometry and Resolution Studies

EUDET Telescope Geometry and Resolution Studies EUDET EUDET Telescope Geometry and Resolution Studies A.F.Żarnecki, P.Nieżurawski February 2, 2007 Abstract Construction of EUDET pixel telescope will significantly improve the test beam infrastructure

More information

LHC-B. 60 silicon vertex detector elements. (strips not to scale) [cm] [cm] = 1265 strips

LHC-B. 60 silicon vertex detector elements. (strips not to scale) [cm] [cm] = 1265 strips LHCb 97-020, TRAC November 25 1997 Comparison of analogue and binary read-out in the silicon strips vertex detector of LHCb. P. Koppenburg 1 Institut de Physique Nucleaire, Universite de Lausanne Abstract

More information

A New Variable-Resolution Associative Memory for High Energy Physics

A New Variable-Resolution Associative Memory for High Energy Physics A New Variable-Resolution Associative Memory for High Energy Physics A. Annovi, S. Amerio, M. Beretta, E. Bossini, F. Crescioli, M. Dell'Orso, P. Giannetti, J. Hoff, T. Liu, D. Magalotti, M. Piendibene,

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

Performance Study of GPUs in Real-Time Trigger Applications for HEP Experiments

Performance Study of GPUs in Real-Time Trigger Applications for HEP Experiments Available online at www.sciencedirect.com Physics Procedia 37 (212 ) 1965 1972 TIPP 211 Technology and Instrumentation in Particle Physics 211 Performance Study of GPUs in Real-Time Trigger Applications

More information

ATLAS NOTE ATLAS-CONF July 20, Commissioning of the ATLAS high-performance b-tagging algorithms in the 7 TeV collision data

ATLAS NOTE ATLAS-CONF July 20, Commissioning of the ATLAS high-performance b-tagging algorithms in the 7 TeV collision data ALAS NOE ALAS-CONF-2-2 July 2, 2 Commissioning of the ALAS high-performance b-tagging algorithms in the ev collision data he ALAS collaboration ALAS-CONF-2-2 2 July 2 Abstract he ability to identify jets

More information

ACTS: from ATLAS software towards a common track reconstruction software

ACTS: from ATLAS software towards a common track reconstruction software 1 2 3 4 5 6 7 8 ACTS: from ATLAS software towards a common track reconstruction software C Gumpert 1, A Salzburger 1, M Kiehn 2, J Hrdinka 1,3 and N Calace 2 on behalf of the ATLAS Collaboration 1 CERN,

More information

How the Monte Carlo production of a wide variety of different samples is centrally handled in the LHCb experiment

How the Monte Carlo production of a wide variety of different samples is centrally handled in the LHCb experiment Journal of Physics: Conference Series PAPER OPEN ACCESS How the Monte Carlo production of a wide variety of different samples is centrally handled in the LHCb experiment To cite this article: G Corti et

More information

Update of the BESIII Event Display System

Update of the BESIII Event Display System Update of the BESIII Event Display System Shuhui Huang, Zhengyun You Sun Yat-sen University, Guangzhou, 510275, China E-mail: huangshh28@mail2.sysu.edu.cn, youzhy5@mail.sysu.edu.cn Abstract. The BESIII

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

PERFORMING TRACK RECONSTRUCTION AT THE ALICE TPC USING A FAST HOUGH TRANSFORM METHOD

PERFORMING TRACK RECONSTRUCTION AT THE ALICE TPC USING A FAST HOUGH TRANSFORM METHOD Ó³ Ÿ. 2016.. 13, º 5(203).. 1020Ä1027 Š Œ œ ƒˆˆ ˆ ˆŠ PERFORMING TRACK RECONSTRUCTION AT THE ALICE TPC USING A FAST HOUGH TRANSFORM METHOD C. S. Kouzinopoulos 1, P. Hristov 2 CERN, European Laboratory for

More information

LAr Event Reconstruction with the PANDORA Software Development Kit

LAr Event Reconstruction with the PANDORA Software Development Kit LAr Event Reconstruction with the PANDORA Software Development Kit Andy Blake, John Marshall, Mark Thomson (Cambridge University) UK Liquid Argon Meeting, Manchester, November 28 th 2012. From ILC/CLIC

More information

PoS(ACAT)049. Alignment of the ATLAS Inner Detector. Roland Haertel Max-Planck-Institut für Physik, Munich, Germany

PoS(ACAT)049. Alignment of the ATLAS Inner Detector. Roland Haertel Max-Planck-Institut für Physik, Munich, Germany Max-Planck-Institut für Physik, Munich, Germany E-mail: haertel@mppmu.mpg.de The ATLAS experiment at the LHC is currently under construction at CERN and will start operation in summer 2008. The Inner Detector

More information

Performance of the MRPC based Time Of Flight detector of ALICE at LHC

Performance of the MRPC based Time Of Flight detector of ALICE at LHC Performance of the MRPC based Time Of Flight detector of ALICE at LHC (for the ALICE Collaboration) Museo Storico della Fisica e Centro Studi e Ricerche "Enrico Fermi", Rome, Italy Dipartimento di Fisica

More information

Alignment of the CMS silicon tracker using Millepede II

Alignment of the CMS silicon tracker using Millepede II Journal of Physics: Conference Series Alignment of the CMS silicon tracker using Millepede II To cite this article: Peter Schleper et al 2008 J. Phys.: Conf. Ser. 119 032040 Related content - CMS silicon

More information

Track reconstruction for the Mu3e experiment based on a novel Multiple Scattering fit Alexandr Kozlinskiy (Mainz, KPH) for the Mu3e collaboration

Track reconstruction for the Mu3e experiment based on a novel Multiple Scattering fit Alexandr Kozlinskiy (Mainz, KPH) for the Mu3e collaboration Track reconstruction for the Mu3e experiment based on a novel Multiple Scattering fit Alexandr Kozlinskiy (Mainz, KPH) for the Mu3e collaboration CTD/WIT 2017 @ LAL-Orsay Mu3e Experiment Mu3e Experiment:

More information

Robustness Studies of the CMS Tracker for the LHC Upgrade Phase I

Robustness Studies of the CMS Tracker for the LHC Upgrade Phase I Robustness Studies of the CMS Tracker for the LHC Upgrade Phase I Juan Carlos Cuevas Advisor: Héctor Méndez, Ph.D University of Puerto Rico Mayagϋez May 2, 2013 1 OUTLINE Objectives Motivation CMS pixel

More information

arxiv: v1 [physics.ins-det] 26 Dec 2017

arxiv: v1 [physics.ins-det] 26 Dec 2017 arxiv:1712.09407v1 [physics.ins-det] 26 Dec 2017 ALICE HLT TPC Tracking of Pb-Pb Events on GPUs David Rohr 1, Sergey Gorbunov 1, Artur Szostak 2, Matthias Kretz 1, Thorsten Kollegger 1, Timo Breitner 1,

More information

The ALICE High Level Trigger

The ALICE High Level Trigger The ALICE High Level Trigger Richter Department of Physics and Technology, of Bergen, Norway for the ALICE HLT group and the ALICE Collaboration Meeting for CERN related Research in Norway Bergen, November

More information

Optimisation Studies for the CLIC Vertex-Detector Geometry

Optimisation Studies for the CLIC Vertex-Detector Geometry CLICdp-Note04-002 4 July 204 Optimisation Studies for the CLIC Vertex-Detector Geometry Niloufar Alipour Tehrani, Philipp Roloff CERN, Switzerland, ETH Zürich, Switzerland Abstract An improved CLIC detector

More information

Event reconstruction in STAR

Event reconstruction in STAR Chapter 4 Event reconstruction in STAR 4.1 Data aquisition and trigger The STAR data aquisition system (DAQ) [54] receives the input from multiple detectors at different readout rates. The typical recorded

More information

Monitoring of Computing Resource Use of Active Software Releases at ATLAS

Monitoring of Computing Resource Use of Active Software Releases at ATLAS 1 2 3 4 5 6 Monitoring of Computing Resource Use of Active Software Releases at ATLAS Antonio Limosani on behalf of the ATLAS Collaboration CERN CH-1211 Geneva 23 Switzerland and University of Sydney,

More information

Kalman Filter Tracking on Parallel Architectures

Kalman Filter Tracking on Parallel Architectures Kalman Filter Tracking on Parallel Architectures Giuseppe Cerati 1,a, Peter Elmer,b, Slava Krutelyov 1,c, Steven Lantz 3,d, Matthieu Lefebvre,e, Kevin McDermott 3,f, Daniel Riley 3,g, Matevž Tadel 1,h,

More information