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

BtaRecoCandIdK


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

class BtaRecoCandIdK : public BtaCandIdK

Inheritance Chart:
TObject
KanPersistable
KanPersistentRefOwner
<-
KanObj
KanClassI
<-
BtaCandIdI
<-
BtaCandIdK
<-
BtaRecoCandIdK

    protected:
virtual BtaRecoCandId* buildTransient(KanEventReader& eR) const EmcCand* emcCand(KanEventReader& eR) const virtual void fillConstituents() const virtual Bool_t fillReadRefHook(KanEventReader& eR) virtual Bool_t fillWriteRefHook(KanEventWriter& eW) const IfrAbs3D* ifrCluster(KanEventReader& eR) const virtual void loadFrom(const BtaCandId* transient, KanEventWriter& eW) const PidInfoChargedSummary* pidSummary(KanEventReader& eR) const const TrkRecoTrk* recoTrack(KanEventReader& eR) const virtual void resetHook(Dna::Scope scope = Dna::Event) public:
BtaRecoCandIdK() virtual ~BtaRecoCandIdK() virtual const EmcCandI* emc() const virtual const IfrAbs3DI* ifr() const virtual const TLorentzVector& p4Reco(Float_t fltlen = 0.0) const virtual const PidInfoChargedSummaryI* pid() const virtual void print(ostream& os = std::cout) const virtual const TrkRecoTrkI* trk() const

Data Members

    private:
KanObjectRef<TrkRecoTrkI> _trk ! Reference to TrkRecoTrk... KanReferenceSimple _trkVal ...and actual data KanObjectRef<EmcCandI> _emc ! Reference to EmcCand... KanReferenceSimple _emcVal ...and actual data KanObjectRef<IfrAbs3DI> _ifr ! Reference to IfrCluster... KanReferenceSimple _ifrVal ...and actual data KanObjectRef<PidInfoChargedSummaryI> _pid ! Reference to PidInfo KanReferenceSimple _pidVal ...and actual data

Class Description

      Class BtaRecoCandIdK


BtaRecoCandIdK( ) //

~BtaRecoCandIdK( )

print(ostream& os) const
 FIXME
 const BtaCandId* theCand = access();
 if ( theCand ) theCand->print(os);

const TrkRecoTrk* recoTrack(KanEventReader& eR) const

const EmcCand* emcCand(KanEventReader& eR) const

const IfrAbs3D* ifrCluster(KanEventReader& eR) const

const PidInfoChargedSummary* pidSummary(KanEventReader& eR) const

void loadFrom(const BtaCandId* transient, KanEventWriter& eW )
 load this from a transient

BtaRecoCandId* buildTransient(KanEventReader& eR)
 build a BtaCandId from the persistent data

const TLorentzVector& p4Reco(Float_t fltlen) const

void fillConstituents() const



Inline Functions


                   const TrkRecoTrkI* trk() const
                      const EmcCandI* emc() const
                     const IfrAbs3DI* ifr() const
        const PidInfoChargedSummaryI* pid() const
                               Bool_t fillWriteRefHook(KanEventWriter& eW)
                               Bool_t fillReadRefHook(KanEventReader& eR)
                                 void resetHook(Dna::Scope scope = Dna::Event)


Author: David Brown
Last update: Mon Nov 29 17:47:29 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.