Class Reference for E1039 Core & Analysis Software
SQHardSpill_v1.cxx
Go to the documentation of this file.
1 #include "SQHardSpill_v1.h"
2 using namespace std;
3 
5 
7  : _bos_coda_id (0)
8  , _bos_vme_time (0)
9  , _eos_coda_id (0)
10  , _eos_vme_time (0)
11  , _time_input (0)
12  , _time_decode (0)
13  , _time_map (0)
14  , _time_subsys (0)
15  , _time_output (0)
16 {
17  ;
18 }
19 
21 {
22  _bos_coda_id = 0;
23  _bos_vme_time = 0;
24  _eos_coda_id = 0;
25  _eos_vme_time = 0;
26  _time_input = 0;
27  _time_decode = 0;
28  _time_map = 0;
29  _time_subsys = 0;
30  _time_output = 0;
31 }
32 
33 void SQHardSpill_v1::identify(ostream& os) const
34 {
35  os << "---SQHardSpill_v1--------------------" << endl;
36 }
ClassImp(SQHardSpill_v1)
void identify(std::ostream &os=std::cout) const
void Reset()
Clear Event.