NCFS-Pack
A generic (astro)particle physics analysis framework
 
Loading...
Searching...
No Matches
IceICDOM.h
Go to the documentation of this file.
1#ifndef IceICDOM_h
2#define IceICDOM_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 "IceIDOM.h"
8
10
11class IceICDOM : public IceIDOM
12{
13 public:
14 IceICDOM(); // Default constructor
15 virtual ~IceICDOM(); // Default destructor
16 IceICDOM(const IceICDOM& m); // Copy constructor
17 virtual TObject* Clone(const char* name="") const; // Make a deep copy and provide its pointer
18
19 ClassDef(IceICDOM,1) // Signal (Hit) handling of an In-Ice main IceCube Digital Optical Module (ICDOM).
20};
21#endif
virtual TObject * Clone(const char *name="") const
Definition IceICDOM.cxx:68
virtual ~IceICDOM()
Definition IceICDOM.cxx:50
IceIDOM()
Definition IceIDOM.cxx:41