FairRoot/PandaRoot
|
Convert Task of data. More...
#include <PndMvdConvertApvTask.h>
Public Member Functions | |
PndMvdConvertApvTask (PndMvdConvertApv *Apvconvert, PndMvdBoxMap *Apvmapper) | |
~PndMvdConvertApvTask () | |
PndMvdConvertApvTask (const PndMvdConvertApvTask &)=delete | |
PndMvdConvertApvTask & | operator= (const PndMvdConvertApvTask &)=delete |
virtual void | Exec (Option_t *opt) |
virtual void | SetParContainers () |
virtual InitStatus | Init () |
virtual void | Finish () |
void | SetPersistance (Bool_t p=kTRUE) |
Bool_t | GetPersistance () |
Private Member Functions | |
Bool_t | IsSingleSided (TString &detpath) |
Int_t | CalcBotFakeFE (TString detpath) |
void | Register () |
void | Reset () |
ClassDef (PndMvdConvertApvTask, 1) | |
Private Attributes | |
Bool_t | fPersistance |
PndMvdConvertApv * | fApvConvert |
class which convert the read in and hold the streams More... | |
PndMvdBoxMap * | fApvMapper |
TClonesArray * | fStripArray |
array of results More... | |
PndGeoHandling * | fGeoH |
Geohandler for name string compression. More... | |
Int_t | iStrip |
number of strips in this event More... | |
TList * | fDigiParameterList |
std::map< TString, Int_t > | fBotSides |
Convert Task of data.
Task to convert data from real measurement with strip sensors
Definition at line 39 of file PndMvdConvertApvTask.h.
PndMvdConvertApvTask::PndMvdConvertApvTask | ( | PndMvdConvertApv * | Apvconvert, |
PndMvdBoxMap * | Apvmapper | ||
) |
Default constructor
Definition at line 31 of file PndMvdConvertApvTask.cxx.
PndMvdConvertApvTask::~PndMvdConvertApvTask | ( | ) |
|
delete |
|
private |
Definition at line 225 of file PndMvdConvertApvTask.cxx.
References fBotSides.
Referenced by Exec().
|
private |
|
virtual |
Virtual method Exec
Definition at line 121 of file PndMvdConvertApvTask.cxx.
References CalcBotFakeFE(), PndMvdBoxMap::DoMapping(), Double_t, fApvConvert, fApvMapper, fGeoH, fStripArray, fVerbose, PndSdsDigi::GetCharge(), PndGeoHandling::GetPath(), PndGeoHandling::GetShortID(), IsSingleSided(), kMVDHitsStrip, push_back(), PndMvdConvertApv::ReadNext(), and TString.
|
virtual |
|
inline |
|
virtual |
init task
Definition at line 79 of file PndMvdConvertApvTask.cxx.
References PndGeoHandling::CreateUniqueSensorId(), fApvConvert, fApvMapper, fBotSides, fDigiParameterList, fGeoH, fPersistance, fStripArray, fVerbose, PndMvdBoxMap::Init(), PndMvdConvertApv::Init(), PndGeoHandling::PrintSensorNames(), and TString.
Definition at line 207 of file PndMvdConvertApvTask.cxx.
References fBotSides.
Referenced by Exec().
|
delete |
|
private |
|
private |
|
virtual |
Definition at line 47 of file PndMvdConvertApvTask.cxx.
References fDigiParameterList, PndMvdContFact::GetDigiParNames(), rtdb, and TString.
|
inline |
|
private |
class which convert the read in and hold the streams
Definition at line 76 of file PndMvdConvertApvTask.h.
|
private |
Definition at line 77 of file PndMvdConvertApvTask.h.
Definition at line 85 of file PndMvdConvertApvTask.h.
Referenced by CalcBotFakeFE(), Init(), and IsSingleSided().
|
private |
Definition at line 84 of file PndMvdConvertApvTask.h.
Referenced by Init(), and SetParContainers().
|
private |
Geohandler for name string compression.
Definition at line 81 of file PndMvdConvertApvTask.h.
|
private |
Definition at line 70 of file PndMvdConvertApvTask.h.
Referenced by GetPersistance(), Init(), and SetPersistance().
|
private |
array of results
Definition at line 79 of file PndMvdConvertApvTask.h.
|
private |
number of strips in this event
Definition at line 83 of file PndMvdConvertApvTask.h.