pybdt.convertdsmodule module

class pybdt.convertdsmodule.ConvertDS(ctx)

Bases: I3ConditionalModule

Extract varibales from the frame and store them in a pybdt.DataSet Just specify a function which takes a frame as input and returns a dictionary filled with the desired variables. This is intended to be the same function as you should later use for the scoring of the events by the pybdtmodule. Feel free to add a ‘Livetime’ or a ‘ScaleFactor’ (usually number of included simulation-files) to the dataset OBSERVE: put the weight of each event to the variable ‘weight’ in the dictionary

Configure((I3ConditionalModule)arg1) None :
C++ signature :

void Configure(PythonModule<I3ConditionalModule> {lvalue})

Finish((I3ConditionalModule)arg1) None :
C++ signature :

void Finish(PythonModule<I3ConditionalModule> {lvalue})

Physics((I3ConditionalModule)arg1, (I3Frame)arg2) None :
C++ signature :

void Physics(PythonModule<I3ConditionalModule> {lvalue},boost::shared_ptr<I3Frame>)