library: libGeom
#include "TGeoPhysicalNode.h"

TGeoPNEntry


class description - header file - source file - inheritance tree (.pdf)

class TGeoPNEntry : public TNamed

Inheritance Chart:
TObject
<-
TNamed
<-
TGeoPNEntry

    protected:
TGeoPNEntry(const TGeoPNEntry& pne) TGeoPNEntry& operator=(const TGeoPNEntry& pne) public:
TGeoPNEntry() TGeoPNEntry(const char* unique_name, const char* path) virtual ~TGeoPNEntry() static TClass* Class() const char* GetPath() const TGeoPhysicalNode* GetPhysicalNode() const virtual TClass* IsA() const void SetPhysicalNode(TGeoPhysicalNode* node) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
TGeoPhysicalNode* fNode Physical node to which this applies

Class Description

 TGeoPhysicalNode
_________
TGeoPNEntry()
 Default constructor
TGeoPNEntry(const char *name, const char *path)
 Default constructor
void SetPhysicalNode(TGeoPhysicalNode *node)
 Setter for the corresponding physical node.
TGeoPhysicalNode& operator=(const TGeoPhysicalNode&)
TGeoPNEntry(const TGeoPNEntry& pne)
virtual ~TGeoPNEntry()

Author: Andrei Gheata 17/02/04
Last update: root/geom:$Name: $:$Id: TGeoPhysicalNode.cxx,v 1.18 2006/07/09 05:27:53 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - 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.