ROOT  6.06/09
Reference Guide
Functions
TQueryResult.cxx File Reference
#include <string.h>
#include "TBrowser.h"
#include "TError.h"
#include "TEventList.h"
#include "TQueryResult.h"
#include "TRegexp.h"
#include "TROOT.h"
#include "TMath.h"
#include "TSelector.h"
#include "TSystem.h"
#include "TTimeStamp.h"
+ Include dependency graph for TQueryResult.cxx:

Go to the source code of this file.

Functions

 ClassImp (TQueryResult) TQueryResult
 Main constructor. More...
 
Bool_t operator== (const TQueryResult &qr1, const TQueryResult &qr2)
 Compare two query result instances for equality. More...
 

Function Documentation

ClassImp ( TQueryResult  )

Main constructor.

Definition at line 29 of file TQueryResult.cxx.

Bool_t operator== ( const TQueryResult qr1,
const TQueryResult qr2 
)

Compare two query result instances for equality.

Session name and query number are compared.

Definition at line 490 of file TQueryResult.cxx.