\begin{tikzpicture}
    \largemirror at (1,0); 
    \mirror[width=1.3] at (0,0);
    \node[anchor=west] (A) at (-10,0+0.3) {\verb!\largemirror at (x,y);!};
    \node[anchor=west] (A) at (-10,0-0.3) {\verb!\mirror[width=1.3] at (x,y);!};

    \smallmirror at (1,-1.5);
    \mirror[width=0.7] at (0,-1.5);
    \node[anchor=west] (A) at (-10,-1.5+0.3) {\verb!\smallmirror at (x,y);!};
    \node[anchor=west] (A) at (-10,-1.5-0.3) {\verb!\mirror[width=0.7] at (x,y);!};

    \TFP at (1,-3);
    \splitter[thickness=0.66] at (0,-3);
    \node[anchor=west] (A) at (-10,-3+0.3) {\verb!\TFP at (x,y);!};
    \node[anchor=west] (A) at (-10,-3-0.3) {\verb!\splitter[thickness=0.66] at (x,y);!};

    \tinysplitter at (1,-4.5);
    \splitter[width=0.66, thickness=0.33] at (0,-4.5);
    \node[anchor=west] (A) at (-10,-4.5+0.3) {\verb!\tinysplitter at (x,y);!};
    \node[anchor=west] (A) at (-10,-4.5-0.3) {\verb!\splitter[width=0.66, thickness=0.33] at (x,y);!};
    
    \wedge at (1,-6);
    \splitter[wedge=-0.165, thickness=0.825] at (0,-6);
    \node[anchor=west] (A) at (-10,-6+0.3) {\verb!\wedge at (x,y);!};
    \node[anchor=west] (A) at (-10,-6-0.3) {\verb!\splitter[wedge=-0.165, thickness=0.825] at (x,y);!};
  
  \foreach\x in {0,1.5,...,6} {
    \draw[thick, -{latex}, opacity=0.5](-.5,-\x) -- (0,-\x);
    \node[anchor=east] (A) at (-10.5,-\x+0.3){\textcolor{optikzred}{new}};
    \node[anchor=east] (A) at (-10.5,-\x-0.3){\textcolor{Gruen}{original}};
  }
\end{tikzpicture}