|
|
|||
File indexing completed on 2025-12-16 09:20:25
0001 #ifndef TRAININGHITSCONTAINER_H 0002 #define TRAININGHITSCONTAINER_H 0003 0004 #include <vector> 0005 #include "TrainingHits.h" 0006 0007 class TrainingHitsContainer : public PHObject 0008 { 0009 public: 0010 TrainingHitsContainer(); 0011 ~TrainingHitsContainer() override {} 0012 void Reset() override; 0013 0014 std::vector<TrainingHits> v_hits; 0015 0016 ClassDefOverride(TrainingHitsContainer, 1) 0017 }; 0018 0019 #endif // TRAININGHITSCONTAINER_H
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|