Beamspot profile in the CMS detector with pileup vertices & tracks. Made for this CMS paper on the measurement of the γγ → ττ process in proton-proton collisions and the measurement of the anomalous magnetic moment of the τ lepton (g-2).







Edit and compile if you like:
% Author: Izaak Neutelings (June 2023)% Description:% Beamspot profile in the CMS detector with pileup vertices & tracks\documentclass[border=3pt,tikz]{standalone}\usepackage{amsmath}\usepackage[outline]{contour} % glow around text\contourlength{1.1pt}\usetikzlibrary{arrows.meta} % for arrow size\pgfdeclarelayer{back} % to draw on background\pgfdeclarelayer{front} % to draw on foreground\pgfsetlayers{back,main,front} % set order% COLORS\colorlet{myred}{red!80!black}\colorlet{myblue}{blue!85!black}\colorlet{mydarkred}{myred!75!black}\colorlet{mygreen}{green!75!black}\colorlet{mydarkgreen}{green!40!black}\colorlet{mygreygreen}{green!40!black!50}\colorlet{mylightgreygreen}{green!40!black!10}\colorlet{trackcol1}{blue!60!black!26}\colorlet{trackcol2}{red!60!black!26}\colorlet{trackcol3}{orange!50!yellow!70!black!36}\colorlet{vertexcol}{yellow!80!orange!100!black!95}% TIKZ\tikzset{>=latex, % for LaTeX arrow headwindow/.style={#1,fill=#1!20,line width=0.1,rounded corners=0.2pt},dashed curve/.style={curve,thick,dashed},track/.style={#1,thin,line cap=round},vertex/.style={draw=orange,fill=#1,ultra thin},muon/.style={track=myred,thick},thinarr/.style={-{Latex[length=2.0,width=2.8]},line width=0.4},thinleftarr/.style={{Latex[length=2.0,width=2.3]}-,line width=0.30},ultrathindashed/.style={dash pattern=on 0.5pt off 0.5pt,line width=0.1},verythindashed/.style={dash pattern=on 1pt off 0.9pt,line width=0.2},thindashed/.style={dash pattern=on 1.6pt off 1.4pt,line width=0.3},track/.default=trackcol1,vertex/.default=vertexcol}
Click to download: beamspot.tex • beamspot.pdf
Open in Overleaf: beamspot.tex