source: trunk/MagicSoft/Mars/mtemp/mifae/library/MIslands.cc@ 4073

Last change on this file since 4073 was 3976, checked in by aliu, 20 years ago
*** empty log message ***
File size: 545 bytes
Line 
1#include "MIslands.h"
2
3#include "MCerPhotPix.h"
4#include "MCerPhotEvt.h"
5
6ClassImp(MIslands);
7
8using namespace std;
9
10// --------------------------------------------------------------------------
11//
12// Default constructor.
13//
14MIslands::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//
25MIslands::~MIslands()
26{
27}
28
29
Note: See TracBrowser for help on using the repository browser.