]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fix coverity warning
authordrohr <drohr@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 26 Oct 2013 15:45:58 +0000 (15:45 +0000)
committerdrohr <drohr@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 26 Oct 2013 15:45:58 +0000 (15:45 +0000)
HLT/TPCLib/tracking-ca/AliHLTTPCCAStandaloneFramework.cxx

index 660986af6227d9fd496ee752c14a8ec8c5f4ffe1..7bfff930e98f59c35bc882b1ad99e021c25755c7 100644 (file)
@@ -42,7 +42,13 @@ AliHLTTPCCAStandaloneFramework &AliHLTTPCCAStandaloneFramework::Instance()
 }
 
 AliHLTTPCCAStandaloneFramework::AliHLTTPCCAStandaloneFramework()
-: fMerger(), fOutputControl(), fTracker(1, getenv("HLTCA_GPUTRACKER_LIBRARY")), fStatNEvents( 0 ), fDebugLevel(0), fEventDisplay(0), fRunMerger(1)
+: fMerger(), fOutputControl(),
+#ifdef HLTCA_STANDALONE
+fTracker(1, getenv("HLTCA_GPUTRACKER_LIBRARY"))
+#else
+fTracker(1)
+#endif
+, fStatNEvents( 0 ), fDebugLevel(0), fEventDisplay(0), fRunMerger(1)
 {
   //* constructor