![]() |
AliRoot Core
v5-06-30 (35d6c57)
|
#include <AliTPCAltroEmulator.h>
Public Types | |
enum | { kDINxFPD, kDINxFT, kDINxFDIN, kDINxFDINxVPD, kDINxVPDxFPD, kDINxVPDxFT, kDINxVPDxFDIN, kDINxVPDxFDINxVPD, kFDINxFPD, kFDINxVPDxFPD, kFTxFPD, kFTxFT, kFDINxFDIN, kFDINxVPDxFDINxVPD, kDINxFPD1, kDINxFPD2, kDINxMPD } |
Public Member Functions | |
AliTPCAltroEmulator (Int_t timebins=0, Short_t *Channel=0) | |
~AliTPCAltroEmulator () | |
Destructor of Altro Class. More... | |
void | ConfigAltro (Int_t ONBaselineCorrection1, Int_t ONTailcancellation, Int_t ONBaselineCorrection2, Int_t ONClipping, Int_t ONZerosuppression, Int_t ONDataFormatting) |
Configures which modules of the Altro should be on. More... | |
void | ConfigBaselineCorrection1 (Int_t mode, Int_t ValuePeDestal, Int_t *PedestalMem, Int_t polarity) |
Configures the Base Line Correction 1 (BSL1) Module. More... | |
void | ConfigTailCancellationFilter (Int_t K1, Int_t K2, Int_t K3, Int_t L1, Int_t L2, Int_t L3) |
Configures the Tail Cancellation Filter (TCF) Module. More... | |
void | ConfigTailCancellationFilterForRAWfiles (const Int_t *K1, const Int_t *K2, const Int_t *K3, const Int_t *L1, const Int_t *L2, const Int_t *L3) |
void | ConfigBaselineCorrection2 (Int_t HighThreshold, Int_t LowThreshold, Int_t Offset, Int_t Presamples, Int_t Postsamples) |
Configures the Moving Average Filter (BSL2) Module. More... | |
void | ConfigZerosuppression (Int_t Threshold, Int_t MinSamplesaboveThreshold, Int_t Presamples, Int_t Postsamples) |
Configures the Zero Suppression Module (ZSU) More... | |
void | SetChannelData (Int_t timebins, Short_t *Channel) |
void | PrintParameters () |
Prints the set Parameters, if module is configured. More... | |
void | RunEmulation (Int_t roc=-1) |
Runs the emulation of all configured Modules. More... | |
Float_t | CalculateCompression () |
calculates the compression out of the bitmask More... | |
void | RunEmulationOnRAWdata (AliRawReader *reader, Int_t plotFlag=0) |
TString | GetDDLFolderName () const |
TString | GetOutputDateFileName () const |
TString | GetOutputRootFileName () const |
void | SetDDLFolderName (const TString &name) |
void | SetOutputDateFileName (const TString &name) |
void | SetOutputRootFileName (const TString &name) |
Private Member Functions | |
AliTPCAltroEmulator (const AliTPCAltroEmulator &sig) | |
AliTPCAltroEmulator & | operator= (const AliTPCAltroEmulator &source) |
void | BaselineCorrection1 (Int_t mode, Int_t FixedPeDestal, Int_t *PedestalMem, Int_t polarity) |
void | TailCancellationFilterFixedPoint (Int_t K1, Int_t K2, Int_t K3, Int_t L1, Int_t L2, Int_t L3) |
void | BaselineCorrection2RTL (Int_t HighThreshold, Int_t LowThreshold, Int_t Offset, Int_t Presamples, Int_t Postsamples) |
void | Clipping () |
void | Zerosuppression (Int_t Threshold, Int_t MinSamplesaboveThreshold, Int_t Presamples, Int_t Postsamples) |
void | DataFormater () |
formats the data like the ALTRO. Result is a 64 bit array More... | |
Short_t | GetElement (short *Array, Int_t index) |
void | SetElement (short *Array, Int_t index, Short_t value) |
Int_t | InBand (Int_t ADC, Int_t bsl, Int_t LowThreshold, Int_t HighThreshold) |
Int_t | InRange (Int_t parameter, Int_t Low, Int_t High, const char *Module, const char *ParameterName) |
Short_t | GetShortChannel (Int_t i) |
Short_t | GetKeepChannel (Int_t i) |
Int_t | Multiply36 (Int_t P, Int_t N) |
long long | Mask (long long in, Int_t left, Int_t right) |
long long | Maskandshift (long long in, Int_t left, Int_t right) |
void | InitBuffers () |
Bool_t | AddEvent (Int_t dt, Bool_t isFirst) |
Bool_t | CreateEvent (Int_t ievent) |
Bool_t | GDC2DDLs (AliRawVEvent *gdc, Int_t ievent) |
Bool_t | ConvertRawFilesToDate (Int_t nevents) |
Bool_t | ConvertDateToRoot () |
Bool_t | WriteEvent (Int_t ievent) |
ClassDef (AliTPCAltroEmulator, 1) | |
Raw Data. More... | |
Definition at line 34 of file AliTPCAltroEmulator.h.
anonymous enum |
Definition at line 68 of file AliTPCAltroEmulator.h.
AliTPCAltroEmulator::AliTPCAltroEmulator | ( | Int_t | timebins = 0 , |
Short_t * | Channel = 0 |
||
) |
AliTPCAltroEmulator::~AliTPCAltroEmulator | ( | ) |
Destructor of Altro Class.
Destructor of Altro Class
Definition at line 141 of file AliTPCAltroEmulator.cxx.
|
private |
|
private |
|
private |
Definition at line 475 of file AliTPCAltroEmulator.cxx.
Referenced by RunEmulation().
|
private |
Definition at line 642 of file AliTPCAltroEmulator.cxx.
Referenced by RunEmulation().
Float_t AliTPCAltroEmulator::CalculateCompression | ( | ) |
calculates the compression out of the bitmask
calculates the compression out of the bitmask with the set adc values
Float_t
consisting of the compression factor Definition at line 911 of file AliTPCAltroEmulator.cxx.
|
private |
Raw Data.
|
private |
Definition at line 794 of file AliTPCAltroEmulator.cxx.
Referenced by RunEmulation().
void AliTPCAltroEmulator::ConfigAltro | ( | Int_t | ONBaselineCorrection1, |
Int_t | ONTailcancellation, | ||
Int_t | ONBaselineCorrection2, | ||
Int_t | ONClipping, | ||
Int_t | ONZerosuppression, | ||
Int_t | ONDataFormatting | ||
) |
Configures which modules of the Altro should be on.
Configures which modules of the Altro should be on. Each of the modules which are configured to be on, have to be configured later before running the emulation!
ONBaselineCorrection1 | an Int_t Switch (0,1) to turn on the Base Line Correction 1 (BSL1) Module |
ONTailcancellation | an Int_t Switch (0,1) to turn on the Tail Cancellation Filter (TCF) Module |
ONBaselineCorrection2 | an Int_t Switch (0,1) to turn on the Moving Average Filter (BSL2) Module |
ONClipping | an Int_t Switch (0,1) to turn on the Clipping Module. This is not possible in the real Altro, there it is always on. |
ONZerosuppression | an Int_t Switch (0,1) to turn on the Zero Suppression (ZSU) Module |
ONDataFormatting | an Int_t Switch (0,1) to turn on the Data Formatting on (not implemented) |
Definition at line 172 of file AliTPCAltroEmulator.cxx.
Referenced by AliTPCCalibTCF::ApplyTCFilter(), and RunAltroEmulOnRAW().
void AliTPCAltroEmulator::ConfigBaselineCorrection1 | ( | Int_t | mode, |
Int_t | ValuePeDestal, | ||
Int_t * | PedestalMem, | ||
Int_t | polarity | ||
) |
Configures the Base Line Correction 1 (BSL1) Module.
Configures the Base Line Correction 1 (BSL1) Module. You dont have to build a proper pedestalMemory array, a pointer of the correct type is enough, of course you are not allowed to use Basline Correction Modes which need then the array ...
All configurable values are "Range checked" and if out of the Range set to the nearest extreme. So the Emulation will work, but the result is maybe not the expected one.
mode | an Int_t sets the mode of the Baseline Correction. See the Altro manual for a description |
ValuePeDestal | an Int_t this is the baseline of the Channel. |
PedestalMem | an *Int_t Pointer to a 1d Short_t Array with the pedestal memory Data |
polarity | an Int_t Switch (0,1) for the polarity |
Definition at line 200 of file AliTPCAltroEmulator.cxx.
Referenced by RunAltroEmulOnRAW().
void AliTPCAltroEmulator::ConfigBaselineCorrection2 | ( | Int_t | HighThreshold, |
Int_t | LowThreshold, | ||
Int_t | Offset, | ||
Int_t | Presamples, | ||
Int_t | Postsamples | ||
) |
Configures the Moving Average Filter (BSL2) Module.
Configures the Moving Average Filter (BSL2) Module. All configurable values are "Range checked" and if out of the Range set to the nearest extreme. So the Emulation will work, but the result is maybe not the expected one.
HighThreshold | an Int_t sets the high Threshold |
LowThreshold | an Int_t sets the low Theshold |
Offset | an Int_t sets the the offset which is added to the Signal |
Presamples | an Int_t sets the number of pre samples excluded from the moving average caclulation |
Postsamples | an Int_t sets the number of post samples excluded from the moving average caclulation |
Definition at line 282 of file AliTPCAltroEmulator.cxx.
Referenced by RunAltroEmulOnRAW().
void AliTPCAltroEmulator::ConfigTailCancellationFilter | ( | Int_t | K1, |
Int_t | K2, | ||
Int_t | K3, | ||
Int_t | L1, | ||
Int_t | L2, | ||
Int_t | L3 | ||
) |
Configures the Tail Cancellation Filter (TCF) Module.
Configures the Tail Cancellation Filter (TCF) Module. You have to set the coefficients in the Integer version.
To convert from Int_t to Float_t use (int)*(pow(2,-16)-1) To convert from Float_t to Int_t usw (Float_t)*(pow(2,16)-1) All configurable values are "Range checked" and if out of the Range set to the nearest extreme. So the Emulation will work, but the result is maybe not the expected one.
K1 | an Int_t sets the K1 coeeficient of the TCF |
K2 | an Int_t sets the K2 coeeficient of the TCF |
K3 | an Int_t sets the K3 coeeficient of the TCF |
L1 | an Int_t sets the L1 coeeficient of the TCF |
L2 | an Int_t sets the L2 coeeficient of the TCF |
L3 | an Int_t sets the L3 coeeficient of the TCF |
Definition at line 227 of file AliTPCAltroEmulator.cxx.
Referenced by AliTPCCalibTCF::ApplyTCFilter().
void AliTPCAltroEmulator::ConfigTailCancellationFilterForRAWfiles | ( | const Int_t * | K1, |
const Int_t * | K2, | ||
const Int_t * | K3, | ||
const Int_t * | L1, | ||
const Int_t * | L2, | ||
const Int_t * | L3 | ||
) |
Definition at line 242 of file AliTPCAltroEmulator.cxx.
Referenced by RunAltroEmulOnRAW().
void AliTPCAltroEmulator::ConfigZerosuppression | ( | Int_t | Threshold, |
Int_t | MinSamplesaboveThreshold, | ||
Int_t | Presamples, | ||
Int_t | Postsamples | ||
) |
Configures the Zero Suppression Module (ZSU)
Configures the Zero Suppression Module (ZSU). All configurable values are "Range checked" and if out of the Range set to the nearest extreme. So the Emulation will work, but the result is maybe not the expected one.
Threshold | an Int_t sets the Threshold |
MinSamplesaboveThreshold | an Int_t sets the minimum number of samples which have to be greater than the threshold |
Presamples | an Int_t sets the number of pre samples which are kept |
Postsamples | an Int_t sets the number of post samples which are kept |
Definition at line 305 of file AliTPCAltroEmulator.cxx.
Referenced by RunAltroEmulOnRAW().
|
private |
Definition at line 1226 of file AliTPCAltroEmulator.cxx.
Referenced by RunEmulationOnRAWdata().
|
private |
Definition at line 1137 of file AliTPCAltroEmulator.cxx.
Referenced by RunEmulationOnRAWdata().
|
private |
|
private |
formats the data like the ALTRO. Result is a 64 bit array
formats the data like the ALTRO. Result is a 64 bit array
Definition at line 896 of file AliTPCAltroEmulator.cxx.
|
private |
Definition at line 1105 of file AliTPCAltroEmulator.cxx.
Referenced by RunEmulationOnRAWdata().
|
inline |
Definition at line 58 of file AliTPCAltroEmulator.h.
|
private |
Definition at line 940 of file AliTPCAltroEmulator.cxx.
Referenced by BaselineCorrection2RTL(), CalculateCompression(), GetKeepChannel(), GetShortChannel(), and Zerosuppression().
|
private |
Definition at line 1004 of file AliTPCAltroEmulator.cxx.
Referenced by Zerosuppression().
|
inline |
Definition at line 59 of file AliTPCAltroEmulator.h.
|
inline |
Definition at line 60 of file AliTPCAltroEmulator.h.
|
private |
Definition at line 997 of file AliTPCAltroEmulator.cxx.
|
private |
Definition at line 964 of file AliTPCAltroEmulator.cxx.
|
private |
Definition at line 1209 of file AliTPCAltroEmulator.cxx.
Referenced by RunEmulationOnRAWdata().
|
private |
Definition at line 976 of file AliTPCAltroEmulator.cxx.
Referenced by ConfigAltro(), ConfigBaselineCorrection1(), ConfigBaselineCorrection2(), ConfigTailCancellationFilter(), ConfigTailCancellationFilterForRAWfiles(), and ConfigZerosuppression().
|
private |
Definition at line 568 of file AliTPCAltroEmulator.cxx.
Referenced by Multiply36(), and TailCancellationFilterFixedPoint().
|
private |
Definition at line 580 of file AliTPCAltroEmulator.cxx.
Referenced by Multiply36(), and TailCancellationFilterFixedPoint().
|
private |
Definition at line 552 of file AliTPCAltroEmulator.cxx.
Referenced by TailCancellationFilterFixedPoint().
|
private |
void AliTPCAltroEmulator::PrintParameters | ( | ) |
Prints the set Parameters, if module is configured.
Prints the set Parameters, if module is configured.
Definition at line 324 of file AliTPCAltroEmulator.cxx.
void AliTPCAltroEmulator::RunEmulation | ( | Int_t | roc = -1 | ) |
Runs the emulation of all configured Modules.
Runs the emulation of all configured Modules. This changes then the content of the input Array
Definition at line 395 of file AliTPCAltroEmulator.cxx.
Referenced by AliTPCCalibTCF::ApplyTCFilter(), and RunEmulationOnRAWdata().
void AliTPCAltroEmulator::RunEmulationOnRAWdata | ( | AliRawReader * | reader, |
Int_t | plotFlag = 0 |
||
) |
Definition at line 1274 of file AliTPCAltroEmulator.cxx.
Referenced by RunAltroEmulOnRAW().
void AliTPCAltroEmulator::SetChannelData | ( | Int_t | timebins, |
Short_t * | Channel | ||
) |
Definition at line 379 of file AliTPCAltroEmulator.cxx.
Referenced by RunEmulationOnRAWdata().
|
inline |
Definition at line 61 of file AliTPCAltroEmulator.h.
|
private |
Definition at line 952 of file AliTPCAltroEmulator.cxx.
Referenced by BaselineCorrection2RTL(), and Zerosuppression().
|
inline |
Definition at line 62 of file AliTPCAltroEmulator.h.
|
inline |
Definition at line 63 of file AliTPCAltroEmulator.h.
Referenced by RunAltroEmulOnRAW().
|
private |
Definition at line 592 of file AliTPCAltroEmulator.cxx.
Referenced by RunEmulation().
|
private |
Definition at line 1011 of file AliTPCAltroEmulator.cxx.
Referenced by RunEmulationOnRAWdata().
|
private |
Definition at line 804 of file AliTPCAltroEmulator.cxx.
Referenced by RunEmulation().
|
private |
Definition at line 97 of file AliTPCAltroEmulator.h.
Referenced by CalculateCompression(), ConfigZerosuppression(), GetKeepChannel(), Zerosuppression(), and ~AliTPCAltroEmulator().
|
private |
CDHs.
Definition at line 190 of file AliTPCAltroEmulator.h.
Referenced by InitBuffers(), RunEmulationOnRAWdata(), WriteEvent(), and ~AliTPCAltroEmulator().
|
private |
Definition at line 112 of file AliTPCAltroEmulator.h.
Referenced by ConfigBaselineCorrection1(), PrintParameters(), and RunEmulation().
|
private |
Definition at line 114 of file AliTPCAltroEmulator.h.
Referenced by ConfigBaselineCorrection1(), and RunEmulation().
|
private |
Definition at line 115 of file AliTPCAltroEmulator.h.
Referenced by ConfigBaselineCorrection1(), and RunEmulation().
|
private |
Definition at line 113 of file AliTPCAltroEmulator.h.
Referenced by ConfigBaselineCorrection1(), PrintParameters(), and RunEmulation().
|
private |
Definition at line 138 of file AliTPCAltroEmulator.h.
Referenced by ConfigBaselineCorrection2(), PrintParameters(), and RunEmulation().
|
private |
Definition at line 139 of file AliTPCAltroEmulator.h.
Referenced by ConfigBaselineCorrection2(), PrintParameters(), and RunEmulation().
|
private |
Definition at line 140 of file AliTPCAltroEmulator.h.
Referenced by ConfigBaselineCorrection2(), PrintParameters(), and RunEmulation().
|
private |
Definition at line 142 of file AliTPCAltroEmulator.h.
Referenced by ConfigBaselineCorrection2(), PrintParameters(), and RunEmulation().
|
private |
Definition at line 141 of file AliTPCAltroEmulator.h.
Referenced by ConfigBaselineCorrection2(), PrintParameters(), and RunEmulation().
|
private |
field of active channels
Definition at line 189 of file AliTPCAltroEmulator.h.
Referenced by InitBuffers(), RunEmulationOnRAWdata(), WriteEvent(), and ~AliTPCAltroEmulator().
|
private |
Definition at line 188 of file AliTPCAltroEmulator.h.
Referenced by InitBuffers(), RunEmulationOnRAWdata(), WriteEvent(), and ~AliTPCAltroEmulator().
|
private |
Definition at line 96 of file AliTPCAltroEmulator.h.
Referenced by BaselineCorrection1(), BaselineCorrection2RTL(), Clipping(), GetShortChannel(), RunEmulation(), SetChannelData(), TailCancellationFilterFixedPoint(), and Zerosuppression().
|
private |
Definition at line 105 of file AliTPCAltroEmulator.h.
Referenced by ConfigAltro(), and RunEmulation().
|
private |
Definition at line 106 of file AliTPCAltroEmulator.h.
Referenced by ConfigBaselineCorrection1(), PrintParameters(), and RunEmulation().
|
private |
Definition at line 109 of file AliTPCAltroEmulator.h.
Referenced by ConfigBaselineCorrection2(), PrintParameters(), and RunEmulation().
|
private |
Definition at line 107 of file AliTPCAltroEmulator.h.
Referenced by ConfigTailCancellationFilter(), PrintParameters(), and RunEmulation().
|
private |
Definition at line 108 of file AliTPCAltroEmulator.h.
Referenced by ConfigTailCancellationFilterForRAWfiles(), and RunEmulation().
|
private |
Definition at line 110 of file AliTPCAltroEmulator.h.
Referenced by ConfigZerosuppression(), PrintParameters(), and RunEmulation().
|
private |
Definition at line 182 of file AliTPCAltroEmulator.h.
Referenced by ConvertRawFilesToDate(), GDC2DDLs(), RunEmulationOnRAWdata(), and WriteEvent().
|
private |
Definition at line 178 of file AliTPCAltroEmulator.h.
Referenced by RunEmulationOnRAWdata(), and ~AliTPCAltroEmulator().
|
private |
Definition at line 187 of file AliTPCAltroEmulator.h.
|
private |
Definition at line 99 of file AliTPCAltroEmulator.h.
Referenced by ConfigAltro(), PrintParameters(), RunEmulation(), and RunEmulationOnRAWdata().
|
private |
Definition at line 101 of file AliTPCAltroEmulator.h.
Referenced by ConfigAltro(), PrintParameters(), RunEmulation(), and RunEmulationOnRAWdata().
|
private |
Definition at line 102 of file AliTPCAltroEmulator.h.
Referenced by ConfigAltro(), PrintParameters(), RunEmulation(), and RunEmulationOnRAWdata().
|
private |
Definition at line 100 of file AliTPCAltroEmulator.h.
Referenced by ConfigAltro(), PrintParameters(), RunEmulation(), and RunEmulationOnRAWdata().
|
private |
Definition at line 103 of file AliTPCAltroEmulator.h.
Referenced by ConfigAltro(), PrintParameters(), RunEmulation(), and RunEmulationOnRAWdata().
|
private |
Definition at line 183 of file AliTPCAltroEmulator.h.
Referenced by ConvertDateToRoot(), and ConvertRawFilesToDate().
|
private |
Definition at line 184 of file AliTPCAltroEmulator.h.
Referenced by ConvertDateToRoot(), and RunEmulationOnRAWdata().
|
private |
RCU trailers.
Definition at line 192 of file AliTPCAltroEmulator.h.
Referenced by InitBuffers(), WriteEvent(), and ~AliTPCAltroEmulator().
|
private |
Definition at line 177 of file AliTPCAltroEmulator.h.
Referenced by RunEmulationOnRAWdata().
|
private |
Definition at line 180 of file AliTPCAltroEmulator.h.
Referenced by ConvertDateToRoot(), ConvertRawFilesToDate(), and RunEmulationOnRAWdata().
|
private |
Definition at line 117 of file AliTPCAltroEmulator.h.
|
private |
Definition at line 124 of file AliTPCAltroEmulator.h.
Referenced by ConfigTailCancellationFilter(), PrintParameters(), and RunEmulation().
|
private |
Definition at line 131 of file AliTPCAltroEmulator.h.
Referenced by ConfigTailCancellationFilterForRAWfiles(), and RunEmulation().
|
private |
Definition at line 118 of file AliTPCAltroEmulator.h.
|
private |
Definition at line 125 of file AliTPCAltroEmulator.h.
Referenced by ConfigTailCancellationFilter(), PrintParameters(), and RunEmulation().
|
private |
Definition at line 132 of file AliTPCAltroEmulator.h.
Referenced by ConfigTailCancellationFilterForRAWfiles(), and RunEmulation().
|
private |
Definition at line 119 of file AliTPCAltroEmulator.h.
|
private |
Definition at line 126 of file AliTPCAltroEmulator.h.
Referenced by ConfigTailCancellationFilter(), PrintParameters(), and RunEmulation().
|
private |
Definition at line 133 of file AliTPCAltroEmulator.h.
Referenced by ConfigTailCancellationFilterForRAWfiles(), and RunEmulation().
|
private |
Definition at line 120 of file AliTPCAltroEmulator.h.
|
private |
Definition at line 127 of file AliTPCAltroEmulator.h.
Referenced by ConfigTailCancellationFilter(), PrintParameters(), and RunEmulation().
|
private |
Definition at line 134 of file AliTPCAltroEmulator.h.
Referenced by ConfigTailCancellationFilterForRAWfiles(), and RunEmulation().
|
private |
Definition at line 121 of file AliTPCAltroEmulator.h.
|
private |
Definition at line 128 of file AliTPCAltroEmulator.h.
Referenced by ConfigTailCancellationFilter(), PrintParameters(), and RunEmulation().
|
private |
Definition at line 135 of file AliTPCAltroEmulator.h.
Referenced by ConfigTailCancellationFilterForRAWfiles(), and RunEmulation().
|
private |
Definition at line 122 of file AliTPCAltroEmulator.h.
|
private |
Definition at line 129 of file AliTPCAltroEmulator.h.
Referenced by ConfigTailCancellationFilter(), PrintParameters(), and RunEmulation().
|
private |
Definition at line 136 of file AliTPCAltroEmulator.h.
Referenced by ConfigTailCancellationFilterForRAWfiles(), and RunEmulation().
|
private |
Definition at line 93 of file AliTPCAltroEmulator.h.
Referenced by BaselineCorrection1(), BaselineCorrection2RTL(), CalculateCompression(), Clipping(), ConfigZerosuppression(), GetElement(), SetChannelData(), SetElement(), TailCancellationFilterFixedPoint(), and Zerosuppression().
|
private |
field of ADC counts
Definition at line 191 of file AliTPCAltroEmulator.h.
Referenced by InitBuffers(), RunEmulationOnRAWdata(), WriteEvent(), and ~AliTPCAltroEmulator().
|
private |
Definition at line 145 of file AliTPCAltroEmulator.h.
Referenced by ConfigZerosuppression(), PrintParameters(), and RunEmulation().
|
private |
Definition at line 147 of file AliTPCAltroEmulator.h.
Referenced by ConfigZerosuppression(), PrintParameters(), and RunEmulation().
|
private |
Definition at line 146 of file AliTPCAltroEmulator.h.
Referenced by ConfigZerosuppression(), PrintParameters(), and RunEmulation().
|
private |
Definition at line 144 of file AliTPCAltroEmulator.h.
Referenced by ConfigZerosuppression(), PrintParameters(), and RunEmulation().