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

#include <PndGeoHyp.h>

Inheritance diagram for PndGeoHyp:

Public Member Functions

 PndGeoHyp ()
 
 ~PndGeoHyp ()
 

Protected Attributes

char modName [4]
 
char eleName [4]
 

Detailed Description

Definition at line 11 of file PndGeoHyp.h.

Constructor & Destructor Documentation

PndGeoHyp::PndGeoHyp ( )

Definition at line 16 of file PndGeoHyp.cxx.

16  {
17  // Constructor
18  fName="stg";
19  maxSectors=0;
20  maxModules=1;
21  strcpy(modName,"s");
22  strcpy(eleName,"s");
23  }
char modName[4]
Definition: PndGeoHyp.h:15
char eleName[4]
Definition: PndGeoHyp.h:16
PndGeoHyp::~PndGeoHyp ( )
inline

Definition at line 21 of file PndGeoHyp.h.

21 {}

Member Data Documentation

char PndGeoHyp::eleName[4]
protected

Definition at line 16 of file PndGeoHyp.h.

char PndGeoHyp::modName[4]
protected

Definition at line 15 of file PndGeoHyp.h.


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