https://twiki.cern.ch/twiki/bin/viewauth/Atlas/SctNtuple
TFile *file = TFile::Open("InDetTrackD3PD_v002.root")
TTree *ttree=(TTree*)file->Get("InDetTrackTree")
ttree->MakeClass("InDetTrackTree")
edit InDetTrackTree.h
#include <cstdlib> //追加 absでエラー
using namespace std; //追加する