VMetaString


class description - source file - inheritance tree

class VMetaString : public TObject


    public:
VMetaString VMetaString(const VMetaString&) VMetaString VMetaString(TString fileName, TString detector = VIRGO, TString state = L) VMetaString VMetaString() virtual void ~VMetaString() static TClass* Class() virtual TString GetDetector() virtual TString GetFileName() virtual TString GetState() virtual TClass* IsA() const virtual void SetDetector(TString detector) virtual void SetFileName(TString filename) virtual void SetState(TString state) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
TString mFileName Frames file name containing this frame TString mDetector Name of the detector that generated this frame TString mState Locked/not-locked state flag of the interferometer

Class Description

                                                                      
 VMetaString                                                          
                                                                      
 Helper class contains strings for meta data. Used for building       
 branches of the meta tree. TString cannot be used because it is not  
 collectable (does not derive from TObject. VMetaString is more       
 efficient than TObjString for our purposes.                          
                                                                      




Inline Functions


        VMetaString VMetaString()
        VMetaString VMetaString(TString fileName, TString detector = VIRGO, TString state = L)
            TString GetFileName()
            TString GetDetector()
            TString GetState()
               void SetFileName(TString filename)
               void SetDetector(TString detector)
               void SetState(TString state)
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
        VMetaString VMetaString(const VMetaString&)
               void ~VMetaString()
Last update: Tue Jul 1 17:29:30 2003


- ROOT page - VEGA 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 , or contact with any questions or problems regarding ROOT or VEGA.