# TTreeのエントリー数をしりたい(``TTree::GetEntries``) ```cpp Int_t n_entries = tree->GetEntries(); ```