ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RawClusterBuilderkV3.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file RawClusterBuilderkV3.h
1 #ifndef EICCALORECO_RAWCLUSTERBUILDERKV3_H
2 #define EICCALORECO_RAWCLUSTERBUILDERKV3_H
3 
5 
6 #include <calobase/RawTower.h>
7 #include <calobase/RawTowerDefs.h>
8 
9 #include <fun4all/SubsysReco.h>
10 
11 #include <string>
12 
13 class PHCompositeNode;
15 
17 {
18  public:
19  RawClusterBuilderkV3(const std::string &name);
20 
21  protected:
22  void cluster(std::vector<towersStrct> &input_towers, uint caloId) override;
23 };
24 
25 #endif