ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RawClusterBuilderkMA.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file RawClusterBuilderkMA.h
1 #ifndef EICCALORECO_RAWCLUSTERBUILDERKMA_H
2 #define EICCALORECO_RAWCLUSTERBUILDERKMA_H
3 
5 
6 #include <string>
7 #include <vector>
8 
10 {
11  public:
12  RawClusterBuilderkMA(const std::string &name);
13 
14  protected:
15  void cluster(std::vector<RawClusterBuilderHelper::towersStrct> &input_towers, uint caloId) override;
16 };
17 
18 #endif