Base class for all Harpo Detectors. More...
#include <HarpoDet.h>
Public Member Functions | |
virtual | ~HarpoDet () |
virtual void | print () |
const char * | GetName () const |
const char * | GetDescription () const |
const char * | DetName (ULong_t ndet) const |
const char * | DetDescription (ULong_t ndet) const |
HarpoDet () | |
HarpoDet (ULong_t det) | |
Private Attributes | |
HarpoDetType | detIdx |
const char * | detName |
const char * | detDescription |
Base class for all Harpo Detectors.
A generic class for HARPO datectors.
The class is represent generic detector type. All real detectr classes must use this class as base for inheritance.
Definition at line 27 of file HarpoDet.h.
|
virtual |
Definition at line 56 of file HarpoDet.cxx.
HarpoDet::HarpoDet | ( | ) |
Definition at line 51 of file HarpoDet.cxx.
HarpoDet::HarpoDet | ( | ULong_t | det | ) |
Definition at line 38 of file HarpoDet.cxx.
const char * HarpoDet::DetDescription | ( | ULong_t | ndet | ) | const |
Definition at line 70 of file HarpoDet.cxx.
const char * HarpoDet::DetName | ( | ULong_t | ndet | ) | const |
Definition at line 61 of file HarpoDet.cxx.
|
inline |
|
inline |
|
virtual |
Definition at line 79 of file HarpoDet.cxx.
|
private |
Definition at line 48 of file HarpoDet.h.
|
private |
Definition at line 46 of file HarpoDet.h.
|
private |
Definition at line 47 of file HarpoDet.h.