Print

Print


Commit in slicPandora/tests on MAIN
JobManagerTest.cpp+4-101.6 -> 1.7


slicPandora/tests
JobManagerTest.cpp 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- JobManagerTest.cpp	11 Mar 2010 19:56:49 -0000	1.6
+++ JobManagerTest.cpp	17 Mar 2010 02:12:03 -0000	1.7
@@ -1,15 +1,9 @@
-// $Id: JobManagerTest.cpp,v 1.6 2010/03/11 19:56:49 jeremy Exp $
+// $Id: JobManagerTest.cpp,v 1.7 2010/03/17 02:12:03 jeremy Exp $
 
 // slicPandora
 #include "JobConfig.h"
 #include "JobManager.h"
-#include "DummyProcessor.h"
-#include "PfoProcessor.h"
-#include "PandoraProcessor.h"
-#include "SimCalorimeterHitProcessor.h"
-#include "CalorimeterHitProcessor.h"
-#include "ResetPandoraProcessor.h"
-#include "EventMarkerProcessor.h"
+#include "DefaultProcessors.h"
 
 /**
  * This main function runs a complete Pandora job on example input using the JobManager.
@@ -39,7 +33,7 @@
     // Make a new job manager.
     JobManager* mgr = new JobManager();
 
-    // Set the JobManager's configuration.
+    // Set the JobManager's configuration object.
     mgr->setJobConfig(config);
 
     // Add a processor to mark beginning of event processing.
@@ -54,7 +48,7 @@
     // Add a processor to automatically run the registered Pandora algorithms.
     mgr->addEventProcessor(new PandoraProcessor());
 
-    // Add a processor to create LCIO PFO objects, including clusters and ReconParticles.
+    // Add a processor to create LCIO PFO objects, including clusters and ReconstructedParticles.
     mgr->addEventProcessor(new PfoProcessor());
 
     // Add a processor to reset Pandora after the event.
CVSspam 0.2.8