X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TRD%2FAliTRDmcmSim.h;h=7ad5a36fa6f916e8764aace99a0b13a13bd6d43c;hb=89e3079ea401cbabdacecdda2b880237a09a5484;hp=5d60056e24d52da5450e82445d566fdec93d741e;hpb=2b2b540fea931d9ddd6f7ffaa6c2b8699775aa36;p=u%2Fmrichter%2FAliRoot.git diff --git a/TRD/AliTRDmcmSim.h b/TRD/AliTRDmcmSim.h index 5d60056e24d..7ad5a36fa6f 100644 --- a/TRD/AliTRDmcmSim.h +++ b/TRD/AliTRDmcmSim.h @@ -63,6 +63,9 @@ class AliTRDmcmSim : public TObject { // different baseline but it will not change the baseline // of the output. + static void SetStoreClusters(Bool_t storeClusters) { fgStoreClusters = storeClusters; } + static Bool_t GetStoreClusters() { return fgStoreClusters; } + Int_t GetDetector() const { return fDetector; }; // Returns Chamber ID (0-539) Int_t GetRobPos() const { return fRobPos; }; // Returns ROB position (0-7) Int_t GetMcmPos() const { return fMcmPos; }; // Returns MCM position (0-17) (16,17 are mergers) @@ -130,7 +133,7 @@ class AliTRDmcmSim : public TObject { void PrintAdcDatXml(ostream& os) const; void PrintAdcDatDatx(ostream& os, Bool_t broadcast=kFALSE, Int_t timeBinOffset = -1) const; - static Bool_t ReadPackedConfig(AliTRDtrapConfig *cfg, Int_t det, UInt_t *data, Int_t size); + static Bool_t ReadPackedConfig(AliTRDtrapConfig *cfg, Int_t hc, UInt_t *data, Int_t size); // DMEM addresses static const Int_t fgkDmemAddrLUTcor0 = 0xC02A; @@ -246,6 +249,8 @@ class AliTRDmcmSim : public TObject { static Int_t fgAddBaseline; // add baseline to the ADC values + static Bool_t fgStoreClusters; // whether to store all clusters in the tracklets + ClassDef(AliTRDmcmSim,6) };