File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 7
7
Name = "FuncADL_Uproot_Typed" ,
8
8
Dataset = dataset .FileList (
9
9
[
10
- "root://eospublic.cern.ch//eos/opendata/atlas/rucio/data16_13TeV/DAOD_PHYSLITE.37019878._000001.pool.root.1" , # noqa: E501
11
- "root://eospublic.cern.ch//eos/opendata/atlas/rucio/data16_13TeV/DAOD_PHYSLITE.37019878._000002.pool.root.1" , # noqa: E501
12
- "root://eospublic.cern.ch//eos/opendata/atlas/rucio/data16_13TeV/DAOD_PHYSLITE.37019878._000003.pool.root.1" , # noqa: E501
13
- ]
10
+ "root://eospublic.cern.ch//eos/opendata/atlas/rucio/data16_13TeV/DAOD_PHYSLITE.37019878._000001.pool.root.1" , # noqa: E501
11
+ "root://eospublic.cern.ch//eos/opendata/atlas/rucio/data16_13TeV/DAOD_PHYSLITE.37019878._000002.pool.root.1" , # noqa: E501
12
+ "root://eospublic.cern.ch//eos/opendata/atlas/rucio/data16_13TeV/DAOD_PHYSLITE.37019878._000003.pool.root.1" , # noqa: E501
13
+ ]
14
14
),
15
15
Query = query .FuncADL_Uproot ()
16
16
.FromTree ('CollectionTree' )
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ def run_query(input_filenames=None):
14
14
Name = "PythonFunction_Typed" ,
15
15
Dataset = dataset .FileList (
16
16
[
17
- "root://eospublic.cern.ch//eos/opendata/atlas/rucio/data16_13TeV/DAOD_PHYSLITE.37019878._000001.pool.root.1" , # noqa: E501
18
- "root://eospublic.cern.ch//eos/opendata/atlas/rucio/data16_13TeV/DAOD_PHYSLITE.37019878._000002.pool.root.1" , # noqa: E501
19
- "root://eospublic.cern.ch//eos/opendata/atlas/rucio/data16_13TeV/DAOD_PHYSLITE.37019878._000003.pool.root.1" , # noqa: E501
20
- ]
17
+ "root://eospublic.cern.ch//eos/opendata/atlas/rucio/data16_13TeV/DAOD_PHYSLITE.37019878._000001.pool.root.1" , # noqa: E501
18
+ "root://eospublic.cern.ch//eos/opendata/atlas/rucio/data16_13TeV/DAOD_PHYSLITE.37019878._000002.pool.root.1" , # noqa: E501
19
+ "root://eospublic.cern.ch//eos/opendata/atlas/rucio/data16_13TeV/DAOD_PHYSLITE.37019878._000003.pool.root.1" , # noqa: E501
20
+ ]
21
21
),
22
22
Query = query .PythonFunction ().with_uproot_function (run_query )
23
23
)
Original file line number Diff line number Diff line change 7
7
Name = "UprootRaw_Typed" ,
8
8
Dataset = dataset .FileList (
9
9
[
10
- "root://eospublic.cern.ch//eos/opendata/atlas/rucio/data16_13TeV/DAOD_PHYSLITE.37019878._000001.pool.root.1" , # noqa: E501
11
- "root://eospublic.cern.ch//eos/opendata/atlas/rucio/data16_13TeV/DAOD_PHYSLITE.37019878._000002.pool.root.1" , # noqa: E501
12
- "root://eospublic.cern.ch//eos/opendata/atlas/rucio/data16_13TeV/DAOD_PHYSLITE.37019878._000003.pool.root.1" , # noqa: E501
13
- ]
10
+ "root://eospublic.cern.ch//eos/opendata/atlas/rucio/data16_13TeV/DAOD_PHYSLITE.37019878._000001.pool.root.1" , # noqa: E501
11
+ "root://eospublic.cern.ch//eos/opendata/atlas/rucio/data16_13TeV/DAOD_PHYSLITE.37019878._000002.pool.root.1" , # noqa: E501
12
+ "root://eospublic.cern.ch//eos/opendata/atlas/rucio/data16_13TeV/DAOD_PHYSLITE.37019878._000003.pool.root.1" , # noqa: E501
13
+ ]
14
14
),
15
15
Query = query .UprootRaw (
16
16
[
You can’t perform that action at this time.
0 commit comments