#include <data_base.hh>
Inheritance diagram for data_base:

Public Member Functions | |
| data_base () | |
| Default constructor. | |
| data_base (const data_base &original) | |
| Default copy constructor to avoid memory leak in ROOT streamer. | |
| virtual | ~data_base () |
| Default destructor. | |
| virtual void | clear_data () |
| Clear method. | |
Definition at line 27 of file data_base.hh.
| data_base::data_base | ( | ) | [inline] |
| data_base::data_base | ( | const data_base & | original | ) | [inline] |
Default copy constructor to avoid memory leak in ROOT streamer.
Definition at line 35 of file data_base.hh.
| virtual data_base::~data_base | ( | ) | [inline, virtual] |
| virtual void data_base::clear_data | ( | ) | [inline, virtual] |
Clear method.
Reimplemented in pmt_waveform, pmt_wf_collection, pulse_info, pulse_collection, tpc_waveform, tpc_wf_collection, trig_info, user_info, and user_collection.
Definition at line 43 of file data_base.hh.
Referenced by tpc_wf_collection::clear_data(), tpc_waveform::clear_data(), pmt_wf_collection::clear_data(), pmt_waveform::clear_data(), and storage_manager::write_event().
1.4.7