Commit in slicPandora/examples on MAIN
PandoraSettings.xml+55added 1.1
moving to examples instead of tests; tests dir is for binary programs

slicPandora/examples
PandoraSettings.xml added at 1.1
diff -N PandoraSettings.xml
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ PandoraSettings.xml	9 Mar 2010 20:18:38 -0000	1.1
@@ -0,0 +1,55 @@
+<!-- Pandora settings xml file -->
+
+<pandora>
+
+    <!-- Select the tracks to use for clustering -->
+    <algorithm type = "TrackSelection">
+    </algorithm>
+
+    <!-- Photon clustering algorithm runs Clustering algorithm and saves a photon cluster list under a specified name-->
+    <algorithm type = "PhotonClustering">
+        <algorithm type = "Clustering" description = "ClusterFormation">
+        </algorithm>
+        <algorithm type = "TopologicalAssociation" description = "ClusterAssociation">
+        </algorithm>
+        <photonClusterListName> PhotonClusterList </photonClusterListName>
+    </algorithm>
+
+    <!-- Primary clustering algorithm runs Clustering algorithm -->
+    <algorithm type = "PrimaryClustering">
+        <algorithm type = "Clustering" description = "ClusterFormation">
+        </algorithm>
+        <algorithm type = "TopologicalAssociation" description = "ClusterAssociation">
+        </algorithm>
+        <clusterListName> PrimaryClusterList </clusterListName>
+    </algorithm>
+
+    <!-- Reclustering algorithm runs multiple Clustering algorithms -->
+    <algorithm type = "Reclustering">
+        <clusteringAlgorithms>
+            <algorithm type = "Clustering">
+            </algorithm>
+
+            <algorithm type = "Clustering">
+            </algorithm>
+
+            <algorithm type = "Clustering">
+            </algorithm>
+
+            <algorithm type = "Clustering">
+            </algorithm>
+        </clusteringAlgorithms>
+
+        <algorithm type = "TopologicalAssociation" description = "ClusterAssociation">
+        </algorithm>
+    </algorithm>
+
+    <!-- Perform fragment removal -->
+    <algorithm type = "FragmentRemoval">
+    </algorithm>
+
+    <!-- Create the final particle flow objects -->
+    <algorithm type = "PFO_Construction">
+    </algorithm>
+
+</pandora>
\ No newline at end of file
CVSspam 0.2.8