#include <ProjectionTemp.h>
Public Member Functions | |
unsigned int | iphi () const |
bool | isPSseed () const |
Tracklet * | proj () const |
ProjectionTemp () | |
ProjectionTemp (Tracklet *proj, unsigned int slot, unsigned int projrinv, int projfinerz, unsigned int projfinephi, unsigned int iphi, bool isPSseed) | |
unsigned int | projfinephi () const |
int | projfinerz () const |
unsigned int | projrinv () const |
unsigned int | slot () const |
~ProjectionTemp ()=default | |
Private Attributes | |
unsigned int | iphi_ |
bool | isPSseed_ |
Tracklet * | proj_ |
unsigned int | projfinephi_ |
unsigned int | projfinerz_ |
unsigned int | projrinv_ |
unsigned int | slot_ |
Definition at line 9 of file ProjectionTemp.h.
ProjectionTemp::ProjectionTemp | ( | Tracklet * | proj, |
unsigned int | slot, | ||
unsigned int | projrinv, | ||
int | projfinerz, | ||
unsigned int | projfinephi, | ||
unsigned int | iphi, | ||
bool | isPSseed | ||
) |
Definition at line 6 of file ProjectionTemp.cc.
References LEDCalibrationChannels::iphi, and amptDefault_cfi::proj.
ProjectionTemp::ProjectionTemp | ( | ) |
Definition at line 22 of file ProjectionTemp.cc.
|
default |
|
inline |
Definition at line 28 of file ProjectionTemp.h.
References iphi_.
Referenced by trklet::MatchProcessor::execute().
|
inline |
Definition at line 29 of file ProjectionTemp.h.
References isPSseed_.
Referenced by trklet::MatchProcessor::execute().
|
inline |
Definition at line 23 of file ProjectionTemp.h.
References proj_.
Referenced by trklet::MatchProcessor::execute().
|
inline |
Definition at line 27 of file ProjectionTemp.h.
References projfinephi_.
Referenced by trklet::MatchProcessor::execute().
|
inline |
Definition at line 26 of file ProjectionTemp.h.
References projfinerz_.
Referenced by trklet::MatchProcessor::execute().
|
inline |
Definition at line 25 of file ProjectionTemp.h.
References projrinv_.
Referenced by trklet::MatchProcessor::execute().
|
inline |
Definition at line 24 of file ProjectionTemp.h.
References slot_.
Referenced by trklet::MatchProcessor::execute().
|
private |
Definition at line 37 of file ProjectionTemp.h.
Referenced by iphi().
|
private |
Definition at line 38 of file ProjectionTemp.h.
Referenced by isPSseed().
|
private |
Definition at line 32 of file ProjectionTemp.h.
Referenced by proj().
|
private |
Definition at line 36 of file ProjectionTemp.h.
Referenced by projfinephi().
|
private |
Definition at line 35 of file ProjectionTemp.h.
Referenced by projfinerz().
|
private |
Definition at line 34 of file ProjectionTemp.h.
Referenced by projrinv().
|
private |
Definition at line 33 of file ProjectionTemp.h.
Referenced by slot().