FairRoot/PandaRoot
Public Member Functions | Protected Attributes | List of all members
PndGeoEmcApd Class Reference

#include <PndGeoEmcApd.h>

Inheritance diagram for PndGeoEmcApd:

Public Member Functions

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

Protected Attributes

char modName [20]
 
char eleName [20]
 

Detailed Description

Definition at line 11 of file PndGeoEmcApd.h.

Constructor & Destructor Documentation

PndGeoEmcApd::PndGeoEmcApd ( )
PndGeoEmcApd::~PndGeoEmcApd ( )
inline

Definition at line 18 of file PndGeoEmcApd.h.

18 {}

Member Function Documentation

const char * PndGeoEmcApd::getEleName ( Int_t  m)

Definition at line 31 of file PndGeoEmcApd.cxx.

References eleName.

31  {
32  // Returns the element name of muo number m
33 
34  sprintf(eleName,"apd%i",m+1);
35  return eleName;
36 }
__m128 m
Definition: P4_F32vec4.h:28
char eleName[20]
Definition: PndGeoEmcApd.h:14
const char * PndGeoEmcApd::getModuleName ( Int_t  m)

Definition at line 24 of file PndGeoEmcApd.cxx.

References modName.

24  {
25  // Returns the module name of muo number m
26 
27  sprintf(modName,"apd%i",m+1);
28  return modName;
29 }
__m128 m
Definition: P4_F32vec4.h:28
char modName[20]
Definition: PndGeoEmcApd.h:13

Member Data Documentation

char PndGeoEmcApd::eleName[20]
protected

Definition at line 14 of file PndGeoEmcApd.h.

Referenced by getEleName().

char PndGeoEmcApd::modName[20]
protected

Definition at line 13 of file PndGeoEmcApd.h.

Referenced by getModuleName().


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