Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
InttRawHitv1.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file InttRawHitv1.cc
1 #include "InttRawHitv1.h"
2 
4 {
5  set_bco(intthit->get_bco());
6  set_packetid(intthit->get_packetid());
7  set_word(intthit->get_word());
8  set_fee(intthit->get_fee());
9  set_channel_id(intthit->get_channel_id());
10  set_chip_id(intthit->get_chip_id());
11  set_adc(intthit->get_adc());
12  set_FPHX_BCO(intthit->get_FPHX_BCO());
13  set_full_FPHX(intthit->get_full_FPHX());
14  set_full_ROC(intthit->get_full_ROC());
15  set_amplitude(intthit->get_amplitude());
16 }
17 
18 void InttRawHitv1::identify(std::ostream &os) const
19 {
20  os << "BCO: 0x" << std::hex << bco << std::dec << std::endl;
21  os << "packet id: " << packetid << std::endl;
22 }