12using Upvd_t = std::unique_ptr<TVectorD>;
28 std::array<Upvd_t, 2>
vs{
Upvd_t(
hdu.GetTabRealVectorCell(0,
"mag")),
Upvd_t(
hdu.GetTabRealVectorCell(1,
"mag"))};
30 for(
auto i :
ROOT::
TSeqI(
v->GetNoElements())) {
42 for (
auto i :
ROOT::
TSeqI(
v.GetNoElements())) {
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
FITS file interface class.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...