]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
added global object for component registration
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 14 Mar 2007 09:53:32 +0000 (09:53 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 14 Mar 2007 09:53:32 +0000 (09:53 +0000)
HLT/BASE/AliHLTFileWriter.cxx

index 18ed4da82e0f65be77451456781cdb52b372f908..e0cfd10b9b4ee10892e3b950273050de2f0477f5 100644 (file)
@@ -30,6 +30,9 @@ using namespace std;
 #include <TMath.h>
 #include <TFile.h>
 
+/** the global object for component registration */
+AliHLTFileWriter gAliHLTFileWriter;
+
 /** ROOT macro for the implementation of ROOT specific class methods */
 ClassImp(AliHLTFileWriter)