|
FairRoot
|
#include <FairRadMapManager.h>
Public Member Functions | |
| FairRadMapManager () | |
| virtual | ~FairRadMapManager () |
| ClassDef (FairRadMapManager, 1) | |
| void | AddPoint (Int_t &ModuleId) |
| void | Init () |
| void | Reset () |
Static Public Member Functions | |
| static FairRadMapManager * | Instance () |
Definition at line 24 of file FairRadMapManager.h.
| FairRadMapManager::FairRadMapManager | ( | ) |
Default constructor. Creates the singleton object of FairRadMapManager class. The pointer to this object can be reached via FairRadMapManager::Instance().
radiation length default ctor
Definition at line 42 of file FairRadMapManager.cxx.
|
virtual |
| void FairRadMapManager::AddPoint | ( | Int_t & | ModuleId | ) |
Add point to collection
Add a point to the collection
Sum energy loss for all steps in the active volume
Create a point at exit of the volume
Definition at line 126 of file FairRadMapManager.cxx.
| FairRadMapManager::ClassDef | ( | FairRadMapManager | , |
| 1 | |||
| ) |
Class definition.
| void FairRadMapManager::Init | ( | ) |
initialize the manager
create the branch for output
Definition at line 82 of file FairRadMapManager.cxx.
|
static |
This function is used to access the methods of the class.
singelton instance
Definition at line 36 of file FairRadMapManager.cxx.
| void FairRadMapManager::Reset | ( | ) |
reset
We have to free the momeory, Clear() is faster but not enough!
Definition at line 119 of file FairRadMapManager.cxx.