SLAC PEP-II
BABAR
SLAC<->RAL
Babar logo
HEPIC E,S & H Databases PDG HEP preprints
Organization Detector Computing Physics Documentation
Personnel Glossary Sitemap Search Hypernews
Unwrap page!
Comp. Search
Who's who?
Meetings
FAQ Homepage
Archive
Environment
Administration
New User Info.
Web Info/Tools
Monitoring
Training
Tools & Utils
Programming
C++ Standard
SRT, AFS, CVS
QA and QC
Remedy
Histogramming
Operations
PromptReco
Simulation Production
Online SW
Dataflow
Detector Control
Evt Processing
Run Control
Calibration
Databases
Offline
Workbook
Coding Standards
Simulation
Reconstruction
Prompt Reco.
BaBar Grid
Data Distribution
Beta & BetaTools
Kanga & Root
Analysis Tools
RooFit Toolkit
Data Management
Data Quality
Event display
Event Browser
Code releases
Databases
Check this page for HTML 4.01 Transitional compliance with the
W3C Validator
(More checks...)
#include "KanArray_String.hh"

KanArray_String


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

class KanArray_String : public KanArray

Inheritance Chart:
TObject
KanBranch
KanPersistable
<-
KanArray
<-
KanArray_String
    private:
KanArray_String(const KanArray_String& other) KanArray_String& operator=(const KanArray_String& other) protected:
virtual void clearMap() virtual void updateArray() virtual void updateMap() public:
KanArray_String() virtual ~KanArray_String() UInt_t add(const KanArray_String::obj_trans_t& trans) static KanArray_String* cast(KanBranch* b) Bool_t doMerge(const AstSTLNameMap&) Bool_t getIndex(UInt_t& index, const KanArray_String::obj_trans_t& trans) const Bool_t getIndex(UInt_t& index, const char* name) const const TObjString* getPers(UInt_t index) const const char* getTrans(UInt_t index) const KanArray_String::trans_t* transient(KanEventReader& eR)

Data Members

    private:
AstSTLNameMap _theMap ! the name->index map

Class Description

	Class KanArray_String


KanArray_String() //

~KanArray_String()
 d'tor

Bool_t getIndex(UInt_t& index, const std::string& trans) const
 get the index of a tag by name
 returns true is tag exists
 puts index value into index

Bool_t getIndex(UInt_t& index, const char* name ) const
 get the index of a tag by name
 returns true is tag exists
 puts index value into index

const char* getTrans(UInt_t index) const

const TObjString* getPers(UInt_t index) const

UInt_t add(const std::string& trans)

Bool_t doMerge(const AstSTLNameMap& other)

void updateMap()



Inline Functions


        KanArray_String::trans_t* transient(KanEventReader& eR)
                             void updateArray()
                             void clearMap()
                  KanArray_String KanArray_String(const KanArray_String& other)
                 KanArray_String& operator=(const KanArray_String& other)
                 KanArray_String* cast(KanBranch* b)


Author: E. Charles
Last update: KanArray_String.cc,v 1.10 2004/08/06 06:13:04 bartoldu Exp $
Copyright (C) 2003 LBNL


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.