MCPartPrint


class description - source file - inheritance tree

class MCPartPrint : public RecModule


    public:
MCPartPrint MCPartPrint() MCPartPrint MCPartPrint(MCPartPrint&) virtual void ~MCPartPrint() TClass* Class() virtual void cleanup() virtual void doit(Event* event) virtual TClass* IsA() virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void spew(FILE* ofile) virtual void Streamer(TBuffer& b)

Data Members

private:
Event* m_event current event

Class Description

 MCPartPrint

  A very simple "processing" module.  It really has no processing to
  do, but does write out MC particle information when spew is requested.

MCPartPrint()
 Constructor

void doit(Event* event)
 No real processing for this module.

spew(FILE* ofile)const
 Write out the MC particle information (ascii)



Inline Functions


               void cleanup()
            TClass* Class()
            TClass* IsA()
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
        MCPartPrint MCPartPrint(MCPartPrint&)
               void ~MCPartPrint()


ROOT page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.