next up previous contents
Next: Bank Definitions (BDML) Up: Analysis Software Previous: Analysis Software   Contents


Object Framework

The Primex analysis software is built on a framework made of several C++ objects. The important feature is the PEvent_Loop class which implements an event loop which can be used by all programs. Analysis programs typically have main() routines with only 5-10 lines of code. This makes development time of new programs minimal since all common functions are handled by the PEvent_Loop object.



David Lawrence 2003-11-11