]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDTriggerL1.h
Add more control histograms to check the input spectra of trigger particles after...
[u/mrichter/AliRoot.git] / TRD / AliTRDTriggerL1.h
index 1e832c50e69a368f881b464e1a8c299ea150641f..5d28d3a79ea695f8e2590a07f53971b79a4ff13f 100644 (file)
@@ -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);
 
 };