Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Gl1RawHitv1.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file Gl1RawHitv1.cc
1 #include "Gl1RawHitv1.h"
2 
4 {
5  set_bco(gl1hit->get_bco());
6 }
7 
9 {
10  bco = std::numeric_limits<uint64_t>::max();
11 }
12 
13 void Gl1RawHitv1::identify(std::ostream &os) const
14 {
15  os << "BCO: 0x" << std::hex << bco << std::dec << std::endl;
16 }