FairRoot/PandaRoot
Public Member Functions | Private Attributes | List of all members
PndCave Class Reference

#include <PndCave.h>

Inheritance diagram for PndCave:

Public Member Functions

 PndCave (const char *name, const char *Title="Exp Cave")
 
 PndCave ()
 
virtual ~PndCave ()
 
virtual void ConstructGeometry ()
 

Private Attributes

Double_t world [3]
 

Detailed Description

Definition at line 8 of file PndCave.h.

Constructor & Destructor Documentation

PndCave::PndCave ( const char *  name,
const char *  Title = "Exp Cave" 
)

Definition at line 66 of file PndCave.cxx.

References world.

67  : FairModule(name ,Title)
68 {
69  world[0] = 0;
70  world[1] = 0;
71  world[2] = 0;
72 }
TString name
Double_t world[3]
Definition: PndCave.h:17
PndCave::PndCave ( )

Definition at line 59 of file PndCave.cxx.

59  {
60 }
PndCave::~PndCave ( )
virtual

Definition at line 62 of file PndCave.cxx.

63 {
64 
65 }

Member Function Documentation

virtual void PndCave::ConstructGeometry ( )
virtual

Member Data Documentation

Double_t PndCave::world[3]
private

Definition at line 17 of file PndCave.h.

Referenced by PndCave().


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