Class to transparently emit data as if the input were a ROOT file. The
input is an unstructured text file made by cWB at runtime.
|
|
|
__getattr__(self,
name)
This overrides the attribute getter for this class so that when the
proxy class is required to produce information based on an attribute
(say 'rho') it responds just like a TBranch would. |
source code
|
|
|
GetEntry(self,
i)
Emulate a TTree GetEntry() call by switching internal pointer to a
row in the table. |
source code
|
|
|
GetEntries(self)
Emulate a TTree GetEntries() call by returning the length of the
internal data table. |
source code
|
|
|
Add(self,
filen)
Add a file which will be parsed by the class and added to the
internal table. |
source code
|
|
|
get_far_segments(self)
Gets the segments for which various FARs have been defined. |
source code
|
|
|
get_far_information(self,
segment=None)
Returns the false alarm rate for a given segment, usually one of the
segments retrieved from 'get_far_segments'. |
source code
|
|
|
|
|
|
|
|
|
parse_transcript(self,
text)
Parses a textual event transcript and adds the data to the internal
table. |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|