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

EmcMiniCandCompositeK


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

class EmcMiniCandCompositeK : public KanCompoundObj<HepAList<EmcCand> >

Inheritance Chart:
TObject
KanPersistable
KanPersistentRefOwner
<-
KanObj
KanBranch
KanBranchOwner
<-
KanBranchObj
<-
KanCompoundObj<HepAList<EmcCand> >
<-
EmcMiniCandCompositeK
    private:
EmcMiniCandCompositeK(const EmcMiniCandCompositeK&) EmcMiniCandCompositeK& operator=(const EmcMiniCandCompositeK&) protected:
virtual HepAList<EmcCand>* buildTransient(KanEventReader& eR) virtual void loadFrom(const HepAList<EmcCand>*, KanEventWriter&) void printList(const HepAList<EmcCand>& list) const virtual void resetHook(Dna::Scope scope = Dna::Event) virtual void setDependentBranches() public:
EmcMiniCandCompositeK() virtual ~EmcMiniCandCompositeK()

Data Members

    private:
list<EmcCluster*> _ownedBumpsAndClusters ! list<EmcDigi*> _ownedSharedDigis ! KanCache<KanClonesVectorK<EmcMiniCandK> > _cands ! The vector of Candidates KanCache<KanClonesVectorK<EmcMiniBumpK> > _bumps ! The vector of Bumps KanCache<KanClonesVectorK<EmcMiniClusterK> > _clusters ! The vector of Clusters

Class Description

      Persistent class for List of EmcCands in the mini - implementation

EmcMiniCandCompositeK() : KanCompoundObj< EmcCandListPtr >(), _cands(Dna::Event), _bumps(Dna::Event), _clusters(Dna::Event)

setDependentBranches()
 These define the relative locations of the sub-branches.
 DON'T EVER change them.

loadFrom( const EmcCandListPtr* transient, KanEventWriter & eW )

~EmcMiniCandCompositeK()

EmcCandListPtr* buildTransient( KanEventReader& eR )

void printList(const HepAList<EmcCand>& list) const

void resetHook(Dna::Scope scope)



Inline Functions


         EmcMiniCandCompositeK EmcMiniCandCompositeK(const EmcMiniCandCompositeK&)
        EmcMiniCandCompositeK& operator=(const EmcMiniCandCompositeK&)


Author: Eric Charles, Leif Wilden
Last update: Mon Nov 22 19:27:50 2004
Copyright (C) 2003 Lawrence Berkeley National Lab


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.