Back to home page

EIC code displayed by LXR

 
 

    


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

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