]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDTrigger.h
example macros for EVE analysis using new ListAnalyser (Ben)
[u/mrichter/AliRoot.git] / TRD / AliTRDTrigger.h
index 1de32463376234db465cb229c59c9e5728ca5b13..e17c111eff9befe3063f7468a33ec86534fb18a1 100644 (file)
@@ -8,9 +8,8 @@
 ////////////////////////////////////////////////////////////////////////////
 //                                                                        //
 // TRD trigger interface class to CTP                                     //
-// currently the Trigger() method calls the GTU tracking simulation and   //
-// runs two example triggers, namely on a single high pt particle and     //
-// on a jet.                                                              //
+// from this class the two classes for L0 (pretrigger) and                //
+// L1 (GTU) are called
 //                                                                        //
 ////////////////////////////////////////////////////////////////////////////
 
@@ -22,10 +21,12 @@ class AliTRDTrigger : public AliTriggerDetector {
   AliTRDTrigger();
   ~AliTRDTrigger();
 
+  virtual void    AssignInputs(const TObjArray& inputs);
   virtual void CreateInputs();
   virtual void Trigger();
 
  private:
+  TObjArray fTriggers; // array of all contributing triggers
 
   ClassDef(AliTRDTrigger, 1);