Let $X \sim \mathcal{N}(\mu, \sigma^2)$ be a gaussian random variable. What is the CDF (Cumulative Distribution Function) and (if it exists) the PDF (Probability Density Function) of the variable $$ Y = X u(X) $$ where $u(\cdot)$ is the unit step function, i.e. $$ u(x) = \begin{cases} 1 & x \geq 0 \\ 0 & x < 0 \end{cases} $$ In the following, I will denote the CDF of $Y$ by $F_Y(\cdot)$ and the standard gaussian CDF by $\Phi(\cdot)$.
I tried $$ F_Y(t) = P(Y < t) = P(Xu(X) < t) $$ and now I'm not sure what to do, as $u(X)$ depends on whether $X<0$ or not.