CMS 3D CMS Logo

PatternRecognitionbyPassthrough.h
Go to the documentation of this file.
1 // Author: Felice Pantaleo - felice.pantaleo@cern.ch
2 // Date: 05/2024
3 
4 #ifndef __RecoHGCal_TICL_PatternRecognitionbyPassthrough_H__
5 #define __RecoHGCal_TICL_PatternRecognitionbyPassthrough_H__
6 #include <memory> // unique_ptr
9 
10 namespace ticl {
11  template <typename TILES>
13  public:
15  ~PatternRecognitionbyPassthrough() override = default;
16 
18  std::vector<Trackster>& result,
19  std::unordered_map<int, std::vector<int>>& seedToTracksterAssociation) override;
20 
22 
23  private:
26  };
27 
28 } // namespace ticl
29 
30 #endif // __RecoHGCal_TICL_PatternRecognitionbyPassthrough_H__
~PatternRecognitionbyPassthrough() override=default
void makeTracksters(const typename PatternRecognitionAlgoBaseT< TILES >::Inputs &input, std::vector< Trackster > &result, std::unordered_map< int, std::vector< int >> &seedToTracksterAssociation) override
static std::string const input
Definition: EdmProvDump.cc:50
static void fillPSetDescription(edm::ParameterSetDescription &iDesc)
edm::ESGetToken< CaloGeometry, CaloGeometryRecord > caloGeomToken_
PatternRecognitionbyPassthrough(const edm::ParameterSet &conf, edm::ConsumesCollector)
Definition: Common.h:10