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

KanEvtIDK


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

class KanEvtIDK : public KanEvtIDI

Inheritance Chart:
TObject
KanPersistable
KanPersistentRefOwner
<-
KanObj
KanBranch
KanBranchOwner
<-
KanBranchObj
KanClassI
<-
KanEvtIDI
<-
KanEvtIDK
    private:
KanEvtIDK(const KanEvtIDK& other) KanEvtIDK& operator=(const KanEvtIDK& other) protected:
virtual KanEvtIDI* buildTransient(KanEventReader& eR) virtual void loadFrom(const KanEvtIDI* c, KanEventWriter& eW) public:
KanEvtIDK() virtual ~KanEvtIDK() virtual UInt_t bdbTimeGmtNSec() const virtual UInt_t bdbTimeGmtSec() const virtual UInt_t configKey() const Bool_t operator==(const KanEvtIDK& other) const virtual UInt_t partitionMask() const virtual UInt_t platform() const virtual void print(ostream& ost = std::cout) const virtual UInt_t run() const virtual void setVals(const AbsEventID* eid) virtual UInt_t timeStamp_l() const virtual UInt_t timeStamp_u() const

Data Members

    private:
UInt_t _platform in order to identify the event uniquely... UInt_t _partitionMask ...we need platform and partition mask, too. UInt_t _timeStamp_u lower part of odfTime UInt_t _timeStamp_l upper part of odfTime UInt_t _run Online Run Number UInt_t _configKey Online Configuration Key UInt_t _bdbTimeGmtSec I guess that time is defined differently in BdbLand... UInt_t _bdbTimeGmtNSec ...or maybe in OdfVille

Class Description

	Class KanEvtIDK

 Environment:
	Software developed for the BaBar Detector at the SLAC B-Factory.

 Author List:
	Eric A Charles
                  From EidInfoR by S. Kluth

 Copyright Information:
	Copyright (C) 2002                LBNL

------------------------------------------------------------------------

KanEvtIDK() //

~KanEvtIDK()
 d'tor

void print( ostream & ost ) const
 Print eventID, run number, config key

void setVals(const AbsEventID* eventID)
 fill this object from a AbsEventID*



Inline Functions


             Bool_t operator==(const KanEvtIDK& other) const
             UInt_t platform() const
             UInt_t partitionMask() const
             UInt_t timeStamp_u() const
             UInt_t timeStamp_l() const
             UInt_t run() const
             UInt_t bdbTimeGmtSec() const
             UInt_t bdbTimeGmtNSec() const
             UInt_t configKey() const
               void loadFrom(const KanEvtIDI* c, KanEventWriter& eW)
         KanEvtIDI* buildTransient(KanEventReader& eR)
          KanEvtIDK KanEvtIDK(const KanEvtIDK& other)
         KanEvtIDK& operator=(const KanEvtIDK& other)


Author: Eric A Charles
Last update: Mon Nov 22 19:30:51 2004


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.