Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-12-17 09:20:33

0001 #include "TrainingHitsContainer.h"
0002 
0003 TrainingHitsContainer::TrainingHitsContainer()
0004 {
0005   v_hits.clear();
0006 }
0007 
0008 void TrainingHitsContainer::Reset()
0009 {
0010   v_hits.clear();
0011 }