Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 #include "InttRawHitv2.h"
0002 
0003 InttRawHitv2::InttRawHitv2(InttRawHit *intthit)
0004   : InttRawHitv1(intthit)
0005 {
0006   InttRawHitv2::set_event_counter(intthit->get_event_counter());
0007 }
0008 
0009 void InttRawHitv2::identify(std::ostream &os) const
0010 {
0011   os << "BCO: 0x" << std::hex << bco << std::dec << std::endl;
0012   os << "packet id: " << packetid << std::endl;
0013 }