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 "KanVector_Short.hh"

KanVector_Short


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

class KanVector_Short : public TArrayS, public TObject

Inheritance Chart:
TArray
<-
TArrayS
TObject
<-
KanVector_Short

    public:
KanVector_Short() KanVector_Short(UInt_t size) KanVector_Short(const KanVector_Short&) virtual ~KanVector_Short() void free() Short_t getVal(UInt_t index) const UInt_t n() const KanVector_Short& operator=(const KanVector_Short&) void resize(UInt_t size) void setVal(UInt_t index, Short_t value)

Data Members




Class Description

      A vector of 16 bit Short_t for ROOT persistent storage.


KanVector_Short() //

KanVector_Short(UInt_t size) //

KanVector_Short( const KanVector_Short& other ) //

~KanVector_Short()
 d'tor

void setVal(UInt_t index, Short_t value)
 set int index to value

void free()



Inline Functions


                  UInt_t n() const
                 Short_t getVal(UInt_t index) const
                    void resize(UInt_t size)
        KanVector_Short& operator=(const KanVector_Short&)


Author: L. Wilden
Last update: KanVector_Short.cc,v 1.4 2004/08/06 06:13:04 bartoldu Exp $
Copyright (C) 2003 TU-Dresden


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.