Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TEntryList.cxx File Reference
#include "TEntryList.h"
#include "TEntryListBlock.h"
#include "TError.h"
#include "TKey.h"
#include "TBuffer.h"
#include "TTree.h"
#include "TFile.h"
#include "TRegexp.h"
#include "TSystem.h"
#include "TObjString.h"
Include dependency graph for TEntryList.cxx:

Functions

static Int_t GetCommonString (TString a, TString b, TString &c)
 Get in 'c' the string in common at the beginning of 'a' and 'b'.
 
TEntryList operator|| (TEntryList &elist1, TEntryList &elist2)
 

Function Documentation

◆ GetCommonString()

static Int_t GetCommonString ( TString  a,
TString  b,
TString c 
)
static

Get in 'c' the string in common at the beginning of 'a' and 'b'.

Return:

  • 0 a and b are not contained in each other, i.e. c != a && c != b
  • 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) Auxiliary function for path scans.

Definition at line 1414 of file TEntryList.cxx.

◆ operator||()

TEntryList operator|| ( TEntryList elist1,
TEntryList elist2 
)

Definition at line 1283 of file TEntryList.cxx.