26   std::unique_ptr<TVectorD> 
vec1(
hdu.GetTabRealVectorColumn(
"ra"));
 
   27   std::unique_ptr<TVectorD> 
vec2(
hdu.GetTabRealVectorColumn(
"dec"));
 
   28   std::unique_ptr<TVectorD> 
vec3(
hdu.GetTabRealVectorColumn(
"flux_g"));
 
   29   std::unique_ptr<TVectorD> 
vec4(
hdu.GetTabRealVectorColumn(
"brick_primary"));
 
   32      const auto bp = (*vec4)[i];
 
   34         const auto gflux = (*vec3)[i];
 
   35         const auto ra = (*vec1)[i];
 
   36         const auto dec = (*vec2)[i];
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
FITS file interface class.