Line | |
---|
1 | #include "MIslands.h"
|
---|
2 |
|
---|
3 | ClassImp(MIslands);
|
---|
4 |
|
---|
5 | using namespace std;
|
---|
6 |
|
---|
7 | // --------------------------------------------------------------------------
|
---|
8 | //
|
---|
9 | // Default constructor.
|
---|
10 | //
|
---|
11 | MIslands::MIslands(const char *name, const char *title)
|
---|
12 | {
|
---|
13 | fName = name ? name : "MIslands";
|
---|
14 | fTitle = title ? title : "Storage container for the island information of one event";
|
---|
15 |
|
---|
16 | }
|
---|
17 |
|
---|
18 | // --------------------------------------------------------------------------
|
---|
19 | //
|
---|
20 | // Destructor.
|
---|
21 | //
|
---|
22 | MIslands::~MIslands()
|
---|
23 | {
|
---|
24 | }
|
---|
25 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.