CMS 3D CMS Logo

TracksterInferenceByANN.cc
Go to the documentation of this file.
5 
6 namespace ticl {
7 
9  // Load ANN model
10  }
11 
12  void TracksterInferenceByANN::inputData(const std::vector<reco::CaloCluster>& layerClusters,
13  std::vector<Trackster>& tracksters) {
14  // Prepare data for inference
15  }
16 
17  void TracksterInferenceByANN::runInference(std::vector<Trackster>& tracksters) {
18  // Run inference using ANN
19  }
20 } // namespace ticl
21 
22 // Define this as a plug-in
void inputData(const std::vector< reco::CaloCluster > &layerClusters, std::vector< Trackster > &tracksters) override
void runInference(std::vector< Trackster > &tracksters) override
TracksterInferenceByANN(const edm::ParameterSet &conf)
Definition: Common.h:10
#define DEFINE_EDM_PLUGIN(factory, type, name)