#include <FastTrackerCluster.h>
Public Member Functions | |
const float & | charge () const |
virtual FastTrackerCluster * | clone () const |
const uint32_t & | eeId () const |
FastTrackerCluster () | |
FastTrackerCluster (const LocalPoint &, const LocalError &, const DetId &, const int simhitId, const int simtrackId, const uint32_t eeId, const float charge) | |
const DetId & | id () const |
const LocalPoint & | localPosition () const |
const LocalError & | localPositionError () const |
const int & | simhitId () const |
const int & | simtrackId () const |
virtual | ~FastTrackerCluster () |
Private Attributes | |
float const | charge_ |
uint32_t const | eeId_ |
LocalError | err_ |
DetId | id_ |
LocalPoint | pos_ |
int const | simhitId_ |
int const | simtrackId_ |
Definition at line 8 of file FastTrackerCluster.h.
|
inline |
Definition at line 13 of file FastTrackerCluster.h.
Referenced by clone(), and ~FastTrackerCluster().
|
inlinevirtual |
Definition at line 15 of file FastTrackerCluster.h.
References charge(), eeId(), FastTrackerCluster(), simhitId(), and simtrackId().
FastTrackerCluster::FastTrackerCluster | ( | const LocalPoint & | pos, |
const LocalError & | err, | ||
const DetId & | id, | ||
const int | simhitId, | ||
const int | simtrackId, | ||
const uint32_t | eeId, | ||
const float | charge | ||
) |
Definition at line 3 of file FastTrackerCluster.cc.
|
inline |
Definition at line 31 of file FastTrackerCluster.h.
References charge_.
Referenced by ~FastTrackerCluster().
|
inlinevirtual |
Definition at line 33 of file FastTrackerCluster.h.
References FastTrackerCluster().
Referenced by edm::ClonePolicy< FastTrackerCluster >::clone().
|
inline |
Definition at line 30 of file FastTrackerCluster.h.
References eeId_.
Referenced by ~FastTrackerCluster().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 28 of file FastTrackerCluster.h.
References simhitId_.
Referenced by operator<(), and ~FastTrackerCluster().
|
inline |
Definition at line 29 of file FastTrackerCluster.h.
References simtrackId_.
Referenced by ~FastTrackerCluster().
|
private |
Definition at line 43 of file FastTrackerCluster.h.
Referenced by charge().
|
private |
Definition at line 42 of file FastTrackerCluster.h.
Referenced by eeId().
|
private |
Definition at line 38 of file FastTrackerCluster.h.
Referenced by localPositionError().
|
private |
Definition at line 39 of file FastTrackerCluster.h.
Referenced by id().
|
private |
Definition at line 37 of file FastTrackerCluster.h.
Referenced by localPosition().
|
private |
Definition at line 40 of file FastTrackerCluster.h.
Referenced by simhitId().
|
private |
Definition at line 41 of file FastTrackerCluster.h.
Referenced by simtrackId().