]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
changing option -emulateHLTClusters/Tracks to -emulateHLToutput (Theodor)
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 13 Feb 2010 13:25:50 +0000 (13:25 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 13 Feb 2010 13:25:50 +0000 (13:25 +0000)
HLT/TRD/AliHLTTRDClusterizerComponent.cxx
HLT/TRD/AliHLTTRDClusterizerComponent.h
HLT/TRD/AliHLTTRDTrackerV1Component.cxx
HLT/TRD/AliHLTTRDTrackerV1Component.h

index e679fba2349d390e87a2350e6ac89009cca750c7..4567465774059f3cfc1e610a060b35521ee3f42d 100644 (file)
@@ -17,7 +17,7 @@
 //**************************************************************************
 
 /** @file   AliHLTTRDClusterizerComponent.cxx
-    @author 
+    @author Theodor Rascanu
     @date   
     @brief  A TRDClusterizer processing component for the HLT. 
 */
@@ -209,7 +209,7 @@ int AliHLTTRDClusterizerComponent::DoEvent( const AliHLTComponentEventData& evtD
 {
   // Process an event
 
-  if (evtData.fEventID == 1)
+  if (evtData.fEventID == 10)
     CALLGRIND_START_INSTRUMENTATION;
 
   HLTDebug( "NofBlocks %i", evtData.fBlockCnt );
@@ -485,19 +485,19 @@ int AliHLTTRDClusterizerComponent::Configure(const char* arguments){
        }
        continue;
       }
-      else if (argument.CompareTo("-emulateHLTClusters")==0) {
+      else if (argument.CompareTo("-emulateHLToutput")==0) {
        if ((bMissingParam=(++i>=pTokens->GetEntries()))) break;
        TString toCompareTo=((TObjString*)pTokens->At(i))->GetString();
        if (toCompareTo.CompareTo("yes")==0){
-         HLTWarning("Setting emulateHLTTracks to: %s", toCompareTo.Data());
+         HLTWarning("Setting emulateHLToutput to: %s", toCompareTo.Data());
          fEmulateHLTClusters=kTRUE;
        }
        else if (toCompareTo.CompareTo("no")==0){
-         HLTInfo("Setting emulateHLTTracks to: %s", toCompareTo.Data());
+         HLTInfo("Setting emulateHLToutput to: %s", toCompareTo.Data());
          fEmulateHLTClusters=kFALSE;
        }
        else {
-         HLTError("unknown argument for emulateHLTTracks: %s", toCompareTo.Data());
+         HLTError("unknown argument for emulateHLToutput: %s", toCompareTo.Data());
          iResult=-EINVAL;
          break;
        }
index be09319e3a6b36c30f4233b1ef75c1418639163e..7a7fda3d01281e1c533df9f783b443cf49f50905 100644 (file)
@@ -8,7 +8,7 @@
 //* See cxx source for full Copyright notice                               *
 
 /** @file   AliHLTTRDClusterizerComponent.h
-    @author 
+    @author Theodor Rascanu
     @date   
     @brief  Declaration of a TRDClusterizer component.
 */
index 20c5ad7ca5169724ed2929c63c2d4c62acbb2983..2c04dd933198cdf34c7863aa8937bbc799df6b3f 100644 (file)
@@ -17,7 +17,7 @@
 //**************************************************************************
 
 /** @file   AliHLTTRDTrackerV1Component.cxx
-    @author 
+    @author Theodor Rascanu
     @date   
     @brief  A TRDTrackerV1 processing component for the HLT.
 */
@@ -429,19 +429,19 @@ int AliHLTTRDTrackerV1Component::Configure(const char* arguments){
        }
        continue;
       }
-      else if (argument.CompareTo("-emulateHLTTracks")==0) {
+      else if (argument.CompareTo("-emulateHLToutput")==0) {
        if ((bMissingParam=(++i>=pTokens->GetEntries()))) break;
        TString toCompareTo=((TObjString*)pTokens->At(i))->GetString();
        if (toCompareTo.CompareTo("yes")==0){
-         HLTWarning("Setting emulateHLTTracks to: %s", toCompareTo.Data());
+         HLTWarning("Setting emulateHLToutput to: %s", toCompareTo.Data());
          fEmulateHLTTracks=kTRUE;
        }
        else if (toCompareTo.CompareTo("no")==0){
-         HLTInfo("Setting emulateHLTTracks to: %s", toCompareTo.Data());
+         HLTInfo("Setting emulateHLToutput to: %s", toCompareTo.Data());
          fEmulateHLTTracks=kFALSE;
        }
        else {
-         HLTError("unknown argument for emulateHLTTracks: %s", toCompareTo.Data());
+         HLTError("unknown argument for emulateHLToutput: %s", toCompareTo.Data());
          iResult=-EINVAL;
          break;
        }
index 91e49b0f9402764e8bb44670b3f16fe4fcf6392e..e3335c6162c2bafe0434f4cf3f43debf26d39104 100644 (file)
@@ -6,7 +6,7 @@
  * See cxx source for full Copyright notice                               */
 
 /** @file   AliHLTTRDTrackerV1Component.h
-    @author 
+    @author Theodor Rascanu
     @date   
     @brief  Declaration of a TRDTracker component. */