]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
updated macro
authorjthaeder <jthaeder@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 20 Mar 2009 11:37:55 +0000 (11:37 +0000)
committerjthaeder <jthaeder@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 20 Mar 2009 11:37:55 +0000 (11:37 +0000)
HLT/JET/macros/HLTJetReconstruction.C

index 223980a5559f99cc5a09862c8ef7c5234f30f6f8..534f751727e09ae1e2852312143a651fccf4d6f9 100644 (file)
@@ -42,7 +42,11 @@ void HLTJetReconstruction(Int_t nEvents=1) {
   // -                         - //
   // ----------------------------//
 
-  arg.Form("-entrytype MCFAST -dataspec 0x0000001F -datapath /home/jthaeder/jet/data/v4-16-Rev-01/FastGen/kPythia6Jets104_125_14TeV/JET-ETA=-0.2,0.2_JET-ET=50,1000_R=0.4_500ev");
+  arg.Form("-entrytype MCFAST -dataspec 0x0000001F -datapath /home/jthaeder/jet/data/HEAD_2009-03-17/FastGen/kPythia6Jets104_125_14TeV/JET-ETA=-0.2,0.2_JET-ET=50,1000_R=0.4_10ev");
+
+
+
+// jet/data/v4-16-Rev-01/FastGen/kPythia6Jets104_125_14TeV/JET-ETA=-0.2,0.2_JET-ET=50,1000_R=0.4_10ev");
 
   // -- The ESDMCEventPublisher 
   AliHLTConfiguration ESDMCEventPublisher("ESDMCEventPublisher", "ESDMCEventPublisher", 
@@ -58,21 +62,22 @@ void HLTJetReconstruction(Int_t nEvents=1) {
   // ----------------------------//
 
   // -- ConeJetFinder
-  /*
-    AliHLTConfiguration jetFinder("JETConeJet", "JETConeJetFinder",
-    "ESDMCEventPublisher","");
-
-    if (!writerInput.IsNull()) writerInput+=" ";
-    writerInput+="JETConeJet";
-  */
+  AliHLTConfiguration jetFinder("JETConeJet", "JETConeJetFinder",
+                               "ESDMCEventPublisher","");
+  
+  if (!writerInput.IsNull()) writerInput+=" ";
+  writerInput+="JETConeJet";
+  
 
-  // -- FasTJetFinder
+  // -- FastJetFinder
+  /*
   AliHLTConfiguration jetFinder("JETFastJet", "JETFastJetFinder",
                                "ESDMCEventPublisher","");
 
   if (!writerInput.IsNull()) writerInput+=" ";
   writerInput+="JETFastJet";
-
+  */
   // ----------------------------//
   // -                         - //
   // --    Sink Components    -- //