EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <set>
#include <cassert>
#include <math.h>
#include <TVector3.h>
#include <SensitiveVolume.h>
#include <EicMagneticField.h>
#include <EicTrackingDigiHit.h>
Go to the source code of this file.
Classes | |
class | GroupMember |
class | CoordinateDescriptor |
class | HoughNodeGroup |
Macros | |
#define | _MAX_USEFUL_BIT_COUNT_ ((sizeof(t_hough_range) << 3)-1) |
#define | __OUT_OF_RANGE_BIT_ (((t_hough_range)0x1) << _MAX_USEFUL_BIT_COUNT_) |
Typedefs | |
typedef unsigned short | __u16 |
typedef unsigned int | __u32 |
typedef unsigned long long | __u64 |
typedef __u32 | t_hough_range |
#define __OUT_OF_RANGE_BIT_ (((t_hough_range)0x1) << _MAX_USEFUL_BIT_COUNT_) |
Definition at line 46 of file HoughNodeGroup.h.
View newest version in sPHENIX GitHub at line 46 of file HoughNodeGroup.h
Referenced by HoughTree::CheckCell(), HoughTree::GetInitializedCell(), HoughTree::GetUsefulGroupCount(), CoordinateDescriptor::PackCoord(), HoughCell::ResetRanges(), and HoughCell::UpdateRanges().
#define _MAX_USEFUL_BIT_COUNT_ ((sizeof(t_hough_range) << 3)-1) |
Definition at line 45 of file HoughNodeGroup.h.
View newest version in sPHENIX GitHub at line 45 of file HoughNodeGroup.h
typedef unsigned short __u16 |
Definition at line 22 of file HoughNodeGroup.h.
View newest version in sPHENIX GitHub at line 22 of file HoughNodeGroup.h
typedef unsigned int __u32 |
Definition at line 26 of file HoughNodeGroup.h.
View newest version in sPHENIX GitHub at line 26 of file HoughNodeGroup.h
typedef unsigned long long __u64 |
Definition at line 27 of file HoughNodeGroup.h.
View newest version in sPHENIX GitHub at line 27 of file HoughNodeGroup.h
typedef __u32 t_hough_range |
Definition at line 41 of file HoughNodeGroup.h.
View newest version in sPHENIX GitHub at line 41 of file HoughNodeGroup.h