RecMdcHitOnTrack Class Reference

#include <RecMdcHitOnTrack.h>

Inheritance diagram for RecMdcHitOnTrack:

Event::Relation< RecMdcHit, RecMdcTrack > ContainedObject List of all members.

Public Member Functions

virtual const CLID & clID () const
const RecMdcHitgetFirst () const
RecMdcHitgetFirst ()
const RecMdcTrackgetSecond () const
RecMdcTrackgetSecond ()
void addInfo (std::string inf)
 Add additional information (as a string) to the relation.
std::vector< std::stringgetInfos () const
std::ostreamfillStream (std::ostream &s) const
 Fill the ASCII output stream.

Static Public Member Functions

static const CLID & classID ()

Friends

class RelTable< T1, T2 >

Detailed Description

Definition at line 23 of file RecMdcHitOnTrack.h.


Member Function Documentation

void Event::Relation< RecMdcHit , RecMdcTrack >::addInfo ( std::string  inf  )  [inherited]

Add additional information (as a string) to the relation.

static const CLID& RecMdcHitOnTrack::classID (  )  [inline, static]

Reimplemented from Event::Relation< RecMdcHit, RecMdcTrack >.

Definition at line 30 of file RecMdcHitOnTrack.h.

References CLID_RecMdcHitOnTrack.

Referenced by clID().

00030                                       { return CLID_RecMdcHitOnTrack; 
00031    }

virtual const CLID& RecMdcHitOnTrack::clID (  )  const [inline, virtual]

Reimplemented from Event::Relation< RecMdcHit, RecMdcTrack >.

Definition at line 27 of file RecMdcHitOnTrack.h.

References classID().

00027                                       { return RecMdcHitOnTrack::classID(); 
00028    }

std::ostream& Event::Relation< RecMdcHit , RecMdcTrack >::fillStream ( std::ostream s  )  const [inherited]

Fill the ASCII output stream.

RecMdcHit * Event::Relation< RecMdcHit , RecMdcTrack >::getFirst (  )  [inline, inherited]

Definition at line 48 of file Relation.h.

References Event::RelKey< T1, T2, T3 >::getData(), and Event::Relation< T1, T2 >::m_first.

00048 { return m_first.getData();}

const RecMdcHit * Event::Relation< RecMdcHit , RecMdcTrack >::getFirst (  )  const [inline, inherited]

Definition at line 47 of file Relation.h.

References Event::RelKey< T1, T2, T3 >::getData(), and Event::Relation< T1, T2 >::m_first.

00047 {return m_first.getData();} 

std::vector<std::string> Event::Relation< RecMdcHit , RecMdcTrack >::getInfos (  )  const [inherited]

RecMdcTrack * Event::Relation< RecMdcHit , RecMdcTrack >::getSecond (  )  [inline, inherited]

Definition at line 51 of file Relation.h.

References Event::RelKey< T1, T2, T3 >::getData(), and Event::Relation< T1, T2 >::m_second.

00051 { return m_second.getData();}    

const RecMdcTrack * Event::Relation< RecMdcHit , RecMdcTrack >::getSecond (  )  const [inline, inherited]

Definition at line 50 of file Relation.h.

References Event::RelKey< T1, T2, T3 >::getData(), and Event::Relation< T1, T2 >::m_second.

00050 {return m_second.getData();} 


Friends And Related Function Documentation

friend class RelTable< RecMdcHit , RecMdcTrack > [friend, inherited]

Definition at line 60 of file Relation.h.


Generated on Tue Nov 29 23:20:55 2016 for BOSS_7.0.2 by  doxygen 1.4.7