]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTGlobalTriggerDecision.h
Changes for
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTGlobalTriggerDecision.h
index 97533f5ddc1f602a0604ebd8ce85887270809d2c..96a89cd08c83b5de2a22be6c3ba09180d50e1056 100644 (file)
@@ -240,6 +240,12 @@ class AliHLTGlobalTriggerDecision : public AliHLTTriggerDecision
    */
   virtual /*const*/ TObject* FindObject(const TObject* obj) const;
   
+  /**
+   * This method is called in the streamer to mark the entries in
+   * fInputObjects as owned and deletable.  MUST be public for
+   * streamer evolution to work.
+   */
+  void MarkInputObjectsAsOwned();
  private:
   
   /**
@@ -248,11 +254,6 @@ class AliHLTGlobalTriggerDecision : public AliHLTTriggerDecision
    */
   void DeleteInputObjects();
   
-  /**
-   * This method is called in the streamer to mark the entries in fInputObjects as
-   * owned and deletable.
-   */
-  void MarkInputObjectsAsOwned();
   
   TClonesArray fContributingTriggers;  /// The list of contributing trigger decisions from all AliHLTTrigger components that were considered.
   TObjArray fInputObjects;  /// The list of other input objects.