BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
RecTrackList Class Reference

#include <RecTrackList.h>

Inheritance diagram for RecTrackList:

Public Member Functions

virtual const CLID & clID () const
 RecTrackList ()
 ~RecTrackList ()
 RecTrackList (const RecTrackList &)
bool IsMdcTrkValid ()
bool IsMdcKalTrkValid ()
bool IsDedxValid ()
bool IsExtTrkValid ()
bool IsTofTrkValid ()
bool IsEmcTrkValid ()
bool IsMucTrkValid ()
int GetTrkId ()
RecMdcTrackMdcTrk ()
RecMdcKalTrackMdcKalTrk ()
RecMdcDedxDedxTrk ()
RecExtTrackExtTrk ()
RecTofTrackTofTrk ()
RecEmcShowerEmcTrk ()
RecMucTrackMucTrk ()
void setTrackID (const int trkID)
void setMdcTrk (RecMdcTrack *trk)
void setMdcKalTrk (RecMdcKalTrack *trk)
void setDedxTrk (RecMdcDedx *trk)
void setExtTrk (RecExtTrack *trk)
void setTofTrk (RecTofTrack *trk)
void setEmcTrk (RecEmcShower *trk)
void setMucTrk (RecMucTrack *trk)
int MdcTrkIdx ()
int MdcKalTrkIdx ()
int DedxTrkIdx ()
int ExtTrkIdx ()
int TofTrkIdx ()
int EmcTrkIdx ()
int MucTrkIdx ()
void setMdcTrkIdx (int idx)
void setMdcKalTrkIdx (int idx)
void setDedxTrkIdx (int idx)
void setExtTrkIdx (int idx)
void setTofTrkIdx (int idx)
void setEmcTrkIdx (int idx)
void setMucTrkIdx (int idx)
RecTrackListoperator= (const RecTrackList &)
virtual const CLID & clID () const
 RecTrackList ()
 ~RecTrackList ()
 RecTrackList (const RecTrackList &)
bool IsMdcTrkValid ()
bool IsMdcKalTrkValid ()
bool IsDedxValid ()
bool IsExtTrkValid ()
bool IsTofTrkValid ()
bool IsEmcTrkValid ()
bool IsMucTrkValid ()
int GetTrkId ()
RecMdcTrackMdcTrk ()
RecMdcKalTrackMdcKalTrk ()
RecMdcDedxDedxTrk ()
RecExtTrackExtTrk ()
RecTofTrackTofTrk ()
RecEmcShowerEmcTrk ()
RecMucTrackMucTrk ()
void setTrackID (const int trkID)
void setMdcTrk (RecMdcTrack *trk)
void setMdcKalTrk (RecMdcKalTrack *trk)
void setDedxTrk (RecMdcDedx *trk)
void setExtTrk (RecExtTrack *trk)
void setTofTrk (RecTofTrack *trk)
void setEmcTrk (RecEmcShower *trk)
void setMucTrk (RecMucTrack *trk)
int MdcTrkIdx ()
int MdcKalTrkIdx ()
int DedxTrkIdx ()
int ExtTrkIdx ()
int TofTrkIdx ()
int EmcTrkIdx ()
int MucTrkIdx ()
void setMdcTrkIdx (int idx)
void setMdcKalTrkIdx (int idx)
void setDedxTrkIdx (int idx)
void setExtTrkIdx (int idx)
void setTofTrkIdx (int idx)
void setEmcTrkIdx (int idx)
void setMucTrkIdx (int idx)
RecTrackListoperator= (const RecTrackList &)
virtual const CLID & clID () const
 RecTrackList ()
 ~RecTrackList ()
 RecTrackList (const RecTrackList &)
bool IsMdcTrkValid ()
bool IsMdcKalTrkValid ()
bool IsDedxValid ()
bool IsExtTrkValid ()
bool IsTofTrkValid ()
bool IsEmcTrkValid ()
bool IsMucTrkValid ()
int GetTrkId ()
RecMdcTrackMdcTrk ()
RecMdcKalTrackMdcKalTrk ()
RecMdcDedxDedxTrk ()
RecExtTrackExtTrk ()
RecTofTrackTofTrk ()
RecEmcShowerEmcTrk ()
RecMucTrackMucTrk ()
void setTrackID (const int trkID)
void setMdcTrk (RecMdcTrack *trk)
void setMdcKalTrk (RecMdcKalTrack *trk)
void setDedxTrk (RecMdcDedx *trk)
void setExtTrk (RecExtTrack *trk)
void setTofTrk (RecTofTrack *trk)
void setEmcTrk (RecEmcShower *trk)
void setMucTrk (RecMucTrack *trk)
int MdcTrkIdx ()
int MdcKalTrkIdx ()
int DedxTrkIdx ()
int ExtTrkIdx ()
int TofTrkIdx ()
int EmcTrkIdx ()
int MucTrkIdx ()
void setMdcTrkIdx (int idx)
void setMdcKalTrkIdx (int idx)
void setDedxTrkIdx (int idx)
void setExtTrkIdx (int idx)
void setTofTrkIdx (int idx)
void setEmcTrkIdx (int idx)
void setMucTrkIdx (int idx)
RecTrackListoperator= (const RecTrackList &)

Static Public Member Functions

static const CLID & classID ()
static const CLID & classID ()
static const CLID & classID ()

Detailed Description

Constructor & Destructor Documentation

◆ RecTrackList() [1/6]

RecTrackList::RecTrackList ( )

Definition at line 3 of file RecTrackList.cxx.

3 {
4 myTrkId = -1;
5 myMdcTrk = 0;
6 myKalTrk = 0;
7 myMdcDedx = 0;
8 myExtTrk = 0;
9 myTofTrk = 0;
10 myRecEmcShower = 0;
11 myMucTrk = 0;
12 myMdcTrkIdx = -1;
13 myKalTrkIdx = -1;
14 myMdcDedxIdx = -1;
15 myExtTrkIdx = -1;
16 myTofTrkIdx = -1;
17 myRecEmcShowerIdx = -1;
18 myMucTrkIdx = -1;
19}

Referenced by operator=(), and RecTrackList().

◆ ~RecTrackList() [1/3]

RecTrackList::~RecTrackList ( )
inline

Definition at line 25 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

25{ ; }

◆ RecTrackList() [2/6]

RecTrackList::RecTrackList ( const RecTrackList & trk)

Definition at line 21 of file RecTrackList.cxx.

21 {
22 myTrkId = trk.myTrkId;
23 myMdcTrk = trk.myMdcTrk;
24 myKalTrk = trk.myKalTrk;
25 myMdcDedx = trk.myMdcDedx;
26 myExtTrk = trk.myExtTrk;
27 myTofTrk = trk.myTofTrk;
28 myRecEmcShower = trk.myRecEmcShower;
29 myMucTrk = trk.myMucTrk;
30 myMdcTrkIdx = trk.myMdcTrkIdx;
31 myKalTrkIdx = trk.myKalTrkIdx;
32 myMdcDedxIdx = trk.myMdcDedxIdx;
33 myExtTrkIdx = trk.myExtTrkIdx;
34 myTofTrkIdx = trk.myTofTrkIdx;
35 myRecEmcShowerIdx = trk.myRecEmcShowerIdx;
36 myMucTrkIdx = trk.myMucTrkIdx;
37}

◆ RecTrackList() [3/6]

RecTrackList::RecTrackList ( )

◆ ~RecTrackList() [2/3]

RecTrackList::~RecTrackList ( )
inline

◆ RecTrackList() [4/6]

RecTrackList::RecTrackList ( const RecTrackList & )

◆ RecTrackList() [5/6]

RecTrackList::RecTrackList ( )

◆ ~RecTrackList() [3/3]

RecTrackList::~RecTrackList ( )
inline

◆ RecTrackList() [6/6]

RecTrackList::RecTrackList ( const RecTrackList & )

Member Function Documentation

◆ classID() [1/3]

const CLID & RecTrackList::classID ( )
inlinestatic

Definition at line 22 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

22{ return CLID_RecTrackList; }
const CLID & CLID_RecTrackList

Referenced by clID().

◆ classID() [2/3]

const CLID & RecTrackList::classID ( )
inlinestatic

◆ classID() [3/3]

const CLID & RecTrackList::classID ( )
inlinestatic

◆ clID() [1/3]

virtual const CLID & RecTrackList::clID ( ) const
inlinevirtual

◆ clID() [2/3]

virtual const CLID & RecTrackList::clID ( ) const
inlinevirtual

◆ clID() [3/3]

virtual const CLID & RecTrackList::clID ( ) const
inlinevirtual

◆ DedxTrk() [1/3]

RecMdcDedx * RecTrackList::DedxTrk ( )
inline

Definition at line 40 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

40{ return myMdcDedx; }

◆ DedxTrk() [2/3]

RecMdcDedx * RecTrackList::DedxTrk ( )
inline

Definition at line 40 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

40{ return myMdcDedx; }

◆ DedxTrk() [3/3]

RecMdcDedx * RecTrackList::DedxTrk ( )
inline

Definition at line 40 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

40{ return myMdcDedx; }

◆ DedxTrkIdx() [1/3]

int RecTrackList::DedxTrkIdx ( )
inline

Definition at line 57 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

57{ return myMdcDedxIdx; }

◆ DedxTrkIdx() [2/3]

int RecTrackList::DedxTrkIdx ( )
inline

Definition at line 57 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

57{ return myMdcDedxIdx; }

◆ DedxTrkIdx() [3/3]

int RecTrackList::DedxTrkIdx ( )
inline

Definition at line 57 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

57{ return myMdcDedxIdx; }

◆ EmcTrk() [1/3]

RecEmcShower * RecTrackList::EmcTrk ( )
inline

Definition at line 43 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

43{ return myRecEmcShower; }

◆ EmcTrk() [2/3]

RecEmcShower * RecTrackList::EmcTrk ( )
inline

Definition at line 43 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

43{ return myRecEmcShower; }

◆ EmcTrk() [3/3]

RecEmcShower * RecTrackList::EmcTrk ( )
inline

Definition at line 43 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

43{ return myRecEmcShower; }

◆ EmcTrkIdx() [1/3]

int RecTrackList::EmcTrkIdx ( )
inline

Definition at line 60 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

60{ return myRecEmcShowerIdx; }

◆ EmcTrkIdx() [2/3]

int RecTrackList::EmcTrkIdx ( )
inline

Definition at line 60 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

60{ return myRecEmcShowerIdx; }

◆ EmcTrkIdx() [3/3]

int RecTrackList::EmcTrkIdx ( )
inline

Definition at line 60 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

60{ return myRecEmcShowerIdx; }

◆ ExtTrk() [1/3]

RecExtTrack * RecTrackList::ExtTrk ( )
inline

Definition at line 41 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

41{ return myExtTrk; }

◆ ExtTrk() [2/3]

RecExtTrack * RecTrackList::ExtTrk ( )
inline

Definition at line 41 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

41{ return myExtTrk; }

◆ ExtTrk() [3/3]

RecExtTrack * RecTrackList::ExtTrk ( )
inline

Definition at line 41 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

41{ return myExtTrk; }

◆ ExtTrkIdx() [1/3]

int RecTrackList::ExtTrkIdx ( )
inline

Definition at line 58 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

58{ return myExtTrkIdx; }

◆ ExtTrkIdx() [2/3]

int RecTrackList::ExtTrkIdx ( )
inline

Definition at line 58 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

58{ return myExtTrkIdx; }

◆ ExtTrkIdx() [3/3]

int RecTrackList::ExtTrkIdx ( )
inline

Definition at line 58 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

58{ return myExtTrkIdx; }

◆ GetTrkId() [1/3]

int RecTrackList::GetTrkId ( )
inline

Definition at line 37 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

37{ return myTrkId; }

◆ GetTrkId() [2/3]

int RecTrackList::GetTrkId ( )
inline

Definition at line 37 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

37{ return myTrkId; }

◆ GetTrkId() [3/3]

int RecTrackList::GetTrkId ( )
inline

Definition at line 37 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

37{ return myTrkId; }

◆ IsDedxValid() [1/3]

bool RecTrackList::IsDedxValid ( )
inline

Definition at line 31 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

31{ return ( myMdcDedx != 0 ); }

◆ IsDedxValid() [2/3]

bool RecTrackList::IsDedxValid ( )
inline

Definition at line 31 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

31{ return ( myMdcDedx != 0 ); }

◆ IsDedxValid() [3/3]

bool RecTrackList::IsDedxValid ( )
inline

Definition at line 31 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

31{ return ( myMdcDedx != 0 ); }

◆ IsEmcTrkValid() [1/3]

bool RecTrackList::IsEmcTrkValid ( )
inline

Definition at line 34 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

34{ return ( myRecEmcShower != 0 ); }

◆ IsEmcTrkValid() [2/3]

bool RecTrackList::IsEmcTrkValid ( )
inline

Definition at line 34 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

34{ return ( myRecEmcShower != 0 ); }

◆ IsEmcTrkValid() [3/3]

bool RecTrackList::IsEmcTrkValid ( )
inline

Definition at line 34 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

34{ return ( myRecEmcShower != 0 ); }

◆ IsExtTrkValid() [1/3]

bool RecTrackList::IsExtTrkValid ( )
inline

Definition at line 32 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

32{ return ( myExtTrk != 0 ); }

◆ IsExtTrkValid() [2/3]

bool RecTrackList::IsExtTrkValid ( )
inline

Definition at line 32 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

32{ return ( myExtTrk != 0 ); }

◆ IsExtTrkValid() [3/3]

bool RecTrackList::IsExtTrkValid ( )
inline

Definition at line 32 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

32{ return ( myExtTrk != 0 ); }

◆ IsMdcKalTrkValid() [1/3]

bool RecTrackList::IsMdcKalTrkValid ( )
inline

Definition at line 30 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

30{ return ( myKalTrk != 0 ); }

◆ IsMdcKalTrkValid() [2/3]

bool RecTrackList::IsMdcKalTrkValid ( )
inline

Definition at line 30 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

30{ return ( myKalTrk != 0 ); }

◆ IsMdcKalTrkValid() [3/3]

bool RecTrackList::IsMdcKalTrkValid ( )
inline

Definition at line 30 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

30{ return ( myKalTrk != 0 ); }

◆ IsMdcTrkValid() [1/3]

bool RecTrackList::IsMdcTrkValid ( )
inline

Definition at line 29 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

29{ return ( myMdcTrk != 0 ); }

◆ IsMdcTrkValid() [2/3]

bool RecTrackList::IsMdcTrkValid ( )
inline

Definition at line 29 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

29{ return ( myMdcTrk != 0 ); }

◆ IsMdcTrkValid() [3/3]

bool RecTrackList::IsMdcTrkValid ( )
inline

Definition at line 29 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

29{ return ( myMdcTrk != 0 ); }

◆ IsMucTrkValid() [1/3]

bool RecTrackList::IsMucTrkValid ( )
inline

Definition at line 35 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

35{ return ( myMucTrk != 0 ); }

◆ IsMucTrkValid() [2/3]

bool RecTrackList::IsMucTrkValid ( )
inline

Definition at line 35 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

35{ return ( myMucTrk != 0 ); }

◆ IsMucTrkValid() [3/3]

bool RecTrackList::IsMucTrkValid ( )
inline

Definition at line 35 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

35{ return ( myMucTrk != 0 ); }

◆ IsTofTrkValid() [1/3]

bool RecTrackList::IsTofTrkValid ( )
inline

Definition at line 33 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

33{ return ( myTofTrk != 0 ); }

◆ IsTofTrkValid() [2/3]

bool RecTrackList::IsTofTrkValid ( )
inline

Definition at line 33 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

33{ return ( myTofTrk != 0 ); }

◆ IsTofTrkValid() [3/3]

bool RecTrackList::IsTofTrkValid ( )
inline

Definition at line 33 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

33{ return ( myTofTrk != 0 ); }

◆ MdcKalTrk() [1/3]

RecMdcKalTrack * RecTrackList::MdcKalTrk ( )
inline

Definition at line 39 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

39{ return myKalTrk; }

◆ MdcKalTrk() [2/3]

RecMdcKalTrack * RecTrackList::MdcKalTrk ( )
inline

Definition at line 39 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

39{ return myKalTrk; }

◆ MdcKalTrk() [3/3]

RecMdcKalTrack * RecTrackList::MdcKalTrk ( )
inline

Definition at line 39 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

39{ return myKalTrk; }

◆ MdcKalTrkIdx() [1/3]

int RecTrackList::MdcKalTrkIdx ( )
inline

Definition at line 56 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

56{ return myKalTrkIdx; }

◆ MdcKalTrkIdx() [2/3]

int RecTrackList::MdcKalTrkIdx ( )
inline

Definition at line 56 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

56{ return myKalTrkIdx; }

◆ MdcKalTrkIdx() [3/3]

int RecTrackList::MdcKalTrkIdx ( )
inline

Definition at line 56 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

56{ return myKalTrkIdx; }

◆ MdcTrk() [1/3]

RecMdcTrack * RecTrackList::MdcTrk ( )
inline

Definition at line 38 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

38{ return myMdcTrk; }

◆ MdcTrk() [2/3]

RecMdcTrack * RecTrackList::MdcTrk ( )
inline

Definition at line 38 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

38{ return myMdcTrk; }

◆ MdcTrk() [3/3]

RecMdcTrack * RecTrackList::MdcTrk ( )
inline

Definition at line 38 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

38{ return myMdcTrk; }

◆ MdcTrkIdx() [1/3]

int RecTrackList::MdcTrkIdx ( )
inline

Definition at line 55 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

55{ return myMdcTrkIdx; }

◆ MdcTrkIdx() [2/3]

int RecTrackList::MdcTrkIdx ( )
inline

Definition at line 55 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

55{ return myMdcTrkIdx; }

◆ MdcTrkIdx() [3/3]

int RecTrackList::MdcTrkIdx ( )
inline

Definition at line 55 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

55{ return myMdcTrkIdx; }

◆ MucTrk() [1/3]

RecMucTrack * RecTrackList::MucTrk ( )
inline

Definition at line 44 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

44{ return myMucTrk; }

◆ MucTrk() [2/3]

RecMucTrack * RecTrackList::MucTrk ( )
inline

Definition at line 44 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

44{ return myMucTrk; }

◆ MucTrk() [3/3]

RecMucTrack * RecTrackList::MucTrk ( )
inline

Definition at line 44 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

44{ return myMucTrk; }

◆ MucTrkIdx() [1/3]

int RecTrackList::MucTrkIdx ( )
inline

Definition at line 61 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

61{ return myMucTrkIdx; }

◆ MucTrkIdx() [2/3]

int RecTrackList::MucTrkIdx ( )
inline

Definition at line 61 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

61{ return myMucTrkIdx; }

◆ MucTrkIdx() [3/3]

int RecTrackList::MucTrkIdx ( )
inline

Definition at line 61 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

61{ return myMucTrkIdx; }

◆ operator=() [1/3]

RecTrackList & RecTrackList::operator= ( const RecTrackList & trk)

Definition at line 39 of file RecTrackList.cxx.

39 {
40 myTrkId = trk.myTrkId;
41 myMdcTrk = trk.myMdcTrk;
42 myKalTrk = trk.myKalTrk;
43 myMdcDedx = trk.myMdcDedx;
44 myExtTrk = trk.myExtTrk;
45 myTofTrk = trk.myTofTrk;
46 myRecEmcShower = trk.myRecEmcShower;
47 myMucTrk = trk.myMucTrk;
48 myMdcTrkIdx = trk.myMdcTrkIdx;
49 myKalTrkIdx = trk.myKalTrkIdx;
50 myMdcDedxIdx = trk.myMdcDedxIdx;
51 myExtTrkIdx = trk.myExtTrkIdx;
52 myTofTrkIdx = trk.myTofTrkIdx;
53 myRecEmcShowerIdx = trk.myRecEmcShowerIdx;
54 myMucTrkIdx = trk.myMucTrkIdx;
55
56 return *this;
57}

◆ operator=() [2/3]

RecTrackList & RecTrackList::operator= ( const RecTrackList & )

◆ operator=() [3/3]

RecTrackList & RecTrackList::operator= ( const RecTrackList & )

◆ setDedxTrk() [1/3]

void RecTrackList::setDedxTrk ( RecMdcDedx * trk)
inline

Definition at line 49 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

49{ myMdcDedx = trk; }

◆ setDedxTrk() [2/3]

void RecTrackList::setDedxTrk ( RecMdcDedx * trk)
inline

Definition at line 49 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

49{ myMdcDedx = trk; }

◆ setDedxTrk() [3/3]

void RecTrackList::setDedxTrk ( RecMdcDedx * trk)
inline

Definition at line 49 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

49{ myMdcDedx = trk; }

◆ setDedxTrkIdx() [1/3]

void RecTrackList::setDedxTrkIdx ( int idx)
inline

Definition at line 65 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

65{ myMdcDedxIdx = idx; }

◆ setDedxTrkIdx() [2/3]

void RecTrackList::setDedxTrkIdx ( int idx)
inline

Definition at line 65 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

65{ myMdcDedxIdx = idx; }

◆ setDedxTrkIdx() [3/3]

void RecTrackList::setDedxTrkIdx ( int idx)
inline

Definition at line 65 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

65{ myMdcDedxIdx = idx; }

◆ setEmcTrk() [1/3]

void RecTrackList::setEmcTrk ( RecEmcShower * trk)
inline

Definition at line 52 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

52{ myRecEmcShower = trk; }

◆ setEmcTrk() [2/3]

void RecTrackList::setEmcTrk ( RecEmcShower * trk)
inline

Definition at line 52 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

52{ myRecEmcShower = trk; }

◆ setEmcTrk() [3/3]

void RecTrackList::setEmcTrk ( RecEmcShower * trk)
inline

Definition at line 52 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

52{ myRecEmcShower = trk; }

◆ setEmcTrkIdx() [1/3]

void RecTrackList::setEmcTrkIdx ( int idx)
inline

Definition at line 68 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

68{ myRecEmcShowerIdx = idx; }

◆ setEmcTrkIdx() [2/3]

void RecTrackList::setEmcTrkIdx ( int idx)
inline

Definition at line 68 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

68{ myRecEmcShowerIdx = idx; }

◆ setEmcTrkIdx() [3/3]

void RecTrackList::setEmcTrkIdx ( int idx)
inline

Definition at line 68 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

68{ myRecEmcShowerIdx = idx; }

◆ setExtTrk() [1/3]

void RecTrackList::setExtTrk ( RecExtTrack * trk)
inline

Definition at line 50 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

50{ myExtTrk = trk; }

◆ setExtTrk() [2/3]

void RecTrackList::setExtTrk ( RecExtTrack * trk)
inline

Definition at line 50 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

50{ myExtTrk = trk; }

◆ setExtTrk() [3/3]

void RecTrackList::setExtTrk ( RecExtTrack * trk)
inline

Definition at line 50 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

50{ myExtTrk = trk; }

◆ setExtTrkIdx() [1/3]

void RecTrackList::setExtTrkIdx ( int idx)
inline

Definition at line 66 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

66{ myExtTrkIdx = idx; }

◆ setExtTrkIdx() [2/3]

void RecTrackList::setExtTrkIdx ( int idx)
inline

Definition at line 66 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

66{ myExtTrkIdx = idx; }

◆ setExtTrkIdx() [3/3]

void RecTrackList::setExtTrkIdx ( int idx)
inline

Definition at line 66 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

66{ myExtTrkIdx = idx; }

◆ setMdcKalTrk() [1/3]

void RecTrackList::setMdcKalTrk ( RecMdcKalTrack * trk)
inline

Definition at line 48 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

48{ myKalTrk = trk; }

◆ setMdcKalTrk() [2/3]

void RecTrackList::setMdcKalTrk ( RecMdcKalTrack * trk)
inline

Definition at line 48 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

48{ myKalTrk = trk; }

◆ setMdcKalTrk() [3/3]

void RecTrackList::setMdcKalTrk ( RecMdcKalTrack * trk)
inline

Definition at line 48 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

48{ myKalTrk = trk; }

◆ setMdcKalTrkIdx() [1/3]

void RecTrackList::setMdcKalTrkIdx ( int idx)
inline

Definition at line 64 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

64{ myKalTrkIdx = idx; }

◆ setMdcKalTrkIdx() [2/3]

void RecTrackList::setMdcKalTrkIdx ( int idx)
inline

Definition at line 64 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

64{ myKalTrkIdx = idx; }

◆ setMdcKalTrkIdx() [3/3]

void RecTrackList::setMdcKalTrkIdx ( int idx)
inline

Definition at line 64 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

64{ myKalTrkIdx = idx; }

◆ setMdcTrk() [1/3]

void RecTrackList::setMdcTrk ( RecMdcTrack * trk)
inline

Definition at line 47 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

47{ myMdcTrk = trk; }

◆ setMdcTrk() [2/3]

void RecTrackList::setMdcTrk ( RecMdcTrack * trk)
inline

Definition at line 47 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

47{ myMdcTrk = trk; }

◆ setMdcTrk() [3/3]

void RecTrackList::setMdcTrk ( RecMdcTrack * trk)
inline

Definition at line 47 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

47{ myMdcTrk = trk; }

◆ setMdcTrkIdx() [1/3]

void RecTrackList::setMdcTrkIdx ( int idx)
inline

Definition at line 63 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

63{ myMdcTrkIdx = idx; }

◆ setMdcTrkIdx() [2/3]

void RecTrackList::setMdcTrkIdx ( int idx)
inline

Definition at line 63 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

63{ myMdcTrkIdx = idx; }

◆ setMdcTrkIdx() [3/3]

void RecTrackList::setMdcTrkIdx ( int idx)
inline

Definition at line 63 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

63{ myMdcTrkIdx = idx; }

◆ setMucTrk() [1/3]

void RecTrackList::setMucTrk ( RecMucTrack * trk)
inline

Definition at line 53 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

53{ myMucTrk = trk; }

◆ setMucTrk() [2/3]

void RecTrackList::setMucTrk ( RecMucTrack * trk)
inline

Definition at line 53 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

53{ myMucTrk = trk; }

◆ setMucTrk() [3/3]

void RecTrackList::setMucTrk ( RecMucTrack * trk)
inline

Definition at line 53 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

53{ myMucTrk = trk; }

◆ setMucTrkIdx() [1/3]

void RecTrackList::setMucTrkIdx ( int idx)
inline

Definition at line 69 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

69{ myMucTrkIdx = idx; }

◆ setMucTrkIdx() [2/3]

void RecTrackList::setMucTrkIdx ( int idx)
inline

Definition at line 69 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

69{ myMucTrkIdx = idx; }

◆ setMucTrkIdx() [3/3]

void RecTrackList::setMucTrkIdx ( int idx)
inline

Definition at line 69 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

69{ myMucTrkIdx = idx; }

◆ setTofTrk() [1/3]

void RecTrackList::setTofTrk ( RecTofTrack * trk)
inline

Definition at line 51 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

51{ myTofTrk = trk; }

◆ setTofTrk() [2/3]

void RecTrackList::setTofTrk ( RecTofTrack * trk)
inline

Definition at line 51 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

51{ myTofTrk = trk; }

◆ setTofTrk() [3/3]

void RecTrackList::setTofTrk ( RecTofTrack * trk)
inline

Definition at line 51 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

51{ myTofTrk = trk; }

◆ setTofTrkIdx() [1/3]

void RecTrackList::setTofTrkIdx ( int idx)
inline

Definition at line 67 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

67{ myTofTrkIdx = idx; }

◆ setTofTrkIdx() [2/3]

void RecTrackList::setTofTrkIdx ( int idx)
inline

Definition at line 67 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

67{ myTofTrkIdx = idx; }

◆ setTofTrkIdx() [3/3]

void RecTrackList::setTofTrkIdx ( int idx)
inline

Definition at line 67 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

67{ myTofTrkIdx = idx; }

◆ setTrackID() [1/3]

void RecTrackList::setTrackID ( const int trkID)
inline

Definition at line 46 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

46{ myTrkId = trkID; }

◆ setTrackID() [2/3]

void RecTrackList::setTrackID ( const int trkID)
inline

Definition at line 46 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

46{ myTrkId = trkID; }

◆ setTrackID() [3/3]

void RecTrackList::setTrackID ( const int trkID)
inline

Definition at line 46 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

46{ myTrkId = trkID; }

◆ TofTrk() [1/3]

RecTofTrack * RecTrackList::TofTrk ( )
inline

Definition at line 42 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

42{ return myTofTrk; }

◆ TofTrk() [2/3]

RecTofTrack * RecTrackList::TofTrk ( )
inline

Definition at line 42 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

42{ return myTofTrk; }

◆ TofTrk() [3/3]

RecTofTrack * RecTrackList::TofTrk ( )
inline

Definition at line 42 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

42{ return myTofTrk; }

◆ TofTrkIdx() [1/3]

int RecTrackList::TofTrkIdx ( )
inline

Definition at line 59 of file Event/RecTrackList/include/RecTrackList/RecTrackList.h.

59{ return myTofTrkIdx; }

◆ TofTrkIdx() [2/3]

int RecTrackList::TofTrkIdx ( )
inline

Definition at line 59 of file InstallArea/x86_64-el9-gcc13-dbg/include/RecTrackList/RecTrackList.h.

59{ return myTofTrkIdx; }

◆ TofTrkIdx() [3/3]

int RecTrackList::TofTrkIdx ( )
inline

Definition at line 59 of file InstallArea/x86_64-el9-gcc13-opt/include/RecTrackList/RecTrackList.h.

59{ return myTofTrkIdx; }

The documentation for this class was generated from the following files: