StSvtEvent


class description - source file - inheritance tree

class StSvtEvent : public StSvtHybridCollection


    public:
StSvtEvent StSvtEvent() StSvtEvent StSvtEvent(char* config, int event = 0, int trigger = 0) StSvtEvent StSvtEvent(StSvtEvent&) virtual void ~StSvtEvent() TClass* Class() int getEventNumber() int getTriggerType() virtual TClass* IsA() StSvtEvent& operator=(StSvtEvent&) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members

protected:
int fEventNumber Event Number int fTriggerType Trigger Type

Class Description

                                                                        
 It is a collection of StSvtHybridData objects.                         
 It represents the entire SVT data.                                     
                                                                        


StSvtEvent() : StSvtHybridCollection()

StSvtEvent(char* config, int event, int trigger) : StSvtHybridCollection(config)
 The Same as StSvtHybridCollection, with two additional parameters:
    event number and trigger type

~StSvtEvent()



Inline Functions


         StSvtEvent StSvtEvent(StSvtEvent&)
        StSvtEvent& operator=(StSvtEvent&)
                int getEventNumber()
                int getTriggerType()
            TClass* Class()
            TClass* IsA()
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)


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.