Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:16:07

0001 #include "Gl1RawHit.h"
0002 
0003 void Gl1RawHit::CopyFrom(Gl1RawHit *gl1hit)
0004 {
0005   set_bco(gl1hit->get_bco());
0006   setEvtSequence(gl1hit->getEvtSequence());
0007   return;
0008 }