Data Structures | |
| class | AnalysisChunk |
| An AnalysisChunk is the unit of data that a node works with, usually some subset of a ScienceSegment. More... | |
| class | AnalysisJob |
| Describes a generic analysis job that filters LIGO data as configured by an ini file. More... | |
| class | AnalysisNode |
| Contains the methods that allow an object to be built to analyse LIGO data in a Condor DAG. More... | |
| class | CondorDAG |
| A CondorDAG is a Condor Directed Acyclic Graph that describes a collection of Condor jobs and the order in which to run them. More... | |
| class | CondorDAGError |
| class | CondorDAGJob |
| A Condor DAG job never notifies the user on completion and can have variable options that are set for a particular node in the DAG. More... | |
| class | CondorDAGJobError |
| class | CondorDAGManJob |
| Condor DAGMan job class. More... | |
| class | CondorDAGManNode |
| Condor DAGMan node class. More... | |
| class | CondorDAGNode |
| A CondorDAGNode represents a node in the DAG. More... | |
| class | CondorDAGNodeError |
| class | CondorError |
| Error thrown by Condor Jobs. More... | |
| class | CondorJob |
| Generic condor job class. More... | |
| class | CondorJobError |
| class | CondorSubmitError |
| class | DeepCopyableConfigParser |
| The standard SafeConfigParser no longer supports deepcopy() as of python 2.7 (see http://bugs.python.org/issue16058). More... | |
| class | LigolwAddJob |
| A ligolw_add job can be used to concatenate several ligo lw files. More... | |
| class | LigolwAddNode |
| Runs an instance of ligolw_add in a Condor DAG. More... | |
| class | LigolwCutJob |
| A ligolw_cut job can be used to remove parts of a ligo lw file. More... | |
| class | LigolwCutNode |
| Runs an instance of ligolw_cut in a Condor DAG. More... | |
| class | LigolwSqliteJob |
| A LigolwSqlite job. More... | |
| class | LigolwSqliteNode |
| A LigolwSqlite node. More... | |
| class | LSCDataFindJob |
| An LSCdataFind job used to locate data. More... | |
| class | LSCDataFindNode |
| A DataFindNode runs an instance of LSCdataFind in a Condor DAG. More... | |
| class | LsyncCache |
| class | NoopJob |
| A Noop Job does nothing. More... | |
| class | NoopNode |
| Run an noop job in a Condor DAG. More... | |
| class | ScienceData |
| An object that can contain all the science data used in an analysis. More... | |
| class | ScienceSegment |
| A ScienceSegment is a period of time where the experimenters determine that the inteferometer is in a state where the data is suitable for scientific analysis. More... | |
| class | SegmentError |
| class | SqliteJob |
| A cbc sqlite job adds to CondorDAGJob and AnalysisJob features common to jobs which read or write to a sqlite database. More... | |
| class | SqliteNode |
| A cbc sqlite node adds to the standard AnalysisNode features common to nodes which read or write to a sqlite database. More... | |