FairRoot
|
#include <FairRadLenManager.h>
Public Member Functions | |
FairRadLenManager () | |
virtual | ~FairRadLenManager () |
ClassDef (FairRadLenManager, 1) | |
void | AddPoint (Int_t &ModuleId) |
void | Init () |
void | Reset () |
Static Public Member Functions | |
static FairRadLenManager * | Instance () |
Definition at line 24 of file FairRadLenManager.h.
FairRadLenManager::FairRadLenManager | ( | ) |
Default constructor. Creates the singleton object of FairRadLenManager class. The pointer to this object can be reached via FairRadLenManager::Instance().
radiation length default ctor
Definition at line 35 of file FairRadLenManager.cxx.
|
virtual |
void FairRadLenManager::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 79 of file FairRadLenManager.cxx.
FairRadLenManager::ClassDef | ( | FairRadLenManager | , |
1 | |||
) |
Class definition.
void FairRadLenManager::Init | ( | ) |
initialize the manager
create the branch for output
Definition at line 67 of file FairRadLenManager.cxx.
|
static |
This function is used to access the methods of the class.
singelton instance
Definition at line 29 of file FairRadLenManager.cxx.
void FairRadLenManager::Reset | ( | ) |
reset
We have to free the momeory, Clear() is faster but not enough!
Definition at line 73 of file FairRadLenManager.cxx.