HerdSoftware  0.1.1
ScdClusteringAlgo.h
Go to the documentation of this file.
1 /*
2  * ScdClusteringAlgo.h
3  *
4  * Created on: 5 Dec 2018
5  * Author: Lorenzo Pacini
6  */
7 
8 #ifndef HERD_SCDCLUSTERINGALGO_H_
9 #define HERD_SCDCLUSTERINGALGO_H_
10 
11 // HerdSoftware headers
16 #include "dataobjects/ScdHits.h"
17 
18 // EventAnalysis headers
19 #include "algorithm/Algorithm.h"
20 
21 using namespace EA;
22 
23 namespace Herd {
24 
59 public:
64  ScdClusteringAlgo(const std::string &name);
65 };
66 
67 } // namespace Herd
68 
69 #endif /* HERD_SCDCLUSTERINGALGO_H_ */
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:24
Algorithm that clusters the Monte Carlo Silicon detector hits. algorithms/clustering/SiliconDetectorC...
Definition: SiliconDetectorClusteringAlgo.h:63
Algorithm that clusters the Monte Carlo SCD hits.
Definition: ScdClusteringAlgo.h:58