X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TRD%2FAliTRDv1.h;h=dd5b40524c0bea960ded2b41acb288ae9cb15a2c;hb=863e9f68cfacaa390e79119817a652b4ead7982c;hp=5138ef87ea2419cc6813e253f9721ca1b60b5829;hpb=f2979d08279454c806408c83068d948b383f7fbf;p=u%2Fmrichter%2FAliRoot.git diff --git a/TRD/AliTRDv1.h b/TRD/AliTRDv1.h index 5138ef87ea2..dd5b40524c0 100644 --- a/TRD/AliTRDv1.h +++ b/TRD/AliTRDv1.h @@ -41,10 +41,6 @@ class AliTRDv1 : public AliTRD { virtual void CreateTRhit(Int_t det); virtual void StepManager(); - void StepManagerErmilova(); - void StepManagerGeant(); - void StepManagerFixedStep(); - void SelectStepManager(Int_t t); void SetStepSize(Double_t s) { fStepSize = s; } void SetTR(Bool_t) { fTRon = kTRUE; } @@ -54,31 +50,18 @@ class AliTRDv1 : public AliTRD { protected: - void *StepManagerEntity(); - Bool_t fTRon; // Switch for TR simulation AliTRDsimTR *fTR; // TR simulator - Int_t fTypeOfStepManager; // Type of Step Manager. Double_t fStepSize; // Used for the fixed step size + Float_t fWion; // Ionization potential private: AliTRDv1(const AliTRDv1 &trd); AliTRDv1 &operator=(const AliTRDv1 &trd); - Double_t BetheBloch(Double_t bg); - Double_t BetheBlochGeant(Double_t bg); - - Float_t fWion; // Ionization potential - - TF1 *fDeltaE; // Energy distribution of the delta-electrons (Ermilova) - TF1 *fDeltaG; // Energy distribution of the - - Float_t fTrackLength0; // Save the track length at chamber entrance - Int_t fPrimaryTrackPid; // Save the id of the primary track - - ClassDef(AliTRDv1,7) // Transition Radiation Detector version 1 (slow simulator) + ClassDef(AliTRDv1,8) // Transition Radiation Detector version 1 (slow simulator) };