#include <ProjectionTemp.h>
Public Member Functions | |
unsigned int | iphi () const |
bool | isPSseed () const |
Tracklet * | proj () const |
ProjectionTemp (Tracklet *proj, unsigned int slot, unsigned int projrinv, int projfinerz, unsigned int projfinephi, unsigned int iphi, int shift, bool usefirstMinus, bool usefirstPlus, bool usesecondMinus, bool usesecondPlus, bool isPSseed) | |
ProjectionTemp () | |
unsigned int | projfinephi () const |
int | projfinerz () const |
unsigned int | projrinv () const |
int | shift () const |
unsigned int | slot () const |
bool | use (unsigned int nextrzbin, unsigned int nextiphibin) const |
~ProjectionTemp ()=default | |
Private Attributes | |
unsigned int | iphi_ |
bool | isPSseed_ |
Tracklet * | proj_ |
unsigned int | projfinephi_ |
unsigned int | projfinerz_ |
unsigned int | projrinv_ |
int | shift_ |
unsigned int | slot_ |
bool | use_ [2][2] |
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, | ||
int | shift, | ||
bool | usefirstMinus, | ||
bool | usefirstPlus, | ||
bool | usesecondMinus, | ||
bool | usesecondPlus, | ||
bool | isPSseed | ||
) |
Definition at line 6 of file ProjectionTemp.cc.
References hcalRecHitTable_cff::iphi, amptDefault_cfi::proj, and edm::shift.
ProjectionTemp::ProjectionTemp | ( | ) |
Definition at line 32 of file ProjectionTemp.cc.
|
default |
|
inline |
Definition at line 33 of file ProjectionTemp.h.
References iphi_.
Referenced by trklet::MatchProcessor::execute().
|
inline |
Definition at line 36 of file ProjectionTemp.h.
References isPSseed_.
Referenced by trklet::MatchProcessor::execute().
|
inline |
Definition at line 28 of file ProjectionTemp.h.
References proj_.
Referenced by trklet::MatchProcessor::execute().
|
inline |
Definition at line 32 of file ProjectionTemp.h.
References projfinephi_.
Referenced by trklet::MatchProcessor::execute().
|
inline |
Definition at line 31 of file ProjectionTemp.h.
References projfinerz_.
Referenced by trklet::MatchProcessor::execute().
|
inline |
Definition at line 30 of file ProjectionTemp.h.
References projrinv_.
Referenced by trklet::MatchProcessor::execute().
|
inline |
Definition at line 34 of file ProjectionTemp.h.
References shift_.
Referenced by trklet::MatchProcessor::execute().
|
inline |
Definition at line 29 of file ProjectionTemp.h.
References slot_.
Referenced by trklet::MatchProcessor::execute().
|
inline |
Definition at line 35 of file ProjectionTemp.h.
References use_.
Referenced by trklet::MatchProcessor::execute().
|
private |
Definition at line 44 of file ProjectionTemp.h.
Referenced by iphi().
|
private |
Definition at line 49 of file ProjectionTemp.h.
Referenced by isPSseed().
|
private |
Definition at line 39 of file ProjectionTemp.h.
Referenced by proj().
|
private |
Definition at line 43 of file ProjectionTemp.h.
Referenced by projfinephi().
|
private |
Definition at line 42 of file ProjectionTemp.h.
Referenced by projfinerz().
|
private |
Definition at line 41 of file ProjectionTemp.h.
Referenced by projrinv().
|
private |
Definition at line 45 of file ProjectionTemp.h.
Referenced by shift().
|
private |
Definition at line 40 of file ProjectionTemp.h.
Referenced by slot().
|
private |
Definition at line 48 of file ProjectionTemp.h.
Referenced by use().