Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Root
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
cxwx
Root
Commits
f0556c0b
Commit
f0556c0b
authored
6 years ago
by
Enrico Guiraud
Browse files
Options
Downloads
Patches
Plain Diff
[TTreeProcMT] Fix COV-98763: large variable passed by value
parent
1c4ff134
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tree/treeplayer/inc/ROOT/TTreeProcessorMT.hxx
+2
-2
2 additions, 2 deletions
tree/treeplayer/inc/ROOT/TTreeProcessorMT.hxx
with
2 additions
and
2 deletions
tree/treeplayer/inc/ROOT/TTreeProcessorMT.hxx
+
2
−
2
View file @
f0556c0b
...
@@ -142,7 +142,7 @@ namespace ROOT {
...
@@ -142,7 +142,7 @@ namespace ROOT {
/// Get a TTreeReader for the current tree of this view.
/// Get a TTreeReader for the current tree of this view.
TreeReaderEntryListPair
GetTreeReader
(
Long64_t
start
,
Long64_t
end
,
const
std
::
string
&
treeName
,
TreeReaderEntryListPair
GetTreeReader
(
Long64_t
start
,
Long64_t
end
,
const
std
::
string
&
treeName
,
const
std
::
vector
<
std
::
string
>
&
fileNames
,
const
FriendInfo
&
friendInfo
,
const
std
::
vector
<
std
::
string
>
&
fileNames
,
const
FriendInfo
&
friendInfo
,
TEntryList
entryList
,
const
std
::
vector
<
Long64_t
>
&
nEntries
,
TEntryList
&
entryList
,
const
std
::
vector
<
Long64_t
>
&
nEntries
,
const
std
::
vector
<
std
::
vector
<
Long64_t
>>
&
friendEntries
)
const
std
::
vector
<
std
::
vector
<
Long64_t
>>
&
friendEntries
)
{
{
const
bool
usingLocalEntries
=
friendInfo
.
fFriendNames
.
empty
()
&&
entryList
.
GetN
()
==
0
;
const
bool
usingLocalEntries
=
friendInfo
.
fFriendNames
.
empty
()
&&
entryList
.
GetN
()
==
0
;
...
@@ -168,7 +168,7 @@ namespace ROOT {
...
@@ -168,7 +168,7 @@ namespace ROOT {
const
std
::
vector
<
std
::
string
>
fFileNames
;
///< Names of the files
const
std
::
vector
<
std
::
string
>
fFileNames
;
///< Names of the files
const
std
::
string
fTreeName
;
///< Name of the tree
const
std
::
string
fTreeName
;
///< Name of the tree
/// User-defined selection of entry numbers to be processed, empty if none was provided
/// User-defined selection of entry numbers to be processed, empty if none was provided
const
TEntryList
fEntryList
;
TEntryList
fEntryList
;
const
Internal
::
FriendInfo
fFriendInfo
;
const
Internal
::
FriendInfo
fFriendInfo
;
ROOT
::
TThreadedObject
<
ROOT
::
Internal
::
TTreeView
>
treeView
;
///<! Thread-local TreeViews
ROOT
::
TThreadedObject
<
ROOT
::
Internal
::
TTreeView
>
treeView
;
///<! Thread-local TreeViews
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment