CMS 3D CMS Logo

TotemTimingTrackRecognition.h
Go to the documentation of this file.
1 /****************************************************************************
2  *
3  * This is a part of CTPPS offline software.
4  * Authors:
5  * Laurent Forthomme (laurent.forthomme@cern.ch)
6  * Nicola Minafra (nicola.minafra@cern.ch)
7  * Mateusz Szpyrka (mateusz.szpyrka@cern.ch)
8  *
9  ****************************************************************************/
10 
11 #ifndef RecoPPS_Local_TotemTimingTrackRecognition
12 #define RecoPPS_Local_TotemTimingTrackRecognition
13 
17 
19 
24 class TotemTimingTrackRecognition : public CTPPSTimingTrackRecognition<TotemTimingLocalTrack, TotemTimingRecHit> {
25 public:
27 
28  // Adds new hit to the set from which the tracks are reconstructed.
29  void addHit(const TotemTimingRecHit& recHit) override;
30 
33 };
34 
35 #endif
TotemTimingTrackRecognition(const edm::ParameterSet &iConfig)
void addHit(const TotemTimingRecHit &recHit) override
Add new hit to the set from which the tracks are reconstructed.
int produceTracks(edm::DetSet< TotemTimingLocalTrack > &tracks) override
Produces a collection of tracks for the current station, given its hits collection.