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
939cb779
Commit
939cb779
authored
8 years ago
by
Olivier Couet
Browse files
Options
Downloads
Patches
Plain Diff
Do not show the source code of the figures.
Spell check
parent
1700ed7d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tree/tree/src/TEntryList.cxx
+5
-5
5 additions, 5 deletions
tree/tree/src/TEntryList.cxx
with
5 additions
and
5 deletions
tree/tree/src/TEntryList.cxx
+
5
−
5
View file @
939cb779
...
...
@@ -30,7 +30,7 @@ There are two types of entry lists:
except for the last block).
Individual entry lists can be merged (functions Merge() and Add())
to make an entry list for a TChain of corresponding TTrees.
Begin_Macro
(source)
Begin_Macro
entrylist_figure1.C
End_Macro
...
...
@@ -41,7 +41,7 @@ End_Macro
All sub-lists are returned by the GetLists() function and individual lists are
returned by GetEntryList() function. Such lists are no different from the lists for
TTrees, described above.
Begin_Macro
(source)
Begin_Macro
entrylist_figure2.C
End_Macro
...
...
@@ -771,7 +771,7 @@ void TEntryList::GetFileName(const char *filename, TString &fn, Bool_t *local)
}
////////////////////////////////////////////////////////////////////////////////
/// Return the entry list, correspoding to treename and filename
/// Return the entry list, correspo
n
ding to treename and filename
/// By default, the filename is first tried as is, and then, if the corresponding list
/// is not found, the filename is expanded to the absolute path, and compared again.
/// To avoid it, use option "ne"
...
...
@@ -1401,7 +1401,7 @@ Int_t TEntryList::Relocate(const char *fn,
/// - 1 a is contained in b, i.e. c == a (includes a == empty)
/// - 2 b is contained in a, i.e. c == b (includes b == empty)
/// - 3 b is a, i.e. c == b == a (includes a == b == empty)
/// Auxil
l
iary function for path scans.
/// Auxiliary function for path scans.
static
Int_t
GetCommonString
(
TString
a
,
TString
b
,
TString
&
c
)
{
...
...
@@ -1473,7 +1473,7 @@ Int_t TEntryList::ScanPaths(TList *roots, Bool_t notify)
if
(
notify
)
{
Printf
(
" * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ *"
);
Printf
(
" * Entry-list: %s"
,
GetName
());
Printf
(
" * %d common
t
root paths found"
,
nrl
);
Printf
(
" * %d common root paths found"
,
nrl
);
nxr
.
Reset
();
while
((
objs
=
(
TObjString
*
)
nxr
()))
{
Printf
(
" * %s"
,
objs
->
GetName
());
...
...
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