source: trunk/MagicSoft/Mars/mtemp/MIslands.cc@ 4085

Last change on this file since 4085 was 3453, checked in by blanch, 21 years ago
*** empty log message ***
File size: 493 bytes
Line 
1#include "MIslands.h"
2
3ClassImp(MIslands);
4
5using namespace std;
6
7// --------------------------------------------------------------------------
8//
9// Default constructor.
10//
11MIslands::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//
22MIslands::~MIslands()
23{
24}
25
Note: See TracBrowser for help on using the repository browser.