#include <BmnRawDataDecoder.h>
|
| | BmnRawDataDecoder (TString file="", TString outfile="", ULong_t nEvents=0, ULong_t period=8) |
| |
| virtual | ~BmnRawDataDecoder () |
| |
| BmnStatus | ConvertRawToRoot () |
| |
| void | FillAdcQa () |
| |
| void | SaveAdcQa () |
| |
| void | FillProfiles () |
| |
| void | FillNoisyChannels () |
| |
| BmnStatus | DecodeDataToDigi () |
| |
| void | CreateConverter () |
| |
| void | CreateDecoder () |
| |
| BmnStatus | InitConverter (TString FileName) |
| |
| BmnStatus | InitConverter () |
| |
| BmnStatus | InitDecoder () |
| |
| void | ConnectForward () |
| |
| BmnStatus | ConvertRawToRootIterate (UInt_t *buf, UInt_t len) |
| |
| BmnStatus | DecodeDataToDigiIterate () |
| |
| void | SetRunId (UInt_t v) |
| |
| void | SetPeriodId (UInt_t v) |
| |
| void | SetApplyThreshold (bool b) |
| |
| UInt_t | GetRunId () const |
| |
| UInt_t | GetPeriodId () const |
| |
| UInt_t | GetNevents () const |
| |
| UInt_t | GetEventId () const |
| |
| TTimeStamp | GetRunStartTime () const |
| |
| TTimeStamp | GetRunEndTime () const |
| |
| TString | GetRootFileName () |
| |
| void | SetDetectorSetup (std::map< DetectorId, bool > setup) |
| |
| void | SetDecoderConfigFileName (string FileName) |
| |
| void | SetEvForPedestals (UInt_t v) |
| |
| UInt_t | GetEvForPedestals () |
| |
| void | SetBmnSetup (BmnSetup v) |
| |
| BmnSetup | GetBmnSetup () const |
| |
| void | SetVerbose (Int_t v) |
| |
| Int_t | GetVerbose () const |
| |
| void | SetUseCalibFile (bool v) |
| |
| bool | GetUseCalibFile () const |
| |
| void | SetRawRootDirPath (TString path) |
| |
| void | SetRawRootFile (TString filename) |
| |
| void | SetDigiRootFile (TString filename) |
| |
| BmnRawSource * | GetRawConverter () const |
| |
| BmnDecoder * | GetDecoder () const |
| |
| void | SetTaskMode (bool v=true) |
| |
| bool | GetTaskMode () const |
| |
| void | SetForwardMode (bool v=true) |
| |
| bool | GetForwardMode () const |
| |
| | BmnRawDataDecoder (TString file="", TString outfile="", ULong_t nEvents=0, ULong_t period=8) |
| |
| virtual | ~BmnRawDataDecoder () |
| |
| BmnStatus | ConvertRawToRoot () |
| |
| void | FillAdcQa () |
| |
| void | SaveAdcQa () |
| |
| void | FillProfiles () |
| |
| void | FillNoisyChannels () |
| |
| BmnStatus | DecodeDataToDigi () |
| |
| void | CreateConverter () |
| |
| void | CreateDecoder () |
| |
| BmnStatus | InitConverter (TString FileName) |
| |
| BmnStatus | InitConverter () |
| |
| BmnStatus | InitDecoder () |
| |
| void | ConnectForward () |
| |
| BmnStatus | ConvertRawToRootIterate (UInt_t *buf, UInt_t len) |
| |
| BmnStatus | DecodeDataToDigiIterate () |
| |
| void | SetRunId (UInt_t v) |
| |
| void | SetPeriodId (UInt_t v) |
| |
| void | SetApplyThreshold (bool b) |
| |
| UInt_t | GetRunId () const |
| |
| UInt_t | GetPeriodId () const |
| |
| UInt_t | GetNevents () const |
| |
| UInt_t | GetEventId () const |
| |
| TTimeStamp | GetRunStartTime () const |
| |
| TTimeStamp | GetRunEndTime () const |
| |
| TString | GetRootFileName () |
| |
| void | SetDetectorSetup (std::map< DetectorId, bool > setup) |
| |
| void | SetDecoderConfigFileName (string FileName) |
| |
| void | SetEvForPedestals (UInt_t v) |
| |
| UInt_t | GetEvForPedestals () |
| |
| void | SetBmnSetup (BmnSetup v) |
| |
| BmnSetup | GetBmnSetup () const |
| |
| void | SetVerbose (Int_t v) |
| |
| Int_t | GetVerbose () const |
| |
| void | SetUseCalibFile (bool v) |
| |
| bool | GetUseCalibFile () const |
| |
| void | SetRawRootDirPath (TString path) |
| |
| void | SetRawRootFile (TString filename) |
| |
| void | SetDigiRootFile (TString filename) |
| |
| BmnRawSource * | GetRawConverter () const |
| |
| BmnDecoder * | GetDecoder () const |
| |
| void | SetTaskMode (bool v=true) |
| |
| bool | GetTaskMode () const |
| |
| void | SetForwardMode (bool v=true) |
| |
| bool | GetForwardMode () const |
| |
Definition at line 57 of file BmnRawDataDecoder.h.
◆ BmnRawDataDecoder() [1/2]
| BmnRawDataDecoder::BmnRawDataDecoder |
( |
TString |
file = "", |
|
|
TString |
outfile = "", |
|
|
ULong_t |
nEvents = 0, |
|
|
ULong_t |
period = 8 |
|
) |
| |
◆ ~BmnRawDataDecoder() [1/2]
| BmnRawDataDecoder::~BmnRawDataDecoder |
( |
| ) |
|
|
virtual |
◆ BmnRawDataDecoder() [2/2]
| BmnRawDataDecoder::BmnRawDataDecoder |
( |
TString |
file = "", |
|
|
TString |
outfile = "", |
|
|
ULong_t |
nEvents = 0, |
|
|
ULong_t |
period = 8 |
|
) |
| |
◆ ~BmnRawDataDecoder() [2/2]
| virtual BmnRawDataDecoder::~BmnRawDataDecoder |
( |
| ) |
|
|
virtual |
◆ ConnectForward() [1/2]
| void BmnRawDataDecoder::ConnectForward |
( |
| ) |
|
◆ ConnectForward() [2/2]
| void BmnRawDataDecoder::ConnectForward |
( |
| ) |
|
◆ ConvertRawToRoot() [1/2]
| BmnStatus BmnRawDataDecoder::ConvertRawToRoot |
( |
| ) |
|
◆ ConvertRawToRoot() [2/2]
| BmnStatus BmnRawDataDecoder::ConvertRawToRoot |
( |
| ) |
|
◆ ConvertRawToRootIterate() [1/2]
| BmnStatus BmnRawDataDecoder::ConvertRawToRootIterate |
( |
UInt_t * |
buf, |
|
|
UInt_t |
len |
|
) |
| |
◆ ConvertRawToRootIterate() [2/2]
| BmnStatus BmnRawDataDecoder::ConvertRawToRootIterate |
( |
UInt_t * |
buf, |
|
|
UInt_t |
len |
|
) |
| |
◆ CreateConverter() [1/2]
| void BmnRawDataDecoder::CreateConverter |
( |
| ) |
|
◆ CreateConverter() [2/2]
| void BmnRawDataDecoder::CreateConverter |
( |
| ) |
|
◆ CreateDecoder() [1/2]
| void BmnRawDataDecoder::CreateDecoder |
( |
| ) |
|
◆ CreateDecoder() [2/2]
| void BmnRawDataDecoder::CreateDecoder |
( |
| ) |
|
◆ DecodeDataToDigi() [1/2]
| BmnStatus BmnRawDataDecoder::DecodeDataToDigi |
( |
| ) |
|
◆ DecodeDataToDigi() [2/2]
| BmnStatus BmnRawDataDecoder::DecodeDataToDigi |
( |
| ) |
|
◆ DecodeDataToDigiIterate() [1/2]
| BmnStatus BmnRawDataDecoder::DecodeDataToDigiIterate |
( |
| ) |
|
◆ DecodeDataToDigiIterate() [2/2]
| BmnStatus BmnRawDataDecoder::DecodeDataToDigiIterate |
( |
| ) |
|
◆ FillAdcQa() [1/2]
| void BmnRawDataDecoder::FillAdcQa |
( |
| ) |
|
◆ FillAdcQa() [2/2]
| void BmnRawDataDecoder::FillAdcQa |
( |
| ) |
|
◆ FillNoisyChannels() [1/2]
| void BmnRawDataDecoder::FillNoisyChannels |
( |
| ) |
|
◆ FillNoisyChannels() [2/2]
| void BmnRawDataDecoder::FillNoisyChannels |
( |
| ) |
|
◆ FillProfiles() [1/2]
| void BmnRawDataDecoder::FillProfiles |
( |
| ) |
|
◆ FillProfiles() [2/2]
| void BmnRawDataDecoder::FillProfiles |
( |
| ) |
|
◆ GetBmnSetup() [1/2]
| BmnSetup BmnRawDataDecoder::GetBmnSetup |
( |
| ) |
const |
|
inline |
◆ GetBmnSetup() [2/2]
| BmnSetup BmnRawDataDecoder::GetBmnSetup |
( |
| ) |
const |
|
inline |
◆ GetDecoder() [1/2]
| BmnDecoder * BmnRawDataDecoder::GetDecoder |
( |
| ) |
const |
|
inline |
◆ GetDecoder() [2/2]
| BmnDecoder * BmnRawDataDecoder::GetDecoder |
( |
| ) |
const |
|
inline |
◆ GetEventId() [1/2]
| UInt_t BmnRawDataDecoder::GetEventId |
( |
| ) |
const |
|
inline |
◆ GetEventId() [2/2]
| UInt_t BmnRawDataDecoder::GetEventId |
( |
| ) |
const |
|
inline |
◆ GetEvForPedestals() [1/2]
| UInt_t BmnRawDataDecoder::GetEvForPedestals |
( |
| ) |
|
|
inline |
◆ GetEvForPedestals() [2/2]
| UInt_t BmnRawDataDecoder::GetEvForPedestals |
( |
| ) |
|
|
inline |
◆ GetForwardMode() [1/2]
| bool BmnRawDataDecoder::GetForwardMode |
( |
| ) |
const |
|
inline |
◆ GetForwardMode() [2/2]
| bool BmnRawDataDecoder::GetForwardMode |
( |
| ) |
const |
|
inline |
◆ GetNevents() [1/2]
| UInt_t BmnRawDataDecoder::GetNevents |
( |
| ) |
const |
|
inline |
◆ GetNevents() [2/2]
| UInt_t BmnRawDataDecoder::GetNevents |
( |
| ) |
const |
|
inline |
◆ GetPeriodId() [1/2]
| UInt_t BmnRawDataDecoder::GetPeriodId |
( |
| ) |
const |
|
inline |
◆ GetPeriodId() [2/2]
| UInt_t BmnRawDataDecoder::GetPeriodId |
( |
| ) |
const |
|
inline |
◆ GetRawConverter() [1/2]
◆ GetRawConverter() [2/2]
◆ GetRootFileName() [1/2]
| TString BmnRawDataDecoder::GetRootFileName |
( |
| ) |
|
|
inline |
◆ GetRootFileName() [2/2]
| TString BmnRawDataDecoder::GetRootFileName |
( |
| ) |
|
|
inline |
◆ GetRunEndTime() [1/2]
| TTimeStamp BmnRawDataDecoder::GetRunEndTime |
( |
| ) |
const |
|
inline |
◆ GetRunEndTime() [2/2]
| TTimeStamp BmnRawDataDecoder::GetRunEndTime |
( |
| ) |
const |
|
inline |
◆ GetRunId() [1/2]
| UInt_t BmnRawDataDecoder::GetRunId |
( |
| ) |
const |
|
inline |
◆ GetRunId() [2/2]
| UInt_t BmnRawDataDecoder::GetRunId |
( |
| ) |
const |
|
inline |
◆ GetRunIdFromFile() [1/2]
| Int_t BmnRawDataDecoder::GetRunIdFromFile |
( |
TString |
name | ) |
|
|
static |
◆ GetRunIdFromFile() [2/2]
| static Int_t BmnRawDataDecoder::GetRunIdFromFile |
( |
TString |
name | ) |
|
|
static |
◆ GetRunStartTime() [1/2]
| TTimeStamp BmnRawDataDecoder::GetRunStartTime |
( |
| ) |
const |
|
inline |
◆ GetRunStartTime() [2/2]
| TTimeStamp BmnRawDataDecoder::GetRunStartTime |
( |
| ) |
const |
|
inline |
◆ GetTaskMode() [1/2]
| bool BmnRawDataDecoder::GetTaskMode |
( |
| ) |
const |
|
inline |
◆ GetTaskMode() [2/2]
| bool BmnRawDataDecoder::GetTaskMode |
( |
| ) |
const |
|
inline |
◆ GetUseCalibFile() [1/2]
| bool BmnRawDataDecoder::GetUseCalibFile |
( |
| ) |
const |
|
inline |
◆ GetUseCalibFile() [2/2]
| bool BmnRawDataDecoder::GetUseCalibFile |
( |
| ) |
const |
|
inline |
◆ GetVerbose() [1/2]
| Int_t BmnRawDataDecoder::GetVerbose |
( |
| ) |
const |
|
inline |
◆ GetVerbose() [2/2]
| Int_t BmnRawDataDecoder::GetVerbose |
( |
| ) |
const |
|
inline |
◆ InitConverter() [1/4]
| BmnStatus BmnRawDataDecoder::InitConverter |
( |
| ) |
|
◆ InitConverter() [2/4]
| BmnStatus BmnRawDataDecoder::InitConverter |
( |
| ) |
|
◆ InitConverter() [3/4]
| BmnStatus BmnRawDataDecoder::InitConverter |
( |
TString |
FileName | ) |
|
◆ InitConverter() [4/4]
| BmnStatus BmnRawDataDecoder::InitConverter |
( |
TString |
FileName | ) |
|
◆ InitDecoder() [1/2]
◆ InitDecoder() [2/2]
◆ IsRawFile() [1/2]
| Bool_t BmnRawDataDecoder::IsRawFile |
( |
TString |
name | ) |
|
|
static |
◆ IsRawFile() [2/2]
| static Bool_t BmnRawDataDecoder::IsRawFile |
( |
TString |
name | ) |
|
|
static |
◆ IsRootFile() [1/2]
| Bool_t BmnRawDataDecoder::IsRootFile |
( |
TString |
name | ) |
|
|
static |
◆ IsRootFile() [2/2]
| static Bool_t BmnRawDataDecoder::IsRootFile |
( |
TString |
name | ) |
|
|
static |
◆ SaveAdcQa() [1/2]
| void BmnRawDataDecoder::SaveAdcQa |
( |
| ) |
|
◆ SaveAdcQa() [2/2]
| void BmnRawDataDecoder::SaveAdcQa |
( |
| ) |
|
◆ SetApplyThreshold() [1/2]
| void BmnRawDataDecoder::SetApplyThreshold |
( |
bool |
b | ) |
|
|
inline |
◆ SetApplyThreshold() [2/2]
| void BmnRawDataDecoder::SetApplyThreshold |
( |
bool |
b | ) |
|
|
inline |
◆ SetBmnSetup() [1/2]
| void BmnRawDataDecoder::SetBmnSetup |
( |
BmnSetup |
v | ) |
|
|
inline |
◆ SetBmnSetup() [2/2]
| void BmnRawDataDecoder::SetBmnSetup |
( |
BmnSetup |
v | ) |
|
|
inline |
◆ SetDecoderConfigFileName() [1/2]
| void BmnRawDataDecoder::SetDecoderConfigFileName |
( |
string |
FileName | ) |
|
|
inline |
◆ SetDecoderConfigFileName() [2/2]
| void BmnRawDataDecoder::SetDecoderConfigFileName |
( |
string |
FileName | ) |
|
|
inline |
◆ SetDetectorSetup() [1/2]
| void BmnRawDataDecoder::SetDetectorSetup |
( |
std::map< DetectorId, bool > |
setup | ) |
|
|
inline |
◆ SetDetectorSetup() [2/2]
| void BmnRawDataDecoder::SetDetectorSetup |
( |
std::map< DetectorId, bool > |
setup | ) |
|
|
inline |
◆ SetDigiRootFile() [1/2]
| void BmnRawDataDecoder::SetDigiRootFile |
( |
TString |
filename | ) |
|
|
inline |
◆ SetDigiRootFile() [2/2]
| void BmnRawDataDecoder::SetDigiRootFile |
( |
TString |
filename | ) |
|
|
inline |
◆ SetEvForPedestals() [1/2]
| void BmnRawDataDecoder::SetEvForPedestals |
( |
UInt_t |
v | ) |
|
|
inline |
◆ SetEvForPedestals() [2/2]
| void BmnRawDataDecoder::SetEvForPedestals |
( |
UInt_t |
v | ) |
|
|
inline |
◆ SetForwardMode() [1/2]
| void BmnRawDataDecoder::SetForwardMode |
( |
bool |
v = true | ) |
|
|
inline |
◆ SetForwardMode() [2/2]
| void BmnRawDataDecoder::SetForwardMode |
( |
bool |
v = true | ) |
|
|
inline |
◆ SetPeriodId() [1/2]
| void BmnRawDataDecoder::SetPeriodId |
( |
UInt_t |
v | ) |
|
|
inline |
◆ SetPeriodId() [2/2]
| void BmnRawDataDecoder::SetPeriodId |
( |
UInt_t |
v | ) |
|
|
inline |
◆ SetRawRootDirPath() [1/2]
| void BmnRawDataDecoder::SetRawRootDirPath |
( |
TString |
path | ) |
|
|
inline |
◆ SetRawRootDirPath() [2/2]
| void BmnRawDataDecoder::SetRawRootDirPath |
( |
TString |
path | ) |
|
|
inline |
◆ SetRawRootFile() [1/2]
| void BmnRawDataDecoder::SetRawRootFile |
( |
TString |
filename | ) |
|
|
inline |
◆ SetRawRootFile() [2/2]
| void BmnRawDataDecoder::SetRawRootFile |
( |
TString |
filename | ) |
|
|
inline |
◆ SetRunId() [1/2]
| void BmnRawDataDecoder::SetRunId |
( |
UInt_t |
v | ) |
|
|
inline |
◆ SetRunId() [2/2]
| void BmnRawDataDecoder::SetRunId |
( |
UInt_t |
v | ) |
|
|
inline |
◆ SetTaskMode() [1/2]
| void BmnRawDataDecoder::SetTaskMode |
( |
bool |
v = true | ) |
|
|
inline |
◆ SetTaskMode() [2/2]
| void BmnRawDataDecoder::SetTaskMode |
( |
bool |
v = true | ) |
|
|
inline |
◆ SetUseCalibFile() [1/2]
| void BmnRawDataDecoder::SetUseCalibFile |
( |
bool |
v | ) |
|
|
inline |
◆ SetUseCalibFile() [2/2]
| void BmnRawDataDecoder::SetUseCalibFile |
( |
bool |
v | ) |
|
|
inline |
◆ SetVerbose() [1/2]
| void BmnRawDataDecoder::SetVerbose |
( |
Int_t |
v | ) |
|
|
inline |
◆ SetVerbose() [2/2]
| void BmnRawDataDecoder::SetVerbose |
( |
Int_t |
v | ) |
|
|
inline |
◆ correctionCsc
| static double BmnRawDataDecoder::correctionCsc = 0 |
|
static |
◆ correctionGem
| static double BmnRawDataDecoder::correctionGem = 0 |
|
static |
◆ correctionSil
| static double BmnRawDataDecoder::correctionSil = 0 |
|
static |
◆ samplesCsc
| static int BmnRawDataDecoder::samplesCsc = 32 |
|
static |
◆ samplesGem
| static int BmnRawDataDecoder::samplesGem = 32 |
|
static |
◆ samplesSil
| static int BmnRawDataDecoder::samplesSil = 32 |
|
static |
◆ threshCsc
| static double BmnRawDataDecoder::threshCsc = 3.0 |
|
static |
◆ threshGem
| static double BmnRawDataDecoder::threshGem = 3.0 |
|
static |
◆ threshSil
| static double BmnRawDataDecoder::threshSil = 3.0 |
|
static |
The documentation for this class was generated from the following files: