X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TRD%2FAliTRDTriggerL1.h;h=5d28d3a79ea695f8e2590a07f53971b79a4ff13f;hb=bef61a43732219bdc7826b0bdf54c5a4d64014f4;hp=1e832c50e69a368f881b464e1a8c299ea150641f;hpb=e58e15dc600cb2916218df40ec564d92110e293e;p=u%2Fmrichter%2FAliRoot.git diff --git a/TRD/AliTRDTriggerL1.h b/TRD/AliTRDTriggerL1.h index 1e832c50e69..5d28d3a79ea 100644 --- a/TRD/AliTRDTriggerL1.h +++ b/TRD/AliTRDTriggerL1.h @@ -25,8 +25,23 @@ class AliTRDTriggerL1 : public AliTriggerDetector { virtual void Trigger(); private: - - ClassDef(AliTRDTriggerL1, 1); + Float_t fPtThresholdA; // pt threshold A + Float_t fPtThresholdB; // pt threshold B + Int_t fPidThresholdA; // PID threshold A + Int_t fPidThresholdB; // PID threshold B + Int_t fNoThreshold; // number threshold for all tracks + Int_t fNoThresholdA; // number threshold for tracks above pt A + Int_t fNoThresholdB; // number threshold for tracks above pt B + Int_t fNoThresholdJetA; // number threshold for tracks above pt A (jets) + Int_t fNoThresholdJetB; // number threshold for tracks above pt B (jets) + Int_t fNoThresholdElA; // number threshold for tracks above pt A and PID A (electron) + Int_t fNoThresholdElB; // number threshold for tracks above pt B and PID B (electron) + Int_t fNoTrklThresholdElA; // + Int_t fNoTrklThresholdElB; // + Int_t fLayerMaskElA; // + Int_t fLayerMaskElB; // + + ClassDef(AliTRDTriggerL1, 2); };