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

#include <PndGeoFtof.h>

Inheritance diagram for PndGeoFtof:

Public Member Functions

 PndGeoFtof ()
 
 ~PndGeoFtof ()
 

Protected Attributes

char modName [4]
 
char eleName [4]
 

Detailed Description

Definition at line 11 of file PndGeoFtof.h.

Constructor & Destructor Documentation

PndGeoFtof::PndGeoFtof ( )

Definition at line 16 of file PndGeoFtof.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: PndGeoFtof.h:16
char modName[4]
Definition: PndGeoFtof.h:15
PndGeoFtof::~PndGeoFtof ( )
inline

Definition at line 21 of file PndGeoFtof.h.

21 {}

Member Data Documentation

char PndGeoFtof::eleName[4]
protected

Definition at line 16 of file PndGeoFtof.h.

char PndGeoFtof::modName[4]
protected

Definition at line 15 of file PndGeoFtof.h.


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