]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/trigger/AliHLTReadoutList.h
Finished code for global HLT trigger and the trigger menu implementation.
[u/mrichter/AliRoot.git] / HLT / trigger / AliHLTReadoutList.h
index 3117bcc5fe65672d240592eafdb09e9c82e5998d..ebc5062105497ee13213e9b9a1fcf2ca4744045f 100644 (file)
@@ -171,6 +171,14 @@ class AliHLTReadoutList : public TObject
    */
   void Disable(Int_t detector);
   
+  /**
+   * Checks if a particular detector's DDLs are enabled for readout.
+   * \param detector  A bitmap of detectors to check. Should be any values from
+   *    EDetectorId that can be or'ed together for multiple detector selection.
+   * \return true if all DDLs for the specified detectors are enabled for readout.
+   */
+  bool DetectorEnabled(Int_t ddlId) const;
+  
   /**
    * Inherited from TObject. Prints the DDLs that will be readout according to
    * this readout list.