PandaRoot
PndPassive Class Reference

Simply implements ConstructGeometry to call FairModule::ConstructRootGeometry() Useful to include passive material (e.g. the Central Space Frame, mechanical detector holding structures, etc.) via .root-files. More...

#include <PndPassive.h>

Inheritance diagram for PndPassive:

Public Member Functions

virtual void ConstructGeometry ()
 
 PndPassive (const char *name, const char *Title="PndPassive")
 
 PndPassive ()
 
virtual ~PndPassive ()
 

Detailed Description

Simply implements ConstructGeometry to call FairModule::ConstructRootGeometry() Useful to include passive material (e.g. the Central Space Frame, mechanical detector holding structures, etc.) via .root-files.

{.c++}
PndPassive *csf = new PndPassive();
csf->SetGeometryFileName("CentralSpaceFrame.root");
fRun->AddModule(csf);

Definition at line 18 of file PndPassive.h.

Constructor & Destructor Documentation

◆ PndPassive() [1/2]

PndPassive::PndPassive ( const char *  name,
const char *  Title = "PndPassive" 
)

◆ PndPassive() [2/2]

PndPassive::PndPassive ( )

◆ ~PndPassive()

virtual PndPassive::~PndPassive ( )
virtual

Member Function Documentation

◆ ConstructGeometry()

virtual void PndPassive::ConstructGeometry ( )
virtual

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