|
BOSS 8.0.0
BESIII Offline Software System
|
#include <MucRecHit.h>
Public Member Functions | |
| MucRecHit () | |
| Constructor. | |
| MucRecHit (const Identifier &id) | |
| Constructor. | |
| MucRecHit (const int part=-1, const int seg=-1, const int gap=-1, const int strip=-1) | |
| Constructor. | |
| MucRecHit (const MucRecHit &source) | |
| Copy constructor. | |
| MucRecHit & | operator= (const MucRecHit &orig) |
| Assignment operator. | |
| ~MucRecHit () | |
| Destructor. | |
| virtual const CLID & | clID () const |
| Identifier | GetID () const |
| Get soft identifier of this hit. | |
| int | Part () const |
| Get Part. | |
| int | Seg () const |
| Get Seg. | |
| int | Gap () const |
| Get Gap. | |
| int | Strip () const |
| Get Strip. | |
| MucGeoGap * | GetGap () const |
| Get geometry data for the gap containing this hit. | |
| MucGeoStrip * | GetStrip () const |
| Get geometry data for the strip containing this hit. | |
| Hep3Vector | GetCenterPos () const |
| Get Center position of the strip (global coords). | |
| Hep3Vector | GetCenterSigma () const |
| Get Center position uncertainty of the strip (global coords). | |
| void | SetHitMode (int recmode) |
| int | GetHitMode () const |
| void | SetHitSeed (int seed) |
| int | HitIsSeed () const |
| void | SetPadID (int padID) |
| void | SetIntersectX (float x) |
| void | SetIntersectY (float y) |
| void | SetIntersectZ (float z) |
| int | GetPadID () const |
| float | GetIntersectX () const |
| float | GetIntersectY () const |
| float | GetIntersectZ () const |
| MucRecHit () | |
| Constructor. | |
| MucRecHit (const Identifier &id) | |
| Constructor. | |
| MucRecHit (const int part=-1, const int seg=-1, const int gap=-1, const int strip=-1) | |
| Constructor. | |
| MucRecHit (const MucRecHit &source) | |
| Copy constructor. | |
| MucRecHit & | operator= (const MucRecHit &orig) |
| Assignment operator. | |
| ~MucRecHit () | |
| Destructor. | |
| virtual const CLID & | clID () const |
| Identifier | GetID () const |
| Get soft identifier of this hit. | |
| int | Part () const |
| Get Part. | |
| int | Seg () const |
| Get Seg. | |
| int | Gap () const |
| Get Gap. | |
| int | Strip () const |
| Get Strip. | |
| MucGeoGap * | GetGap () const |
| Get geometry data for the gap containing this hit. | |
| MucGeoStrip * | GetStrip () const |
| Get geometry data for the strip containing this hit. | |
| Hep3Vector | GetCenterPos () const |
| Get Center position of the strip (global coords). | |
| Hep3Vector | GetCenterSigma () const |
| Get Center position uncertainty of the strip (global coords). | |
| void | SetHitMode (int recmode) |
| int | GetHitMode () const |
| void | SetHitSeed (int seed) |
| int | HitIsSeed () const |
| void | SetPadID (int padID) |
| void | SetIntersectX (float x) |
| void | SetIntersectY (float y) |
| void | SetIntersectZ (float z) |
| int | GetPadID () const |
| float | GetIntersectX () const |
| float | GetIntersectY () const |
| float | GetIntersectZ () const |
| MucRecHit () | |
| Constructor. | |
| MucRecHit (const Identifier &id) | |
| Constructor. | |
| MucRecHit (const int part=-1, const int seg=-1, const int gap=-1, const int strip=-1) | |
| Constructor. | |
| MucRecHit (const MucRecHit &source) | |
| Copy constructor. | |
| MucRecHit & | operator= (const MucRecHit &orig) |
| Assignment operator. | |
| ~MucRecHit () | |
| Destructor. | |
| virtual const CLID & | clID () const |
| Identifier | GetID () const |
| Get soft identifier of this hit. | |
| int | Part () const |
| Get Part. | |
| int | Seg () const |
| Get Seg. | |
| int | Gap () const |
| Get Gap. | |
| int | Strip () const |
| Get Strip. | |
| MucGeoGap * | GetGap () const |
| Get geometry data for the gap containing this hit. | |
| MucGeoStrip * | GetStrip () const |
| Get geometry data for the strip containing this hit. | |
| Hep3Vector | GetCenterPos () const |
| Get Center position of the strip (global coords). | |
| Hep3Vector | GetCenterSigma () const |
| Get Center position uncertainty of the strip (global coords). | |
| void | SetHitMode (int recmode) |
| int | GetHitMode () const |
| void | SetHitSeed (int seed) |
| int | HitIsSeed () const |
| void | SetPadID (int padID) |
| void | SetIntersectX (float x) |
| void | SetIntersectY (float y) |
| void | SetIntersectZ (float z) |
| int | GetPadID () const |
| float | GetIntersectX () const |
| float | GetIntersectY () const |
| float | GetIntersectZ () const |
Static Public Member Functions | |
| static const CLID & | classID () |
| static const CLID & | classID () |
| static const CLID & | classID () |
Definition at line 41 of file InstallArea/x86_64-el9-gcc13-dbg/include/MucRecEvent/MucRecHit.h.
|
inline |
Constructor.
Definition at line 44 of file InstallArea/x86_64-el9-gcc13-dbg/include/MucRecEvent/MucRecHit.h.
Referenced by MucRecHit(), and operator=().
| MucRecHit::MucRecHit | ( | const Identifier & | id | ) |
Constructor.
Definition at line 18 of file MucRecHit.cxx.
| MucRecHit::MucRecHit | ( | const int | part = -1, |
| const int | seg = -1, | ||
| const int | gap = -1, | ||
| const int | strip = -1 ) |
Constructor.
Definition at line 37 of file MucRecHit.cxx.
| MucRecHit::MucRecHit | ( | const MucRecHit & | source | ) |
Copy constructor.
Definition at line 63 of file MucRecHit.cxx.
| MucRecHit::~MucRecHit | ( | ) |
Destructor.
Definition at line 85 of file MucRecHit.cxx.
|
inline |
Constructor.
Definition at line 44 of file InstallArea/x86_64-el9-gcc13-opt/include/MucRecEvent/MucRecHit.h.
| MucRecHit::MucRecHit | ( | const Identifier & | id | ) |
Constructor.
| MucRecHit::MucRecHit | ( | const int | part = -1, |
| const int | seg = -1, | ||
| const int | gap = -1, | ||
| const int | strip = -1 ) |
Constructor.
| MucRecHit::MucRecHit | ( | const MucRecHit & | source | ) |
Copy constructor.
| MucRecHit::~MucRecHit | ( | ) |
Destructor.
|
inline |
| MucRecHit::MucRecHit | ( | const Identifier & | id | ) |
Constructor.
| MucRecHit::MucRecHit | ( | const int | part = -1, |
| const int | seg = -1, | ||
| const int | gap = -1, | ||
| const int | strip = -1 ) |
Constructor.
| MucRecHit::MucRecHit | ( | const MucRecHit & | source | ) |
Copy constructor.
| MucRecHit::~MucRecHit | ( | ) |
Destructor.
|
inlinestatic |
Definition at line 63 of file InstallArea/x86_64-el9-gcc13-dbg/include/MucRecEvent/MucRecHit.h.
Referenced by clID().
|
inlinestatic |
Definition at line 63 of file InstallArea/x86_64-el9-gcc13-opt/include/MucRecEvent/MucRecHit.h.
|
inlinestatic |
Definition at line 63 of file Muc/MucRecEvent/include/MucRecEvent/MucRecHit.h.
|
inlinevirtual |
Definition at line 62 of file InstallArea/x86_64-el9-gcc13-dbg/include/MucRecEvent/MucRecHit.h.
|
inlinevirtual |
Definition at line 62 of file InstallArea/x86_64-el9-gcc13-opt/include/MucRecEvent/MucRecHit.h.
|
inlinevirtual |
Definition at line 62 of file Muc/MucRecEvent/include/MucRecEvent/MucRecHit.h.
|
inline |
Get Gap.
Definition at line 76 of file InstallArea/x86_64-el9-gcc13-dbg/include/MucRecEvent/MucRecHit.h.
Referenced by MucRec2DRoad::AttachHit(), RecMucTrack::AttachHit(), MucRec2DRoad::AttachHitNoFit(), RecMucTrack::CalculateInsct(), DQA_MUC::execute(), MucRecRoadFinder::execute(), MucRecTrkExt::execute(), ExtMucKal::GetDistance(), MucRec2DRoad::GetHitDistance(), RecMucTrack::GetHitDistance(), and RecMucTrack::GetHitDistance2().
|
inline |
Get Gap.
Definition at line 76 of file InstallArea/x86_64-el9-gcc13-opt/include/MucRecEvent/MucRecHit.h.
|
inline |
| Hep3Vector MucRecHit::GetCenterPos | ( | ) | const |
Get Center position of the strip (global coords).
Definition at line 93 of file MucRecHit.cxx.
Referenced by MucRecTrkExt::execute(), ExtMucKal::GetDistance(), MucRec2DRoad::GetHitDistance(), RecMucTrack::GetHitDistance(), and RecMucTrack::GetHitDistance2().
| Hep3Vector MucRecHit::GetCenterPos | ( | ) | const |
Get Center position of the strip (global coords).
| Hep3Vector MucRecHit::GetCenterPos | ( | ) | const |
Get Center position of the strip (global coords).
| Hep3Vector MucRecHit::GetCenterSigma | ( | ) | const |
Get Center position uncertainty of the strip (global coords).
Definition at line 99 of file MucRecHit.cxx.
Referenced by MucRec3DRoad::MucRec3DRoad().
| Hep3Vector MucRecHit::GetCenterSigma | ( | ) | const |
Get Center position uncertainty of the strip (global coords).
| Hep3Vector MucRecHit::GetCenterSigma | ( | ) | const |
Get Center position uncertainty of the strip (global coords).
|
inline |
Get geometry data for the gap containing this hit.
Definition at line 82 of file InstallArea/x86_64-el9-gcc13-dbg/include/MucRecEvent/MucRecHit.h.
Referenced by MucRecRoadFinder::execute(), ExtMucKal::GetDistance(), MucRec2DRoad::GetHitDistance(), RecMucTrack::GetHitDistance(), RecMucTrack::GetHitDistance2(), and ExtMucKal::TrackHit().
|
inline |
Get geometry data for the gap containing this hit.
Definition at line 82 of file InstallArea/x86_64-el9-gcc13-opt/include/MucRecEvent/MucRecHit.h.
|
inline |
Get geometry data for the gap containing this hit.
Definition at line 82 of file Muc/MucRecEvent/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 95 of file InstallArea/x86_64-el9-gcc13-dbg/include/MucRecEvent/MucRecHit.h.
Referenced by MucRecRoadFinder::execute(), MucRecTrkExt::execute(), MucRecRoadFinder::TrackFinding(), and MucRecTrkExt::TrackFinding().
|
inline |
Definition at line 95 of file InstallArea/x86_64-el9-gcc13-opt/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 95 of file Muc/MucRecEvent/include/MucRecEvent/MucRecHit.h.
|
inline |
Get soft identifier of this hit.
Definition at line 67 of file InstallArea/x86_64-el9-gcc13-dbg/include/MucRecEvent/MucRecHit.h.
Referenced by MucRecHitContainer::GetHitByIdentifier(), MucRec2DRoad::GetNSharedHits(), RecMucTrack::GetNSharedHits(), and MucRec2DRoad::HasHit().
|
inline |
Get soft identifier of this hit.
Definition at line 67 of file InstallArea/x86_64-el9-gcc13-opt/include/MucRecEvent/MucRecHit.h.
|
inline |
Get soft identifier of this hit.
Definition at line 67 of file Muc/MucRecEvent/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 107 of file InstallArea/x86_64-el9-gcc13-dbg/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 107 of file InstallArea/x86_64-el9-gcc13-opt/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 107 of file Muc/MucRecEvent/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 108 of file InstallArea/x86_64-el9-gcc13-dbg/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 108 of file InstallArea/x86_64-el9-gcc13-opt/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 108 of file Muc/MucRecEvent/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 109 of file InstallArea/x86_64-el9-gcc13-dbg/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 109 of file InstallArea/x86_64-el9-gcc13-opt/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 109 of file Muc/MucRecEvent/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 106 of file InstallArea/x86_64-el9-gcc13-dbg/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 106 of file InstallArea/x86_64-el9-gcc13-opt/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 106 of file Muc/MucRecEvent/include/MucRecEvent/MucRecHit.h.
|
inline |
Get geometry data for the strip containing this hit.
Definition at line 85 of file InstallArea/x86_64-el9-gcc13-dbg/include/MucRecEvent/MucRecHit.h.
Referenced by ExtMucKal::TrackHit().
|
inline |
Get geometry data for the strip containing this hit.
Definition at line 85 of file InstallArea/x86_64-el9-gcc13-opt/include/MucRecEvent/MucRecHit.h.
|
inline |
Get geometry data for the strip containing this hit.
Definition at line 85 of file Muc/MucRecEvent/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 99 of file InstallArea/x86_64-el9-gcc13-dbg/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 99 of file InstallArea/x86_64-el9-gcc13-opt/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 99 of file Muc/MucRecEvent/include/MucRecEvent/MucRecHit.h.
Assignment operator.
Definition at line 71 of file MucRecHit.cxx.
|
inline |
Get Part.
Definition at line 70 of file InstallArea/x86_64-el9-gcc13-dbg/include/MucRecEvent/MucRecHit.h.
Referenced by RecMucTrack::AttachHit(), RecMucTrack::CalculateInsct(), DQA_MUC::execute(), MucRecRoadFinder::execute(), MucRecTrkExt::execute(), ExtMucKal::GetDistance(), RecMucTrack::GetHitDistance(), RecMucTrack::GetHitDistance2(), and MucRec3DRoad::MucRec3DRoad().
|
inline |
Get Part.
Definition at line 70 of file InstallArea/x86_64-el9-gcc13-opt/include/MucRecEvent/MucRecHit.h.
|
inline |
|
inline |
Get Seg.
Definition at line 73 of file InstallArea/x86_64-el9-gcc13-dbg/include/MucRecEvent/MucRecHit.h.
Referenced by RecMucTrack::CalculateInsct(), DQA_MUC::execute(), MucRecRoadFinder::execute(), and MucRecTrkExt::execute().
|
inline |
Get Seg.
Definition at line 73 of file InstallArea/x86_64-el9-gcc13-opt/include/MucRecEvent/MucRecHit.h.
|
inline |
|
inline |
Definition at line 93 of file InstallArea/x86_64-el9-gcc13-dbg/include/MucRecEvent/MucRecHit.h.
Referenced by MucRecRoadFinder::execute(), MucRecTrkExt::execute(), MucRecRoadFinder::TrackFinding(), and MucRecTrkExt::TrackFinding().
|
inline |
Definition at line 93 of file InstallArea/x86_64-el9-gcc13-opt/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 93 of file Muc/MucRecEvent/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 97 of file InstallArea/x86_64-el9-gcc13-dbg/include/MucRecEvent/MucRecHit.h.
Referenced by MucRecRoadFinder::execute().
|
inline |
Definition at line 97 of file InstallArea/x86_64-el9-gcc13-opt/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 97 of file Muc/MucRecEvent/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 102 of file InstallArea/x86_64-el9-gcc13-dbg/include/MucRecEvent/MucRecHit.h.
Referenced by RecMucTrack::LineFit().
|
inline |
Definition at line 102 of file InstallArea/x86_64-el9-gcc13-opt/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 102 of file Muc/MucRecEvent/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 103 of file InstallArea/x86_64-el9-gcc13-dbg/include/MucRecEvent/MucRecHit.h.
Referenced by RecMucTrack::LineFit().
|
inline |
Definition at line 103 of file InstallArea/x86_64-el9-gcc13-opt/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 103 of file Muc/MucRecEvent/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 104 of file InstallArea/x86_64-el9-gcc13-dbg/include/MucRecEvent/MucRecHit.h.
Referenced by RecMucTrack::LineFit().
|
inline |
Definition at line 104 of file InstallArea/x86_64-el9-gcc13-opt/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 104 of file Muc/MucRecEvent/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 101 of file InstallArea/x86_64-el9-gcc13-dbg/include/MucRecEvent/MucRecHit.h.
Referenced by RecMucTrack::LineFit().
|
inline |
Definition at line 101 of file InstallArea/x86_64-el9-gcc13-opt/include/MucRecEvent/MucRecHit.h.
|
inline |
Definition at line 101 of file Muc/MucRecEvent/include/MucRecEvent/MucRecHit.h.
|
inline |
Get Strip.
Definition at line 79 of file InstallArea/x86_64-el9-gcc13-dbg/include/MucRecEvent/MucRecHit.h.
Referenced by DQA_MUC::execute(), MucRecRoadFinder::execute(), MucRecTrkExt::execute(), MucRecRoadFinder::TrackFinding(), and MucRecTrkExt::TrackFinding().
|
inline |
Get Strip.
Definition at line 79 of file InstallArea/x86_64-el9-gcc13-opt/include/MucRecEvent/MucRecHit.h.
|
inline |