AthContainers: Work around cling issue with default template parameters.
Move the use of DVLInfo<DataVector > from static member variables to static local variables. Otherwise, cling can try to instantiate DVLInfo<DataVector > before DataVector, leading to a specialization clash.
cf. ATR-21753 and ROOT-10940.