Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:17:19

0001 // Copyright 2020, Jefferson Science Associates, LLC.
0002 // Subject to the terms in the LICENSE file found in the top-level directory.
0003 
0004 #ifndef _JFactory_Cluster_h_
0005 #define _JFactory_Cluster_h_
0006 
0007 #include <JANA/JFactoryT.h>
0008 #include "Cluster.h"
0009 
0010 class JFactory_Cluster : public JFactoryT<Cluster> {
0011 
0012 public:
0013     void Process(const std::shared_ptr<const JEvent> &event) override;
0014 
0015 };
0016 
0017 #endif // _JFactory_Cluster_h_