![]() |
|
|||
File indexing completed on 2025-08-06 08:17:19
0001 #include "StrobeData.h" 0002 #include <iostream> 0003 0004 using namespace mvtx; 0005 0006 ///_________________________________________________________________ 0007 /// Destructor 0008 StrobeData::~StrobeData() 0009 { 0010 } 0011 0012 ///_________________________________________________________________ 0013 /// clear 0014 void StrobeData::clear() 0015 { 0016 ir.clear(); 0017 hasCDW = false; 0018 calWord = {}; 0019 0020 for ( auto&& hit : hit_vector ) 0021 { 0022 delete hit; 0023 } 0024 hit_vector.clear(); 0025 } 0026
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |