| #include "EmcMiniCandCompositeK_001.hh" |
EmcMiniCandCompositeK_001
class description - source file - inheritance tree (.pdf)
private:
EmcMiniCandCompositeK_001(const EmcMiniCandCompositeK_001&)
EmcMiniCandCompositeK_001& operator=(const EmcMiniCandCompositeK_001&)
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_001()
virtual ~EmcMiniCandCompositeK_001()
private:
list<EmcCluster*> _ownedBumpsAndClusters !
list<EmcDigi*> _ownedSharedDigis !
KanCache<KanClonesVectorK<EmcMiniCandK> > _cands ! The vector of Candidates
KanCache<KanClonesVectorK<EmcMiniMultiBumpK> > _multibumps ! The vector of Bumps from multi-bump clusters
KanCache<KanClonesVectorK<EmcMiniSingleBumpK> > _singlebumps ! The vector of Bumps from single-bump clusters
KanCache<KanClonesVectorK<EmcMiniClusterK> > _clusters ! The vector of Clusters
Persistent class for List of EmcCands in the mini. This version uses
specialized branches to hold single and multi-bump bumps.
Environment:
Software developed for the BaBar Detector at the SLAC B-Factory.
Author: Dave Brown, Eric Charles (EmcMiniCandCompositeK), Leif Wilden (original root version)
based on EmcMiniCandCompositeP by Jane Tinslay and Dave Brown
Copyright: (C) 2003 Lawrence Berkeley National Lab
EmcMiniCandCompositeK_001() :
KanCompoundObj< EmcCandListPtr >(),
_cands(Dna::Event),
_multibumps(Dna::Event),
_singlebumps(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_001()
EmcCandListPtr* buildTransient( KanEventReader& eR )
void printList(const HepAList<EmcCand>& list) const
void resetHook(Dna::Scope scope)
Inline Functions
EmcMiniCandCompositeK_001 EmcMiniCandCompositeK_001(const EmcMiniCandCompositeK_001&)
EmcMiniCandCompositeK_001& operator=(const EmcMiniCandCompositeK_001&)
Author: Dave Brown, Eric Charles (EmcMiniCandCompositeK), Leif Wilden (original root version)
Last update: Mon Nov 22 19:27:55 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.
|