|
12 | 12 | "\n", |
13 | 13 | "Depending on the environment used, you may need to install additional libaries:\n", |
14 | 14 | "```ipython\n", |
15 | | - "!pip install uproot torch_geometric mplhep\n", |
16 | | - "!pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.6.0+cu126.html \n", |
| 15 | + "!pip install xrootd torch_geometric mplhep\n", |
| 16 | + "!pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.2.1+cu121.html \n", |
17 | 17 | "```\n", |
18 | 18 | "\n", |
19 | 19 | "Data can also be downloaded locally:\n", |
20 | 20 | "```ipython\n", |
21 | 21 | "!wget https://opendata.cern.ch/record/12102/files/assets/cms/datascience/HiggsToBBNtupleProducerTool/HiggsToBBNTuple_HiggsToBB_QCD_RunII_13TeV_MC/train/ntuple_merged_10.root\n", |
22 | 22 | "!wget https://opendata.cern.ch/record/12102/files/assets/cms/datascience/HiggsToBBNtupleProducerTool/HiggsToBBNTuple_HiggsToBB_QCD_RunII_13TeV_MC/test/ntuple_merged_0.root\n", |
23 | | - "```\n", |
24 | | - "\n", |
25 | | - "on DataHub two files have been copied locally to \n", |
26 | | - "```\n", |
27 | | - "/higgs/train/ntuple_merged_10.root\n", |
28 | | - "/higgs/test/ntuple_merged_0.root\n", |
29 | | - "````" |
| 23 | + "```" |
30 | 24 | ] |
31 | 25 | }, |
32 | 26 | { |
|
93 | 87 | "local = False\n", |
94 | 88 | "\n", |
95 | 89 | "if local:\n", |
96 | | - " file_names = [\"/higgs/train/ntuple_merged_10.root\"]\n", |
97 | | - " file_names_test = [\"/higgs/test/ntuple_merged_0.root\"]\n", |
| 90 | + " file_names = [\"ntuple_merged_10.root\"]\n", |
| 91 | + " file_names_test = [\"ntuple_merged_0.root\"]\n", |
98 | 92 | "else:\n", |
99 | 93 | " file_names = [\n", |
100 | 94 | " \"root://eospublic.cern.ch//eos/opendata/cms/datascience/HiggsToBBNtupleProducerTool/HiggsToBBNTuple_HiggsToBB_QCD_RunII_13TeV_MC/train/ntuple_merged_10.root\"\n", |
|
0 commit comments