#include <RPixDetTrackFinder.h>
Public Member Functions | |
void | clear () |
virtual void | findTracks (int run)=0 |
std::vector< CTPPSPixelLocalTrack > const & | getLocalTracks () const |
virtual void | initialize ()=0 |
RPixDetTrackFinder (edm::ParameterSet const ¶meterSet) | |
void | setGeometry (const CTPPSGeometry *geometry) |
void | setHits (std::map< CTPPSPixelDetId, std::vector< RPixDetPatternFinder::PointInPlane > > *hitMap) |
void | setListOfPlanes (std::vector< uint32_t > listOfAllPlanes) |
void | setRomanPotId (CTPPSPixelDetId rpId) |
void | setZ0 (double z0) |
virtual | ~RPixDetTrackFinder () |
Protected Attributes | |
const CTPPSGeometry * | geometry_ |
std::map< CTPPSPixelDetId, std::vector< RPixDetPatternFinder::PointInPlane > > * | hitMap_ |
std::vector< uint32_t > | listOfAllPlanes_ |
std::vector< CTPPSPixelLocalTrack > | localTrackVector_ |
uint32_t | numberOfPlanesPerPot_ |
CTPPSPixelDetId | romanPotId_ |
double | z0_ |
Definition at line 26 of file RPixDetTrackFinder.h.
|
inline |
Definition at line 29 of file RPixDetTrackFinder.h.
|
inlinevirtual |
Definition at line 31 of file RPixDetTrackFinder.h.
|
inline |
Definition at line 36 of file RPixDetTrackFinder.h.
References localTrackVector_.
|
pure virtual |
Implemented in RPixPlaneCombinatoryTracking.
Referenced by setHits().
|
inline |
Definition at line 39 of file RPixDetTrackFinder.h.
References localTrackVector_.
|
pure virtual |
Implemented in RPixPlaneCombinatoryTracking.
Referenced by setHits().
|
inline |
|
inline |
Definition at line 33 of file RPixDetTrackFinder.h.
References findTracks(), hitMap_, initialize(), and writedatasetfile::run.
|
inline |
Definition at line 42 of file RPixDetTrackFinder.h.
References listOfAllPlanes_.
|
inline |
Definition at line 40 of file RPixDetTrackFinder.h.
References romanPotId_, and year_2016_postTS2_cff::rpId.
|
inline |
|
protected |
Definition at line 50 of file RPixDetTrackFinder.h.
Referenced by RPixPlaneCombinatoryTracking::calculatePointOnDetector(), RPixPlaneCombinatoryTracking::findTracks(), and setGeometry().
|
protected |
Definition at line 47 of file RPixDetTrackFinder.h.
Referenced by RPixPlaneCombinatoryTracking::findTracks(), RPixPlaneCombinatoryTracking::produceAllHitCombination(), and setHits().
|
protected |
Definition at line 52 of file RPixDetTrackFinder.h.
Referenced by RPixPlaneCombinatoryTracking::findTracks(), RPixPlaneCombinatoryTracking::initialize(), and setListOfPlanes().
|
protected |
Definition at line 48 of file RPixDetTrackFinder.h.
Referenced by clear(), RPixPlaneCombinatoryTracking::findTracks(), and getLocalTracks().
|
protected |
Definition at line 51 of file RPixDetTrackFinder.h.
Referenced by RPixPlaneCombinatoryTracking::initialize(), and RPixPlaneCombinatoryTracking::RPixPlaneCombinatoryTracking().
|
protected |
Definition at line 49 of file RPixDetTrackFinder.h.
Referenced by RPixPlaneCombinatoryTracking::findTracks(), RPixPlaneCombinatoryTracking::produceAllHitCombination(), and setRomanPotId().
|
protected |
Definition at line 53 of file RPixDetTrackFinder.h.
Referenced by RPixPlaneCombinatoryTracking::fitTrack(), and setZ0().