ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TrkrHitv1.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file TrkrHitv1.cc
1 #include "TrkrHitv1.h"
2 
4 {
5 }
6 
7 unsigned int TrkrHitv1::getAdc()
8  {
9  return m_adc;
10  }
11