How can one number a bunch of equations together with a right brace like shown below?
I work with the following document class:
\documentclass[pra,superscriptaddress, twocolumn,amsmath,amssymb]{revtex4}
and I tried the following but it doesn't work
\begin{align}
\left.
\begin{split}
a &= b \\
c &= d \\
e &= f
\end{split}
\right\}
\end{align}

