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