![]() |
PandaRoot
|
Convert meassured data into PndSdsDigiStrip. More...
#include <PndMvdConvertApv.h>
Public Member Functions | |
PndMvdConvertApv () | |
PndMvdConvertApv (const TString &CalibFileName, const TString &HitFileName) | |
virtual | ~PndMvdConvertApv () |
PndMvdConvertApv (const PndMvdConvertApv &)=delete | |
PndMvdConvertApv & | operator= (const PndMvdConvertApv &)=delete |
long int | GetNofEvents () |
std::vector< PndSdsDigiStrip > | ReadAll () |
std::vector< PndSdsDigiStrip > | ReadNext () |
Bool_t | Init () |
void | SetFakePair (Int_t TopModuleID, Int_t BottomModuleID) |
Convert meassured data into PndSdsDigiStrip.
Load calibration parameter and keeps strean to meassured data. Event wise read in and converting to PndSdsDigiStrip
Definition at line 39 of file PndMvdConvertApv.h.
|
inline |
default constructor
Definition at line 42 of file PndMvdConvertApv.h.
Referenced by ~PndMvdConvertApv().
PndMvdConvertApv::PndMvdConvertApv | ( | const TString & | CalibFileName, |
const TString & | HitFileName | ||
) |
main constructor, call all function to be ready for converting hits from hitfile
CalibFileName | name of file where the calibration is stored |
HitFileName | name of hitfile |
|
inlinevirtual |
Destructor
Definition at line 54 of file PndMvdConvertApv.h.
References GetNofEvents(), Init(), operator=(), PndMvdConvertApv(), ReadAll(), ReadNext(), and SetFakePair().
|
delete |
long int PndMvdConvertApv::GetNofEvents | ( | ) |
Referenced by ~PndMvdConvertApv().
Bool_t PndMvdConvertApv::Init | ( | ) |
|
delete |
Referenced by ~PndMvdConvertApv().
std::vector< PndSdsDigiStrip > PndMvdConvertApv::ReadAll | ( | ) |
read all events from hitfile
Referenced by ~PndMvdConvertApv().
std::vector< PndSdsDigiStrip > PndMvdConvertApv::ReadNext | ( | ) |
read the next event from hitfile
Referenced by ~PndMvdConvertApv().
void PndMvdConvertApv::SetFakePair | ( | Int_t | TopModuleID, |
Int_t | BottomModuleID | ||
) |
Set two moduleIDs to merge them as one double sided sensor
TopModuleID | moduleID for top side of fake sensor |
BottomModuleID | moduleID for bottom side of fake sensor |
Referenced by ~PndMvdConvertApv().