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

KanVector_Int


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

class KanVector_Int : public TArrayI

Inheritance Chart:
TArray
<-
TArrayI
<-
KanVector_Int

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

Data Members




Class Description

      A vector of 32 bit Int_t for ROOT persistent storage.


KanVector_Int() //

KanVector_Int(UInt_t size) //

KanVector_Int( const KanVector_Int& other ) //

~KanVector_Int()
 d'tor

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

void free()



Inline Functions


                UInt_t n() const
                 Int_t getVal(UInt_t index) const
                  void resize(UInt_t size)
        KanVector_Int& operator=(const KanVector_Int&)


Author: L. Wilden
Last update: KanVector_Int.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.