File indexing completed on 2026-07-16 08:13:57
0001 #include "StreamingBcoInfov1.h"
0002
0003 #include <phool/phool.h>
0004
0005 #include <iostream>
0006
0007 void StreamingBcoInfov1::Reset()
0008 {
0009 set_bco(0);
0010 set_evtno(0);
0011 set_usable_bco_tag(false);
0012 set_bco_streaming_window(std::make_pair(0, 0));
0013 return;
0014 }
0015
0016 void StreamingBcoInfov1::identify(std::ostream& os) const
0017 {
0018 os << "identify yourself: I am a StreamingBcoInfov1 Object\n"; return;
0019 }
0020
0021
0022
0023
0024
0025