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

BtaCandP4K


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

class BtaCandP4K : public BtaCandP4I

Inheritance Chart:
TObject
KanPersistable
KanPersistentRefOwner
<-
KanObj
KanClassI
<-
BtaCandP4I
<-
BtaCandP4K

    protected:
virtual HepLorentzVector* buildTransient(KanEventReader& eR) virtual void loadFrom(const HepLorentzVector*, KanEventWriter& eW) static UShort_t packe(Float_t val) static UShort_t packp(Float_t val) virtual void resetHook(Dna::Scope scope = Dna::Event) static Float_t unpacke(UShort_t pck) static Float_t unpackp(UShort_t pck) public:
BtaCandP4K() virtual ~BtaCandP4K() virtual Float_t e() const virtual TLorentzVector& p4() const virtual Float_t px() const virtual Float_t py() const virtual Float_t pz() const

Data Members

    private:
static ComPackFlatFloat _ppacker ! the Packer static ComPackFlatFloat _epacker ! the Packer UShort_t _px packed p4 Px component UShort_t _py packed p4 Py component UShort_t _pz packed p4 Pz component UShort_t _e packed p4 E component Bool_t _unPackedP4 ! TLorentzVector _p4 !

Class Description



UShort_t packp(Float_t val)

UShort_t packe(Float_t val)

Float_t unpackp(UShort_t pck)

Float_t unpacke(UShort_t pck)

BtaCandP4K() :_px(0),_py(0),_pz(0),_e(0), _unPackedP4(kFALSE),_p4()

~BtaCandP4K()

TLorentzVector& p4() const

void loadFrom(const HepLorentzVector* p4, KanEventWriter& eW)

HepLorentzVector* buildTransient(KanEventReader& eR)



Inline Functions


            Float_t px() const
            Float_t py() const
            Float_t pz() const
            Float_t e() const
               void resetHook(Dna::Scope scope = Dna::Event)


Author: Eric A Charles
Last update: Mon Nov 22 19:26:13 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.