NCFS-Pack
A generic (astro)particle physics analysis framework
 
Loading...
Searching...
No Matches
IceAOM.h
Go to the documentation of this file.
1#ifndef IceAOM_h
2#define IceAOM_h
3
4// Copyright(c) 2003, IceCube Experiment at the South Pole, All rights reserved.
5// See cxx source for full Copyright notice.
6
7#include "IceGOM.h"
8
10
11class IceAOM : public IceGOM
12{
13 public:
14 IceAOM(); // Default constructor
15 virtual ~IceAOM(); // Default destructor
16 IceAOM(const IceAOM& m); // Copy constructor
17 virtual TObject* Clone(const char* name="") const; // Make a deep copy and provide its pointer
18
19 ClassDef(IceAOM,1) // Signal (Hit) handling of a generic Amanda Optical Module (AOM).
20};
21#endif
virtual ~IceAOM()
Definition IceAOM.cxx:49
virtual TObject * Clone(const char *name="") const
Definition IceAOM.cxx:67
IceAOM()
Definition IceAOM.cxx:40
IceGOM()
Definition IceGOM.cxx:123