|
|
|||
File indexing completed on 2025-12-16 09:21:58
0001 // Tell emacs that this is a C++ source 0002 // -*- C++ -*-. 0003 #ifndef G4MAIN_PHG4HITREADBACK_H 0004 #define G4MAIN_PHG4HITREADBACK_H 0005 0006 #include <fun4all/SubsysReco.h> 0007 0008 #include <string> // for string 0009 0010 class PHCompositeNode; 0011 0012 class PHG4HitReadBack : public SubsysReco 0013 { 0014 public: 0015 PHG4HitReadBack(const std::string &name = "PHG4HITREADBACK"); 0016 int process_event(PHCompositeNode *topNode) override; 0017 }; 0018 0019 #endif
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|