{
"cells": [
{
"cell_type": "markdown",
"id": "5e981f87",
"metadata": {},
"source": [
"# hsimpleProxy\n",
"Used by hsimpleProxyDriver.C.\n",
"\n",
"To use this file, generate hsimple.root:\n",
"``` cpp\n",
" root.exe -b -q hsimple.C\n",
"```\n",
"and do\n",
"``` cpp\n",
" TFile *file = TFile::Open(\"hsimple.root\");\n",
" TTree *ntuple ; file->GetObject(\"ntuple\",ntuple);\n",
" ntuple->Draw(\"hsimpleProxy.C+\");\n",
"```\n",
"\n",
"\n",
"\n",
"\n",
"**Author:** Rene Brun \n",
"This notebook tutorial was automatically generated with ROOTBOOK-izer from the macro found in the ROOT repository on Tuesday, May 19, 2026 at 08:16 PM."
]
},
{
"cell_type": "code",
"execution_count": 1,
"id": "e2895b93",
"metadata": {
"collapsed": false,
"execution": {
"iopub.execute_input": "2026-05-19T20:16:53.272422Z",
"iopub.status.busy": "2026-05-19T20:16:53.272300Z",
"iopub.status.idle": "2026-05-19T20:16:53.592133Z",
"shell.execute_reply": "2026-05-19T20:16:53.591396Z"
}
},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"input_line_45:2:3: error: use of undeclared identifier 'px'\n",
" (px)\n",
" ^\n",
"Error in : Error evaluating expression (px)\n",
"Execution of your code was aborted.\n"
]
}
],
"source": [
"return px;"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "ROOT C++",
"language": "c++",
"name": "root"
},
"language_info": {
"codemirror_mode": "text/x-c++src",
"file_extension": ".C",
"mimetype": " text/x-c++src",
"name": "c++"
}
},
"nbformat": 4,
"nbformat_minor": 5
}