Skip to content
Snippets Groups Projects
Commit 614a852e authored by Danilo Piparo's avatar Danilo Piparo
Browse files

[Tree][NFC] Misc TChain documentation updates

parent e526cd32
No related branches found
No related tags found
No related merge requests found
...@@ -773,7 +773,9 @@ void TChain::DirectoryAutoAdd(TDirectory * /* dir */) ...@@ -773,7 +773,9 @@ void TChain::DirectoryAutoAdd(TDirectory * /* dir */)
/// ///
/// This function accepts TCut objects as arguments. /// This function accepts TCut objects as arguments.
/// Useful to use the string operator +, example: /// Useful to use the string operator +, example:
/// ~~~{.cpp}
/// ntuple.Draw("x",cut1+cut2+cut3); /// ntuple.Draw("x",cut1+cut2+cut3);
/// ~~~
/// ///
Long64_t TChain::Draw(const char* varexp, const TCut& selection, Long64_t TChain::Draw(const char* varexp, const TCut& selection,
...@@ -2607,9 +2609,9 @@ void TChain::SetDirectory(TDirectory* dir) ...@@ -2607,9 +2609,9 @@ void TChain::SetDirectory(TDirectory* dir)
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
/// Set the input entry list (processing the entries of the chain will then be /// Set the input entry list (processing the entries of the chain will then be
/// limited to the entries in the list) /// limited to the entries in the list).
/// This function finds correspondence between the sub-lists of the TEntryList /// This function finds correspondence between the sub-lists of the TEntryList
/// and the trees of the TChain /// and the trees of the TChain.
/// By default (opt=""), both the file names of the chain elements and /// By default (opt=""), both the file names of the chain elements and
/// the file names of the TEntryList sublists are expanded to full path name. /// the file names of the TEntryList sublists are expanded to full path name.
/// If opt = "ne", the file names are taken as they are and not expanded /// If opt = "ne", the file names are taken as they are and not expanded
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment