Open a FITS file whose primary array represents a spectrum table (flux vs wavelength) and dump its columns 
 
{
   
   
 
 
   
 
   
      printf(
" - Column %d: %s\n", i, 
hdu.GetColumnName(i).Data());
 
   }
}
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
FITS file interface class.
 
   
The table has 8 columns:
 - Column 0: objId
 - Column 1: ra
 - Column 2: dec
 - Column 3: mag
 - Column 4: reddening
 - Column 5: objType
 - Column 6: mu_ra
 - Column 7: mu_dec
- Author
 - Claudi Martinez 
 
Definition in file FITS_tutorial6.C.