|
|
|||
File indexing completed on 2025-12-16 09:20:36
0001 /** 0002 * @file trackbase/TrkrHitSetContMvtxHelper.cc 0003 * @author Yasser Corrales Morales <ycmorales@bnl.gov> 0004 * @date Febraury 2025 0005 * base class for Mvtx hitsetkey container per strobe 0006 */ 0007 0008 #include "TrkrHitSetContMvtxHelper.h" 0009 0010 #include <Rtypes.h> 0011 #include <TSystem.h> 0012 0013 #include <cstdlib> 0014 0015 void TrkrHitSetContMvtxHelper::Reset() 0016 { 0017 std::cout << "TrkrHitSetContMvtxHelper: Reset() not implemented by daughter class" << std::endl; 0018 gSystem->Exit(1); 0019 }
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|