]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix to automatically pass 'C' option to TClonesArray.
authoraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 17 Oct 2010 16:06:24 +0000 (16:06 +0000)
committeraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 17 Oct 2010 16:06:24 +0000 (16:06 +0000)
HLT/BASE/AliHLTGlobalTriggerDecision.h
HLT/BASE/AliHLTTriggerDecision.h
HLT/BASE/AliHLTTriggerDomain.h

index 4f6842ec7f8c03c2cf74c78ac673cc511fc29f19..512de8b8b30087ae70af7acff42d53bf72105134 100644 (file)
@@ -217,7 +217,7 @@ class AliHLTGlobalTriggerDecision : public AliHLTTriggerDecision
    * \param  option  This is passed onto the internal array clear methods.
    * The method is inherited from TObject.
    */
-  virtual void Clear(Option_t* option = "");
+  virtual void Clear(Option_t* option = "C");
   
  private:
   
index fe6f66a0213f64b2fb745b41a22c74d2f8a15b75..7a25ab9f896413de94917635ffb3121db5daf318 100644 (file)
@@ -170,7 +170,7 @@ class AliHLTTriggerDecision : public TObject
    * \param  option  This is passed onto the trigger domain clear method.
    * The method is inherited from TObject.
    */
-  virtual void Clear(Option_t* option = "");
+  virtual void Clear(Option_t* option = "C");
   
  private:
   
index 1203ab7580168608e59d71c899d87c61cd369258..e9c83b141c3ef5220106d237542de13bacf9d192 100644 (file)
@@ -263,7 +263,7 @@ class AliHLTTriggerDomain : public TObject
    * \param  option  This is passed onto the internal fEntries TClonesArray.
    * The method is inherited from TObject.
    */
-  virtual void Clear(Option_t* option = "");
+  virtual void Clear(Option_t* option = "C");
   
   /**
    * Prints all the domain entries in this trigger domain in the order in which