StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Named Class Reference

#include <Named.h>

Inheritance diagram for Named:
BFactory Parameter Parameters StiDetector StiDetectorBuilder StiDetectorContainer StiDetectorGroups StiGenericDetectorGroup StiHitContainer StiHitLoader< Event, Detector > StiHitLoader< Event, StiDetectorBuilder > StiHitLoader< Source1, Detector > StiHitLoader< StEvent, StiDetectorBuilder > StiHitLoader< StEvent, StiGeometryTransform > StiKalmanTrackFitter StiMaterial StiShape StiTrackContainer StiTrackFinder StiVertexFinder

Public Member Functions

void setName (const string &newName)
 Set the name of the object.
 
const string & getName () const
 Get the name of the object.
 
bool isName (const string &aName) const
 Determine whether name equals given name.
 

Protected Member Functions

 Named (const string &aName=" ")
 Only derived class are Named.
 

Protected Attributes

string _name
 

Detailed Description

This class encapsulates the notion of "name". It should be used as base class to provide a "named" property to objects.#include <string> use STD;

Author
Claude A Pruneau

Definition at line 16 of file Named.h.


The documentation for this class was generated from the following files: