ROOT  6.06/09
Reference Guide
Public Member Functions | Protected Member Functions | Private Attributes | Friends | List of all members
TProofCondor Class Reference

Definition at line 37 of file TProofCondor.h.

Public Member Functions

 TProofCondor (const char *masterurl, const char *conffile=kPROOF_ConfFile, const char *confdir=kPROOF_ConfDir, Int_t loglevel=0, const char *alias=0, TProofMgr *mgr=0)
 
virtual ~TProofCondor ()
 Clean up Condor PROOF environment. More...
 
virtual void SetActive ()
 
virtual void SetActive (Bool_t active)
 Suspend or resume PROOF via Condor. More...
 
- Public Member Functions inherited from TProof
 TProof (const char *masterurl, const char *conffile=kPROOF_ConfFile, const char *confdir=kPROOF_ConfDir, Int_t loglevel=0, const char *alias=0, TProofMgr *mgr=0)
 Create a PROOF environment. More...
 
virtual ~TProof ()
 Clean up PROOF environment. More...
 
void cd (Int_t id=-1)
 Set session with 'id' the default one. More...
 
Int_t Ping ()
 Ping PROOF. Returns 1 if master server responded. More...
 
void Touch ()
 Ping PROOF slaves. Returns the number of slaves that responded. More...
 
Int_t Exec (const char *cmd, Bool_t plusMaster=kFALSE)
 Send command to be executed on the PROOF master and/or slaves. More...
 
Int_t Exec (const char *cmd, const char *ord, Bool_t logtomacro=kFALSE)
 Send command to be executed on node of ordinal 'ord' (use "0" for master). More...
 
TString Getenv (const char *env, const char *ord="0")
 Get value of environment variable 'env' on node 'ord'. More...
 
Int_t GetRC (const char *RCenv, Int_t &env, const char *ord="0")
 Get into 'env' the value of integer RC env variable 'rcenv' on node 'ord'. More...
 
Int_t GetRC (const char *RCenv, Double_t &env, const char *ord="0")
 Get into 'env' the value of double RC env variable 'rcenv' on node 'ord'. More...
 
Int_t GetRC (const char *RCenv, TString &env, const char *ord="0")
 Get into 'env' the value of string RC env variable 'rcenv' on node 'ord'. More...
 
virtual Long64_t Process (TDSet *dset, const char *selector, Option_t *option="", Long64_t nentries=-1, Long64_t firstentry=0)
 Process a data set (TDSet) using the specified selector (.C) file or Tselector object Entry- or event-lists should be set in the data set object using TDSet::SetEntryList. More...
 
virtual Long64_t Process (TFileCollection *fc, const char *selector, Option_t *option="", Long64_t nentries=-1, Long64_t firstentry=0)
 Process a data set (TFileCollection) using the specified selector (.C) file or TSelector object. More...
 
virtual Long64_t Process (const char *dsetname, const char *selector, Option_t *option="", Long64_t nentries=-1, Long64_t firstentry=0, TObject *enl=0)
 Process a dataset which is stored on the master with name 'dsetname'. More...
 
virtual Long64_t Process (const char *selector, Long64_t nentries, Option_t *option="")
 Generic (non-data based) selector processing: the Process() method of the specified selector (.C) or TSelector object is called 'n' times. More...
 
virtual Long64_t Process (TDSet *dset, TSelector *selector, Option_t *option="", Long64_t nentries=-1, Long64_t firstentry=0)
 Process a data set (TDSet) using the specified selector object. More...
 
virtual Long64_t Process (TFileCollection *fc, TSelector *selector, Option_t *option="", Long64_t nentries=-1, Long64_t firstentry=0)
 Process a data set (TFileCollection) using the specified selector object The default tree is analyzed (i.e. More...
 
virtual Long64_t Process (const char *dsetname, TSelector *selector, Option_t *option="", Long64_t nentries=-1, Long64_t firstentry=0, TObject *enl=0)
 Process with name of dataset and TSelector object. More...
 
virtual Long64_t Process (TSelector *selector, Long64_t nentries, Option_t *option="")
 Generic (non-data based) selector processing: the Process() method of the specified selector is called 'n' times. More...
 
virtual Long64_t DrawSelect (TDSet *dset, const char *varexp, const char *selection="", Option_t *option="", Long64_t nentries=-1, Long64_t firstentry=0)
 Execute the specified drawing action on a data set (TDSet). More...
 
Long64_t DrawSelect (const char *dsetname, const char *varexp, const char *selection="", Option_t *option="", Long64_t nentries=-1, Long64_t firstentry=0, TObject *enl=0)
 Execute the specified drawing action on a data set which is stored on the master with name 'dsetname'. More...
 
Int_t Archive (Int_t query, const char *url)
 Send archive request for the qry-th query in fQueries. More...
 
Int_t Archive (const char *queryref, const char *url=0)
 Send archive request for the query specified by ref. More...
 
Int_t CleanupSession (const char *sessiontag)
 Send cleanup request for the session specified by tag. More...
 
Long64_t Finalize (Int_t query=-1, Bool_t force=kFALSE)
 Finalize the qry-th query in fQueries. More...
 
Long64_t Finalize (const char *queryref, Bool_t force=kFALSE)
 Finalize query with reference ref. More...
 
Int_t Remove (Int_t query, Bool_t all=kFALSE)
 Send remove request for the qry-th query in fQueries. More...
 
Int_t Remove (const char *queryref, Bool_t all=kFALSE)
 Send remove request for the query specified by ref. More...
 
Int_t Retrieve (Int_t query, const char *path=0)
 Send retrieve request for the qry-th query in fQueries. More...
 
Int_t Retrieve (const char *queryref, const char *path=0)
 Send retrieve request for the query specified by ref. More...
 
void DisableGoAsyn ()
 Signal to disable related switches. More...
 
void GoAsynchronous ()
 Send GOASYNC message to the master. More...
 
void StopProcess (Bool_t abort, Int_t timeout=-1)
 Send STOPPROCESS message to master and workers. More...
 
void Browse (TBrowser *b)
 Build the PROOF's structure in the browser. More...
 
virtual Int_t Echo (const TObject *obj)
 Sends an object to master and workers and expect them to send back a message with the output of its TObject::Print(). More...
 
virtual Int_t Echo (const char *str)
 Sends a string to master and workers and expect them to echo it back to the client via a message. More...
 
Int_t SetParallel (Int_t nodes=-1, Bool_t random=kFALSE)
 Tell PROOF how many slaves to use in parallel. More...
 
void SetLogLevel (Int_t level, UInt_t mask=TProofDebug::kAll)
 Set server logging level. More...
 
void Close (Option_t *option="")
 Close all open slave servers. More...
 
virtual void Print (Option_t *option="") const
 Print status of PROOF cluster. More...
 
virtual void ShowCache (Bool_t all=kFALSE)
 List contents of file cache. More...
 
virtual void ClearCache (const char *file=0)
 Remove file from all file caches. More...
 
TListGetListOfPackages ()
 Get from the master the list of names of the packages available. More...
 
TListGetListOfEnabledPackages ()
 Get from the master the list of names of the packages enabled. More...
 
void ShowPackages (Bool_t all=kFALSE, Bool_t redirlog=kFALSE)
 List contents of package directory. More...
 
void ShowEnabledPackages (Bool_t all=kFALSE)
 List which packages are enabled. More...
 
Int_t ClearPackages ()
 Remove all packages. More...
 
Int_t ClearPackage (const char *package)
 Remove a specific package. More...
 
Int_t DownloadPackage (const char *par, const char *dstdir=0)
 Download a PROOF archive (PAR file) from the master package repository. More...
 
Int_t EnablePackage (const char *package, Bool_t notOnClient=kFALSE, TList *workers=0)
 Enable specified package. More...
 
Int_t EnablePackage (const char *package, const char *loadopts, Bool_t notOnClient=kFALSE, TList *workers=0)
 Enable specified package. More...
 
Int_t EnablePackage (const char *package, TList *loadopts, Bool_t notOnClient=kFALSE, TList *workers=0)
 Enable specified package. More...
 
Int_t UploadPackage (const char *par, EUploadPackageOpt opt=kUntar, TList *workers=0)
 Upload a PROOF archive (PAR file). More...
 
virtual Int_t Load (const char *macro, Bool_t notOnClient=kFALSE, Bool_t uniqueOnly=kTRUE, TList *wrks=0)
 Load the specified macro on master, workers and, if notOnClient is kFALSE, on the client. More...
 
Int_t AddDynamicPath (const char *libpath, Bool_t onClient=kFALSE, TList *wrks=0, Bool_t doCollect=kTRUE)
 Add 'libpath' to the lib path search. More...
 
Int_t AddIncludePath (const char *incpath, Bool_t onClient=kFALSE, TList *wrks=0, Bool_t doCollect=kTRUE)
 Add 'incpath' to the inc path search. More...
 
Int_t RemoveDynamicPath (const char *libpath, Bool_t onClient=kFALSE)
 Remove 'libpath' from the lib path search. More...
 
Int_t RemoveIncludePath (const char *incpath, Bool_t onClient=kFALSE)
 Remove 'incpath' from the inc path search. More...
 
Int_t UploadDataSet (const char *, TList *, const char *=0, Int_t=0, TList *=0)
 *** This function is deprecated and will disappear in future versions *** *** It is just a wrapper around TFile::Cp. More...
 
Int_t UploadDataSet (const char *, const char *, const char *=0, Int_t=0, TList *=0)
 *** This function is deprecated and will disappear in future versions *** *** It is just a wrapper around TFile::Cp. More...
 
Int_t UploadDataSetFromFile (const char *, const char *, const char *=0, Int_t=0, TList *=0)
 *** This function is deprecated and will disappear in future versions *** *** It is just a wrapper around TFile::Cp. More...
 
virtual Bool_t RegisterDataSet (const char *name, TFileCollection *dataset, const char *optStr="")
 Register the 'dataSet' on the cluster under the current user, group and the given 'dataSetName'. More...
 
virtual TMapGetDataSets (const char *uri="", const char *optStr="")
 Lists all datasets that match given uri. More...
 
virtual void ShowDataSets (const char *uri="", const char *optStr="")
 Shows datasets in locations that match the uri. More...
 
TMapGetDataSetQuota (const char *optStr="")
 returns a map of the quotas of all groups More...
 
void ShowDataSetQuota (Option_t *opt=0)
 shows the quota and usage of all groups if opt contains "U" shows also distribution of usage on user-level More...
 
virtual Bool_t ExistsDataSet (const char *dataset)
 Returns kTRUE if 'dataset' exists, kFALSE otherwise. More...
 
void ShowDataSet (const char *dataset="", const char *opt="filter:SsCc")
 display meta-info for given dataset usi More...
 
virtual Int_t RemoveDataSet (const char *dataset, const char *optStr="")
 Remove the specified dataset from the PROOF cluster. More...
 
virtual Int_t VerifyDataSet (const char *dataset, const char *optStr="")
 Verify if all files in the specified dataset are available. More...
 
virtual TFileCollectionGetDataSet (const char *dataset, const char *optStr="")
 Get a list of TFileInfo objects describing the files of the specified dataset. More...
 
TListFindDataSets (const char *searchString, const char *optStr="")
 Find datasets, returns in a TList all found datasets. More...
 
virtual Bool_t RequestStagingDataSet (const char *dataset)
 Allows users to request staging of a particular dataset. More...
 
virtual TFileCollectionGetStagingStatusDataSet (const char *dataset)
 Obtains a TFileCollection showing the staging status of the specified dataset. More...
 
virtual void ShowStagingStatusDataSet (const char *dataset, const char *optStr="filter:SsCc")
 Like GetStagingStatusDataSet, but displays results immediately. More...
 
virtual Bool_t CancelStagingDataSet (const char *dataset)
 Cancels a dataset staging request. More...
 
virtual Int_t SetDataSetTreeName (const char *dataset, const char *treename)
 Set/Change the name of the default tree. More...
 
virtual void ShowDataSetCache (const char *dataset=0)
 Display the content of the dataset cache, if any (matching 'dataset', if defined). More...
 
virtual void ClearDataSetCache (const char *dataset=0)
 Clear the content of the dataset cache, if any (matching 'dataset', if defined). More...
 
virtual void ShowData ()
 List contents of the data directory in the sandbox. More...
 
void ClearData (UInt_t what=kUnregistered, const char *dsname=0)
 Remove files for the data directory. More...
 
const char * GetMaster () const
 
const char * GetConfDir () const
 
const char * GetConfFile () const
 
const char * GetUser () const
 
const char * GetGroup () const
 
const char * GetWorkDir () const
 
const char * GetSessionTag () const
 
const char * GetImage () const
 
const char * GetUrl ()
 
Int_t GetPort () const
 
Int_t GetRemoteProtocol () const
 
Int_t GetClientProtocol () const
 
Int_t GetStatus () const
 
Int_t GetLogLevel () const
 
Int_t GetParallel () const
 Returns number of slaves active in parallel mode. More...
 
Int_t GetSeqNum () const
 
Int_t GetSessionID () const
 
TListGetListOfSlaveInfos ()
 Returns list of TSlaveInfo's. In case of error return 0. More...
 
Bool_t UseDynamicStartup () const
 
EQueryMode GetQueryMode (Option_t *mode=0) const
 Find out the query mode based on the current setting and 'mode'. More...
 
void SetQueryMode (EQueryMode mode)
 Change query running mode to the one specified by 'mode'. More...
 
void SetRealTimeLog (Bool_t on=kTRUE)
 Switch ON/OFF the real-time logging facility. More...
 
void GetStatistics (Bool_t verbose=kFALSE)
 Get statistics about CPU time, real time and bytes read. More...
 
Long64_t GetBytesRead () const
 
Float_t GetRealTime () const
 
Float_t GetCpuTime () const
 
Bool_t IsLite () const
 
Bool_t IsProofd () const
 
Bool_t IsFolder () const
 Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More...
 
Bool_t IsMaster () const
 
Bool_t IsValid () const
 
Bool_t IsTty () const
 
Bool_t IsParallel () const
 
Bool_t IsIdle () const
 
Bool_t IsWaiting () const
 
ERunStatus GetRunStatus () const
 
TListGetLoadedMacros () const
 
void SetParameter (const char *par, const char *value)
 Set input list parameter. More...
 
void SetParameter (const char *par, Int_t value)
 Set an input list parameter. More...
 
void SetParameter (const char *par, Long_t value)
 Set an input list parameter. More...
 
void SetParameter (const char *par, Long64_t value)
 Set an input list parameter. More...
 
void SetParameter (const char *par, Double_t value)
 Set an input list parameter. More...
 
TObjectGetParameter (const char *par) const
 Get specified parameter. More...
 
void DeleteParameters (const char *wildcard)
 Delete the input list parameters specified by a wildcard (e.g. More...
 
void ShowParameters (const char *wildcard="PROOF_*") const
 Show the input list parameters specified by the wildcard. More...
 
void AddInput (TObject *obj)
 Add objects that might be needed during the processing of the selector (see Process()). More...
 
void ClearInput ()
 Clear input object list. More...
 
TListGetInputList ()
 Get input list. More...
 
TObjectGetOutput (const char *name)
 Get specified object that has been produced during the processing (see Process()). More...
 
TListGetOutputList ()
 Get list with all object created during processing (see Process()). More...
 
void ShowMissingFiles (TQueryResult *qr=0)
 Show information about missing files during query described by 'qr' or the last query if qr is null (default). More...
 
TFileCollectionGetMissingFiles (TQueryResult *qr=0)
 Get a TFileCollection with the files missing in the query described by 'qr' or the last query if qr is null (default). More...
 
void AddInputData (TObject *obj, Bool_t push=kFALSE)
 Add data objects that might be needed during the processing of the selector (see Process()). More...
 
void SetInputDataFile (const char *datafile)
 Set the file to be used to optimally distribute the input data objects. More...
 
void ClearInputData (TObject *obj=0)
 Remove obj form the input data list; if obj is null (default), clear the input data info. More...
 
void ClearInputData (const char *name)
 Remove obj 'name' form the input data list;. More...
 
void AddFeedback (const char *name)
 Add object to feedback list. More...
 
void RemoveFeedback (const char *name)
 Remove object from feedback list. More...
 
void ClearFeedback ()
 Clear feedback list. More...
 
void ShowFeedback () const
 Show items in feedback list. More...
 
TListGetFeedbackList () const
 Return feedback list. More...
 
virtual TListGetListOfQueries (Option_t *opt="")
 Ask the master for the list of queries. More...
 
Int_t GetNumberOfQueries ()
 Number of queries processed by this session. More...
 
Int_t GetNumberOfDrawQueries ()
 
TListGetQueryResults ()
 Return pointer to the list of query results in the player. More...
 
TQueryResultGetQueryResult (const char *ref=0)
 Return pointer to the full TQueryResult instance owned by the player and referenced by 'ref'. More...
 
void GetMaxQueries ()
 Get max number of queries whose full results are kept in the remote sandbox. More...
 
void SetMaxDrawQueries (Int_t max)
 Set max number of draw queries whose results are saved. More...
 
void ShowQueries (Option_t *opt="")
 Ask the master for the list of queries. More...
 
Bool_t IsDataReady (Long64_t &totalbytes, Long64_t &bytesready)
 See if the data is ready to be analyzed. More...
 
void SetActive (Bool_t=kTRUE)
 
void LogMessage (const char *msg, Bool_t all)
 Log a message into the appropriate window by emitting a signal. More...
 
void Progress (Long64_t total, Long64_t processed)
 Get query progress information. More...
 
void Progress (Long64_t total, Long64_t processed, Long64_t bytesread, Float_t initTime, Float_t procTime, Float_t evtrti, Float_t mbrti)
 Get query progress information. More...
 
void Progress (Long64_t total, Long64_t processed, Long64_t bytesread, Float_t initTime, Float_t procTime, Float_t evtrti, Float_t mbrti, Int_t actw, Int_t tses, Float_t eses)
 Get query progress information. More...
 
void Feedback (TList *objs)
 Get list of feedback objects. More...
 
void QueryResultReady (const char *ref)
 Notify availability of a query result. More...
 
void CloseProgressDialog ()
 Close progress dialog. More...
 
void ResetProgressDialog (const char *sel, Int_t sz, Long64_t fst, Long64_t ent)
 Reset progress dialog. More...
 
void StartupMessage (const char *msg, Bool_t status, Int_t done, Int_t total)
 Send startup message. More...
 
void DataSetStatus (const char *msg, Bool_t status, Int_t done, Int_t total)
 Send dataset preparation status. More...
 
void SendDataSetStatus (const char *msg, UInt_t n, UInt_t tot, Bool_t st)
 Send or notify data set status. More...
 
void GetLog (Int_t start=-1, Int_t end=-1)
 Ask for remote logs in the range [start, end]. More...
 
TMacroGetLastLog ()
 Fill a TMacro with the log lines since the last reading (fLogFileR) Return (TMacro *)0 if no line was logged. More...
 
void PutLog (TQueryResult *qr)
 Display log of query pq into the log window frame. More...
 
void ShowLog (Int_t qry=-1)
 Display on screen the content of the temporary log file. More...
 
void ShowLog (const char *queryref)
 Display on screen the content of the temporary log file for query in reference. More...
 
Bool_t SendingLogToWindow () const
 
void SendLogToWindow (Bool_t mode)
 
TMacroGetMacroLog ()
 
void ResetProgressDialogStatus ()
 
virtual TTreeGetTreeHeader (TDSet *tdset)
 Creates a tree header (a tree with nonexisting files) object for the DataSet. More...
 
TListGetOutputNames ()
 FIXME: to be written. More...
 
void AddChain (TChain *chain)
 Add chain to data set. More...
 
void RemoveChain (TChain *chain)
 Remove chain from data set. More...
 
TDrawFeedbackCreateDrawFeedback ()
 Draw feedback creation proxy. More...
 
void SetDrawFeedbackOption (TDrawFeedback *f, Option_t *opt)
 Set draw feedback option. More...
 
void DeleteDrawFeedback (TDrawFeedback *f)
 Delete draw feedback object. More...
 
void Detach (Option_t *opt="")
 Detach this instance to its proofserv. More...
 
virtual void SetAlias (const char *alias="")
 Set an alias for this session. More...
 
TProofMgrGetManager ()
 
void SetManager (TProofMgr *mgr)
 Set manager and schedule its destruction after this for clean operations. More...
 
Int_t ActivateWorker (const char *ord, Bool_t save=kTRUE)
 Make sure that the worker identified by the ordinal number 'ord' is in the active list. More...
 
Int_t DeactivateWorker (const char *ord, Bool_t save=kTRUE)
 Remove the worker identified by the ordinal number 'ord' from the the active list. More...
 
const char * GetDataPoolUrl () const
 
void SetDataPoolUrl (const char *url)
 
void SetPrintProgress (PrintProgress_t pp)
 
void SetProgressDialog (Bool_t on=kTRUE)
 Enable/Disable the graphic progress dialog. More...
 
Int_t SavePerfTree (const char *pf=0, const char *qref=0)
 Save performance information from TPerfStats to file 'pf'. More...
 
void SetPerfTree (const char *pf="perftree.root", Bool_t withWrks=kFALSE)
 Enable/Disable saving of the performance tree. More...
 
- Public Member Functions inherited from TNamed
 TNamed ()
 
 TNamed (const char *name, const char *title)
 
 TNamed (const TString &name, const TString &title)
 
 TNamed (const TNamed &named)
 
TNamedoperator= (const TNamed &rhs)
 TNamed assignment operator. More...
 
virtual ~TNamed ()
 
virtual void Clear (Option_t *option="")
 Set name and title to empty strings (""). More...
 
virtual TObjectClone (const char *newname="") const
 Make a clone of an object using the Streamer facility. More...
 
virtual Int_t Compare (const TObject *obj) const
 Compare two TNamed objects. More...
 
virtual void Copy (TObject &named) const
 Copy this to obj. More...
 
virtual void FillBuffer (char *&buffer)
 Encode TNamed into output buffer. More...
 
virtual const char * GetName () const
 Returns name of object. More...
 
virtual const char * GetTitle () const
 Returns title of object. More...
 
virtual ULong_t Hash () const
 Return hash value for this object. More...
 
virtual Bool_t IsSortable () const
 
virtual void SetName (const char *name)
 Change (i.e. More...
 
virtual void SetNameTitle (const char *name, const char *title)
 Change (i.e. set) all the TNamed parameters (name and title). More...
 
virtual void SetTitle (const char *title="")
 Change (i.e. set) the title of the TNamed. More...
 
virtual void ls (Option_t *option="") const
 List TNamed name and title. More...
 
virtual Int_t Sizeof () const
 Return size of the TNamed part of the TObject. More...
 
- Public Member Functions inherited from TObject
 TObject ()
 
 TObject (const TObject &object)
 TObject copy ctor. More...
 
TObjectoperator= (const TObject &rhs)
 TObject assignment operator. More...
 
virtual ~TObject ()
 TObject destructor. More...
 
virtual void AppendPad (Option_t *option="")
 Append graphics object to current pad. More...
 
virtual const char * ClassName () const
 Returns name of class to which the object belongs. More...
 
virtual void Delete (Option_t *option="")
 Delete this object. More...
 
virtual Int_t DistancetoPrimitive (Int_t px, Int_t py)
 Computes distance from point (px,py) to the object. More...
 
virtual void Draw (Option_t *option="")
 Default Draw method for all objects. More...
 
virtual void DrawClass () const
 Draw class inheritance tree of the class to which this object belongs. More...
 
virtual TObjectDrawClone (Option_t *option="") const
 Draw a clone of this object in the current pad. More...
 
virtual void Dump () const
 Dump contents of object on stdout. More...
 
virtual void Execute (const char *method, const char *params, Int_t *error=0)
 Execute method on this object with the given parameter string, e.g. More...
 
virtual void Execute (TMethod *method, TObjArray *params, Int_t *error=0)
 Execute method on this object with parameters stored in the TObjArray. More...
 
virtual void ExecuteEvent (Int_t event, Int_t px, Int_t py)
 Execute action corresponding to an event at (px,py). More...
 
virtual TObjectFindObject (const char *name) const
 Must be redefined in derived classes. More...
 
virtual TObjectFindObject (const TObject *obj) const
 Must be redefined in derived classes. More...
 
virtual Option_tGetDrawOption () const
 Get option used by the graphics system to draw this object. More...
 
virtual UInt_t GetUniqueID () const
 Return the unique object id. More...
 
virtual const char * GetIconName () const
 Returns mime type name of object. More...
 
virtual Option_tGetOption () const
 
virtual char * GetObjectInfo (Int_t px, Int_t py) const
 Returns string containing info about the object at position (px,py). More...
 
virtual Bool_t HandleTimer (TTimer *timer)
 Execute action in response of a timer timing out. More...
 
virtual Bool_t InheritsFrom (const char *classname) const
 Returns kTRUE if object inherits from class "classname". More...
 
virtual Bool_t InheritsFrom (const TClass *cl) const
 Returns kTRUE if object inherits from TClass cl. More...
 
virtual void Inspect () const
 Dump contents of this object in a graphics canvas. More...
 
virtual Bool_t IsEqual (const TObject *obj) const
 Default equal comparison (objects are equal if they have the same address in memory). More...
 
Bool_t IsOnHeap () const
 
Bool_t IsZombie () const
 
virtual Bool_t Notify ()
 This method must be overridden to handle object notification. More...
 
virtual void Paint (Option_t *option="")
 This method must be overridden if a class wants to paint itself. More...
 
virtual void Pop ()
 Pop on object drawn in a pad to the top of the display list. More...
 
virtual Int_t Read (const char *name)
 Read contents of object with specified name from the current directory. More...
 
virtual void RecursiveRemove (TObject *obj)
 Recursively remove this object from a list. More...
 
virtual void SaveAs (const char *filename="", Option_t *option="") const
 Save this object in the file specified by filename. More...
 
virtual void SavePrimitive (std::ostream &out, Option_t *option="")
 Save a primitive as a C++ statement(s) on output stream "out". More...
 
virtual void SetDrawOption (Option_t *option="")
 Set drawing option for object. More...
 
virtual void SetUniqueID (UInt_t uid)
 Set the unique object id. More...
 
virtual void UseCurrentStyle ()
 Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More...
 
virtual Int_t Write (const char *name=0, Int_t option=0, Int_t bufsize=0)
 Write this object to the current directory. More...
 
virtual Int_t Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const
 Write this object to the current directory. More...
 
voidoperator new (size_t sz)
 
voidoperator new[] (size_t sz)
 
voidoperator new (size_t sz, void *vp)
 
voidoperator new[] (size_t sz, void *vp)
 
void operator delete (void *ptr)
 Operator delete. More...
 
void operator delete[] (void *ptr)
 Operator delete []. More...
 
void SetBit (UInt_t f, Bool_t set)
 Set or unset the user status bits as specified in f. More...
 
void SetBit (UInt_t f)
 
void ResetBit (UInt_t f)
 
Bool_t TestBit (UInt_t f) const
 
Int_t TestBits (UInt_t f) const
 
void InvertBit (UInt_t f)
 
virtual void Info (const char *method, const char *msgfmt,...) const
 Issue info message. More...
 
virtual void Warning (const char *method, const char *msgfmt,...) const
 Issue warning message. More...
 
virtual void Error (const char *method, const char *msgfmt,...) const
 Issue error message. More...
 
virtual void SysError (const char *method, const char *msgfmt,...) const
 Issue system error message. More...
 
virtual void Fatal (const char *method, const char *msgfmt,...) const
 Issue fatal error message. More...
 
void AbstractMethod (const char *method) const
 Use this method to implement an "abstract" method that you don't want to leave purely abstract. More...
 
void MayNotUse (const char *method) const
 Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More...
 
void Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const
 Use this method to declare a method obsolete. More...
 
- Public Member Functions inherited from TQObject
 TQObject ()
 TQObject Constructor. More...
 
virtual ~TQObject ()
 TQObject Destructor. More...
 
TListGetListOfClassSignals () const
 Returns pointer to list of signals of this class. More...
 
TListGetListOfSignals () const
 
TListGetListOfConnections () const
 
Bool_t AreSignalsBlocked () const
 
Bool_t BlockSignals (Bool_t b)
 
void CollectClassSignalLists (TList &list, TClass *cls)
 Collect class signal lists from class cls and all its base-classes. More...
 
template<typename... T>
void EmitVA (const char *signal_name, Int_t, const T &...params)
 
void EmitVA (const char *signal, Int_t nargs, va_list va)=delete
 
void Emit (const char *signal)
 Acitvate signal without args. More...
 
void Emit (const char *signal, Long_t *paramArr)
 Emit a signal with a varying number of arguments, paramArr is an array of the parameters. More...
 
void Emit (const char *signal, const char *params)
 Activate signal with parameter text string. More...
 
void Emit (const char *signal, Double_t param)
 Activate signal with single parameter. More...
 
void Emit (const char *signal, Long_t param)
 Activate signal with single parameter. More...
 
void Emit (const char *signal, Long64_t param)
 Activate signal with single parameter. More...
 
void Emit (const char *signal, Bool_t param)
 
void Emit (const char *signal, Char_t param)
 
void Emit (const char *signal, UChar_t param)
 
void Emit (const char *signal, Short_t param)
 
void Emit (const char *signal, UShort_t param)
 
void Emit (const char *signal, Int_t param)
 
void Emit (const char *signal, UInt_t param)
 
void Emit (const char *signal, ULong_t param)
 
void Emit (const char *signal, ULong64_t param)
 
void Emit (const char *signal, Float_t param)
 
Bool_t Connect (const char *signal, const char *receiver_class, void *receiver, const char *slot)
 Non-static method is used to connect from the signal of this object to the receiver slot. More...
 
Bool_t Disconnect (const char *signal=0, void *receiver=0, const char *slot=0)
 Disconnects signal of this object from slot of receiver. More...
 
virtual void HighPriority (const char *signal_name, const char *slot_name=0)
 
virtual void LowPriority (const char *signal_name, const char *slot_name=0)
 
virtual Bool_t HasConnection (const char *signal_name) const
 Return true if there is any object connected to this signal. More...
 
virtual Int_t NumberOfSignals () const
 Return number of signals for this object. More...
 
virtual Int_t NumberOfConnections () const
 Return number of connections for this object. More...
 
virtual void Connected (const char *)
 
virtual void Disconnected (const char *)
 
virtual void Destroyed ()
 
virtual void ChangedBy (const char *method)
 
virtual void Message (const char *msg)
 

Protected Member Functions

Bool_t StartSlaves (Bool_t)
 Setup Condor workers using dynamic information. More...
 
TString GetJobAd ()
 Get job Ad. More...
 
- Protected Member Functions inherited from TProof
 TProof ()
 Protected constructor to be used by classes deriving from TProof (they have to call Init themselves and override StartSlaves appropriately). More...
 
void InitMembers ()
 Default initializations. More...
 
Int_t Init (const char *masterurl, const char *conffile, const char *confdir, Int_t loglevel, const char *alias=0)
 Start the PROOF environment. More...
 
Int_t AddWorkers (TList *wrks)
 Works on the master node only. More...
 
Int_t RemoveWorkers (TList *wrks)
 Used for shuting down the workres after a query is finished. More...
 
void SetupWorkersEnv (TList *wrks, Bool_t increasingpool=kFALSE)
 Set up packages, loaded macros, include and lib paths ... More...
 
void SetPlayer (TVirtualProofPlayer *player)
 Set a new PROOF player. More...
 
TVirtualProofPlayerGetPlayer () const
 
virtual TVirtualProofPlayerMakePlayer (const char *player=0, TSocket *s=0)
 Construct a TProofPlayer object. More...
 
void UpdateDialog ()
 Final update of the progress dialog. More...
 
void HandleLibIncPath (const char *what, Bool_t add, const char *dirs)
 Handle lib, inc search paths modification request. More...
 
TListGetListOfActiveSlaves () const
 
TSlaveCreateSlave (const char *url, const char *ord, Int_t perf, const char *image, const char *workdir)
 Create a new TSlave of type TSlave::kSlave. More...
 
TSlaveCreateSubmaster (const char *url, const char *ord, const char *image, const char *msd, Int_t nwk=1)
 Create a new TSlave of type TSlave::kMaster. More...
 
virtual Int_t PollForNewWorkers ()
 Asks the PROOF Serv for new workers in Dynamic Startup mode and activates them. More...
 
virtual void SaveWorkerInfo ()
 Save information about the worker set in the file .workers in the working dir. More...
 
Int_t Collect (ESlaves list=kActive, Long_t timeout=-1, Int_t endtype=-1, Bool_t deactonfail=kFALSE)
 Collect responses from the slave servers. More...
 
Int_t Collect (TList *slaves, Long_t timeout=-1, Int_t endtype=-1, Bool_t deactonfail=kFALSE)
 Collect responses from the slave servers. More...
 
TListGetEnabledPackages () const
 
void SetDSet (TDSet *dset)
 
virtual void ValidateDSet (TDSet *dset)
 Validate a TDSet. More...
 
Int_t VerifyDataSetParallel (const char *uri, const char *optStr)
 Internal function for parallel dataset verification used TProof::VerifyDataSet and TProofLite::VerifyDataSet. More...
 
TPluginHandlerGetProgressDialog () const
 
Int_t AssertPath (const char *path, Bool_t writable)
 Make sure that 'path' exists; if 'writable' is kTRUE, make also sure that the path is writable. More...
 
Int_t GetSandbox (TString &sb, Bool_t assert=kFALSE, const char *rc=0)
 Set the sandbox path from ' Proof.Sandbox' or the alternative var 'rc'. More...
 
void PrepareInputDataFile (TString &dataFile)
 Prepare the file with the input data objects to be sent the master; the objects are taken from the dedicated list and / or the specified file. More...
 
virtual void SendInputDataFile ()
 Send the input data objects to the master; the objects are taken from the dedicated list and / or the specified file. More...
 
Int_t SendFile (const char *file, Int_t opt=(kBinary|kForward|kCp|kCpBin), const char *rfile=0, TSlave *sl=0)
 Send a file to master or slave servers. More...
 
void SetFeedback (TString &opt, TString &optfb, Int_t action)
 Extract from opt in optfb information about wanted feedback settings. More...
 
Int_t HandleOutputOptions (TString &opt, TString &target, Int_t action)
 Extract from opt information about output handling settings. More...
 
- Protected Member Functions inherited from TObject
void MakeZombie ()
 
virtual void DoError (int level, const char *location, const char *fmt, va_list va) const
 Interface to ErrorHandler (protected). More...
 
- Protected Member Functions inherited from TQObject
virtual voidGetSender ()
 
virtual const char * GetSenderClassName () const
 

Private Attributes

TCondorfCondor
 
TTimerfTimer
 

Friends

class TCondor
 

Additional Inherited Members

- Public Types inherited from TProof
enum  EStatusBits {
  kUsingSessionGui = BIT(14), kNewInputData = BIT(15), kIsClient = BIT(16), kIsMaster = BIT(17),
  kIsTopMaster = BIT(18), kUseProgressDialog = BIT(19)
}
 
enum  EQueryMode { kSync = 0, kAsync = 1 }
 
enum  EUploadOpt {
  kAppend = 0x1, kOverwriteDataSet = 0x2, kNoOverwriteDataSet = 0x4, kOverwriteAllFiles = 0x8,
  kOverwriteNoFiles = 0x10, kAskUser = 0x0
}
 
enum  ERegisterOpt { kFailIfExists = 0, kOverwriteIfExists = 1, kMergeIfExists = 2 }
 
enum  EUploadPackageOpt { kUntar = 0x0, kRemoveOld = 0x1 }
 
enum  ERunStatus { kRunning = 0, kStopped = 1, kAborted = 2 }
 
enum  ESubMerger {
  kOutputSize = 1, kSendOutput = 2, kBeMerger = 3, kMergerDown = 4,
  kStopMerging = 5, kOutputSent = 6
}
 
enum  EProofClearData { kPurge = 0x1, kUnregistered = 0x2, kDataset = 0x4, kForceClear = 0x8 }
 
- Public Types inherited from TObject
enum  EStatusBits {
  kCanDelete = BIT(0), kMustCleanup = BIT(3), kObjInCanvas = BIT(3), kIsReferenced = BIT(4),
  kHasUUID = BIT(5), kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13)
}
 
enum  { kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kBitMask = 0x00ffffff }
 
enum  { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) }
 
- Static Public Member Functions inherited from TProof
static TObjectGetOutput (const char *name, TList *out)
 Find object 'name' in list 'out' or in the files specified in there. More...
 
static TProofOpen (const char *url=0, const char *conffile=0, const char *confdir=0, Int_t loglevel=0)
 Start a PROOF session on a specific cluster. More...
 
static void LogViewer (const char *url=0, Int_t sessionidx=0)
 Start the log viewer window usign the plugin manager. More...
 
static TProofMgrMgr (const char *url)
 Get instance of the effective manager for 'url' Return 0 on failure. More...
 
static void Reset (const char *url, Bool_t hard=kFALSE)
 Wrapper around TProofMgr::Reset(...). More...
 
static void AddEnvVar (const char *name, const char *value)
 Add an variable to the list of environment variables passed to proofserv on the master and slaves. More...
 
static void DelEnvVar (const char *name)
 Remove an variable from the list of environment variables passed to proofserv on the master and slaves. More...
 
static const TListGetEnvVars ()
 Get environemnt variables. More...
 
static void ResetEnvVars ()
 Clear the list of environment variables passed to proofserv on the master and slaves. More...
 
static Int_t GetParameter (TCollection *c, const char *par, TString &value)
 Get the value from the specified parameter from the specified collection. More...
 
static Int_t GetParameter (TCollection *c, const char *par, Int_t &value)
 Get the value from the specified parameter from the specified collection. More...
 
static Int_t GetParameter (TCollection *c, const char *par, Long_t &value)
 Get the value from the specified parameter from the specified collection. More...
 
static Int_t GetParameter (TCollection *c, const char *par, Long64_t &value)
 Get the value from the specified parameter from the specified collection. More...
 
static Int_t GetParameter (TCollection *c, const char *par, Double_t &value)
 Get the value from the specified parameter from the specified collection. More...
 
- Static Public Member Functions inherited from TObject
static Long_t GetDtorOnly ()
 Return destructor only flag. More...
 
static void SetDtorOnly (void *obj)
 Set destructor only flag. More...
 
static Bool_t GetObjectStat ()
 Get status of object stat flag. More...
 
static void SetObjectStat (Bool_t stat)
 Turn on/off tracking of objects in the TObjectTable. More...
 
- Static Public Member Functions inherited from TQObject
static Bool_t Connect (TQObject *sender, const char *signal, const char *receiver_class, void *receiver, const char *slot)
 Create connection between sender and receiver. More...
 
static Bool_t Connect (const char *sender_class, const char *signal, const char *receiver_class, void *receiver, const char *slot)
 This method allows to make a connection from any object of the same class to a single slot. More...
 
static Bool_t Disconnect (TQObject *sender, const char *signal=0, void *receiver=0, const char *slot=0)
 Disconnects signal in object sender from slot_method in object receiver. More...
 
static Bool_t Disconnect (const char *class_name, const char *signal, void *receiver=0, const char *slot=0)
 Disconnects "class signal". More...
 
static Bool_t AreAllSignalsBlocked ()
 Returns true if all signals are blocked. More...
 
static Bool_t BlockAllSignals (Bool_t b)
 Block or unblock all signals. Returns the previous block status. More...
 
- Protected Types inherited from TProof
enum  ESlaves { kAll, kActive, kUnique, kAllUnique }
 
- Static Protected Member Functions inherited from TProof
static voidSlaveStartupThread (void *arg)
 
static Int_t AssertDataSet (TDSet *dset, TList *input, TDataSetManager *mgr, TString &emsg)
 Make sure that dataset is in the form to be processed. More...
 
static Int_t GetInputData (TList *input, const char *cachedir, TString &emsg)
 Get the input data from the file defined in the input list. More...
 
static Int_t SaveInputData (TQueryResult *qr, const char *cachedir, TString &emsg)
 Save input data file from 'cachedir' into the sandbox or create a the file with input data objects. More...
 
static Int_t SendInputData (TQueryResult *qr, TProof *p, TString &emsg)
 Send the input data file to the workers. More...
 
static Bool_t GetFileInCmd (const char *cmd, TString &fn)
 Static method to extract the filename (if any) form a CINT command. More...
 
static void SystemCmd (const char *cmd, Int_t fdout)
 Exec system command 'cmd'. If fdout > -1, append the output to fdout. More...
 
- Static Protected Member Functions inherited from TQObject
static Bool_t ConnectToClass (TQObject *sender, const char *signal, TClass *receiver_class, void *receiver, const char *slot)
 Create connection between sender and receiver. More...
 
static Bool_t ConnectToClass (const char *sender_class, const char *signal, TClass *receiver_class, void *receiver, const char *slot)
 This method allows to make connection from any object of the same class to the receiver object. More...
 
static Int_t CheckConnectArgs (TQObject *sender, TClass *sender_class, const char *signal, TClass *receiver_class, const char *slot)
 Checking of consitency of sender/receiver methods/arguments. More...
 
static TString CompressName (const char *method_name)
 
- Protected Attributes inherited from TProof
Bool_t fMasterServ
 
TUrl fUrl
 
TString fConfFile
 
TString fConfDir
 
TString fImage
 
Int_t fProtocol
 
TListfSlaves
 
TListfTerminatedSlaveInfos
 
TListfBadSlaves
 
TMonitorfAllMonitor
 
Bool_t fDataReady
 
Long64_t fBytesReady
 
Long64_t fTotalBytes
 
TListfAvailablePackages
 
TListfEnabledPackages
 
TListfRunningDSets
 
Int_t fCollectTimeout
 
TString fDataPoolUrl
 
TProofMgr::EServType fServType
 
TProofMgrfManager
 
EQueryMode fQueryMode
 
Bool_t fDynamicStartup
 
TSelectorfSelector
 
TStopwatch fQuerySTW
 
Float_t fPrepTime
 
- Protected Attributes inherited from TNamed
TString fName
 
TString fTitle
 
- Protected Attributes inherited from TQObject
TListfListOfSignals
 
TListfListOfConnections
 list of signals from this object More...
 
Bool_t fSignalsBlocked
 list of connections to this object More...
 
- Static Protected Attributes inherited from TQObject
static Bool_t fgAllSignalsBlocked = kFALSE
 flag used for suppression of signals More...
 

#include <TProofCondor.h>

+ Inheritance diagram for TProofCondor:
+ Collaboration diagram for TProofCondor:

Constructor & Destructor Documentation

TProofCondor::TProofCondor ( const char *  masterurl,
const char *  conffile = kPROOF_ConfFile,
const char *  confdir = kPROOF_ConfDir,
Int_t  loglevel = 0,
const char *  alias = 0,
TProofMgr mgr = 0 
)
TProofCondor::~TProofCondor ( )
virtual

Clean up Condor PROOF environment.

Definition at line 72 of file TProofCondor.cxx.

Member Function Documentation

TString TProofCondor::GetJobAd ( )
protected

Get job Ad.

Definition at line 308 of file TProofCondor.cxx.

Referenced by StartSlaves().

virtual void TProofCondor::SetActive ( )
inlinevirtual

Definition at line 54 of file TProofCondor.h.

void TProofCondor::SetActive ( Bool_t  active)
virtual

Suspend or resume PROOF via Condor.

Definition at line 282 of file TProofCondor.cxx.

Bool_t TProofCondor::StartSlaves ( Bool_t  )
protectedvirtual

Setup Condor workers using dynamic information.

Reimplemented from TProof.

Definition at line 81 of file TProofCondor.cxx.

Friends And Related Function Documentation

friend class TCondor
friend

Definition at line 39 of file TProofCondor.h.

Referenced by StartSlaves().

Member Data Documentation

TCondor* TProofCondor::fCondor
private

Definition at line 42 of file TProofCondor.h.

Referenced by SetActive(), StartSlaves(), and ~TProofCondor().

TTimer* TProofCondor::fTimer
private

Definition at line 43 of file TProofCondor.h.

Referenced by SetActive(), and ~TProofCondor().


The documentation for this class was generated from the following files: