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