Skip to content
Snippets Groups Projects
Commit 91a01413 authored by deserevi's avatar deserevi
Browse files

* Remove warning in NPTagManager

parent 3ba26b7f
No related branches found
No related tags found
No related merge requests found
...@@ -54,12 +54,14 @@ class NPTagManager : public TObject ...@@ -54,12 +54,14 @@ class NPTagManager : public TObject
// Print all the condition that exist in fTAG // Print all the condition that exist in fTAG
void PrintCondition(); void PrintCondition();
inline void Print() {PrintCondition();}; inline void Print() {PrintCondition();};
void Print(const Option_t*) const;
// Print to File filename all the condition that exist in fTAG // Print to File filename all the condition that exist in fTAG
void PrintConditionToFile(string filename); void PrintConditionToFile(string filename);
// Clear all the fTAG // Clear all the fTAG
inline void Clear() {fTAG.clear();} ; inline void Clear() {fTAG.clear();} ;
void Clear(const Option_t*) {};
ClassDef(NPTagManager,1) ClassDef(NPTagManager,1)
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment