FairRoot/PandaRoot
Public Member Functions | Protected Attributes | List of all members
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 ( )

Definition at line 15 of file PndGeoTarget.cxx.

15  {
16  // Constructor
17  fName="target";
18  strcpy(modName,"t");
19  strcpy(eleName,"t");
20  maxSectors=0;
21  maxModules=1;
22 }
char eleName[2]
Definition: PndGeoTarget.h:9
char modName[2]
Definition: PndGeoTarget.h:8
PndGeoTarget::~PndGeoTarget ( )
inline

Definition at line 12 of file PndGeoTarget.h.

12 {}

Member Function Documentation

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
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

char PndGeoTarget::eleName[2]
protected

Definition at line 9 of file PndGeoTarget.h.

Referenced by getEleName().

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 files: