| #include "BtaRecoCandIdK.hh" |
BtaRecoCandIdK
class description - source file - inheritance tree (.pdf)
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
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 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.
|