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

#include <PndGeoSciT.h>

Inheritance diagram for PndGeoSciT:

Public Member Functions

 PndGeoSciT ()
 
 ~PndGeoSciT ()
 

Protected Attributes

char modName [4]
 
char eleName [4]
 

Detailed Description

Definition at line 11 of file PndGeoSciT.h.

Constructor & Destructor Documentation

PndGeoSciT::PndGeoSciT ( )

Definition at line 16 of file PndGeoSciT.cxx.

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

Definition at line 21 of file PndGeoSciT.h.

21 {}

Member Data Documentation

char PndGeoSciT::eleName[4]
protected

Definition at line 16 of file PndGeoSciT.h.

char PndGeoSciT::modName[4]
protected

Definition at line 15 of file PndGeoSciT.h.


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