Go to the documentation of this file.
10 #ifndef RecoPPS_Local_RPixDetTrackFinder_H
11 #define RecoPPS_Local_RPixDetTrackFinder_H
43 std::map<CTPPSPixelDetId, std::vector<RPixDetPatternFinder::PointInPlane> > *
hitMap_;
RPixDetTrackFinder(edm::ParameterSet const ¶meterSet)
void setGeometry(const CTPPSGeometry *geometry)
ESHandle< TrackerGeometry > geometry
The manager class for TOTEM RP geometry.
std::vector< uint32_t > listOfAllPlanes_
void setRomanPotId(CTPPSPixelDetId rpId)
std::vector< CTPPSPixelLocalTrack > localTrackVector_
const std::vector< CTPPSPixelLocalTrack > & getLocalTracks() const
CTPPSPixelDetId romanPotId_
virtual void findTracks(int run)=0
void setHits(std::map< CTPPSPixelDetId, std::vector< RPixDetPatternFinder::PointInPlane > > *hitMap)
const CTPPSGeometry * geometry_
uint32_t numberOfPlanesPerPot_
virtual void initialize()=0
virtual ~RPixDetTrackFinder()
void setListOfPlanes(std::vector< uint32_t > listOfAllPlanes)
ParameterSet const & parameterSet(Provenance const &provenance, ProcessHistory const &history)
std::map< CTPPSPixelDetId, std::vector< RPixDetPatternFinder::PointInPlane > > * hitMap_