PandaRoot
PndGeoTarget Class Reference

#include <PndGeoTarget.h>

Inheritance diagram for PndGeoTarget:

Public Member Functions

 PndGeoTarget ()
 
 ~PndGeoTarget ()
 
const char * getModuleName (Int_t)
 
const char * getEleName (Int_t)
 

Protected Attributes

char modName [2]
 
char eleName [2]
 

Detailed Description

Definition at line 6 of file PndGeoTarget.h.

Constructor & Destructor Documentation

◆ PndGeoTarget()

PndGeoTarget::PndGeoTarget ( )

◆ ~PndGeoTarget()

PndGeoTarget::~PndGeoTarget ( )
inline

Definition at line 12 of file PndGeoTarget.h.

12 {}

Member Function Documentation

◆ getEleName()

const char* PndGeoTarget::getEleName ( Int_t  )
inline

Definition at line 14 of file PndGeoTarget.h.

References eleName.

14 { return eleName; }
char eleName[2]
Definition: PndGeoTarget.h:9

◆ getModuleName()

const char* PndGeoTarget::getModuleName ( Int_t  )
inline

Definition at line 13 of file PndGeoTarget.h.

References modName.

13 { return modName; }
char modName[2]
Definition: PndGeoTarget.h:8

Member Data Documentation

◆ eleName

char PndGeoTarget::eleName[2]
protected

Definition at line 9 of file PndGeoTarget.h.

Referenced by getEleName().

◆ modName

char PndGeoTarget::modName[2]
protected

Definition at line 8 of file PndGeoTarget.h.

Referenced by getModuleName().


The documentation for this class was generated from the following file: