|
| 1 | +<pandora> |
| 2 | + <!-- GLOBAL SETTINGS --> |
| 3 | + <IsMonitoringEnabled>true</IsMonitoringEnabled> |
| 4 | + <ShouldDisplayAlgorithmInfo>false</ShouldDisplayAlgorithmInfo> |
| 5 | + <SingleHitTypeClusteringMode>true</SingleHitTypeClusteringMode> |
| 6 | + |
| 7 | + <!-- ALGORITHM SETTINGS --> |
| 8 | + <algorithm type = "LArPreProcessing"> |
| 9 | + <OutputCaloHitListNameU>CaloHitListU</OutputCaloHitListNameU> |
| 10 | + <OutputCaloHitListNameV>CaloHitListV</OutputCaloHitListNameV> |
| 11 | + <OutputCaloHitListNameW>CaloHitListW</OutputCaloHitListNameW> |
| 12 | + <FilteredCaloHitListName>CaloHitList2D</FilteredCaloHitListName> |
| 13 | + <CurrentCaloHitListReplacement>CaloHitList2D</CurrentCaloHitListReplacement> |
| 14 | + </algorithm> |
| 15 | + |
| 16 | + <algorithm type = "LArMaster"> |
| 17 | + <CRSettingsFile>PandoraSettings_Cosmic_SBND.xml</CRSettingsFile> |
| 18 | + <NuSettingsFile>PandoraSettings_Neutrino_SBND.xml</NuSettingsFile> |
| 19 | + <SlicingSettingsFile>PandoraSettings_Slicing_Standard.xml</SlicingSettingsFile> |
| 20 | + <StitchingTools> |
| 21 | + <tool type = "LArStitchingCosmicRayMerging"><ThreeDStitchingMode>true</ThreeDStitchingMode></tool> |
| 22 | + <tool type = "LArStitchingCosmicRayMerging"><ThreeDStitchingMode>false</ThreeDStitchingMode></tool> |
| 23 | + </StitchingTools> |
| 24 | + <CosmicRayTaggingTools> |
| 25 | + <tool type = "LArCosmicRayTagging"/> |
| 26 | + </CosmicRayTaggingTools> |
| 27 | + <SliceIdTools> |
| 28 | + <tool type = "LArBdtNeutrinoId"> |
| 29 | + <MvaFileName>PandoraMVAs/PandoraBdt_SBND.xml</MvaFileName> |
| 30 | + <MvaName>NeutrinoId</MvaName> |
| 31 | + <MinimumNeutrinoProbability>0</MinimumNeutrinoProbability> |
| 32 | + <DefaultProbability>-1</DefaultProbability> |
| 33 | + <MaximumNeutrinos>999</MaximumNeutrinos> |
| 34 | + <PersistFeatures>true</PersistFeatures> |
| 35 | + </tool> |
| 36 | + </SliceIdTools> |
| 37 | + <InputHitListName>CaloHitList2D</InputHitListName> |
| 38 | + <RecreatedPfoListName>RecreatedPfos</RecreatedPfoListName> |
| 39 | + <RecreatedClusterListName>RecreatedClusters</RecreatedClusterListName> |
| 40 | + <RecreatedVertexListName>RecreatedVertices</RecreatedVertexListName> |
| 41 | + <VisualizeOverallRecoStatus>false</VisualizeOverallRecoStatus> |
| 42 | + </algorithm> |
| 43 | + |
| 44 | + <algorithm type = "LArEventClusterValidation"> |
| 45 | + <FileName>ci_pandora_clusters.root</FileName> |
| 46 | + <TreeName>pandora_clusters</TreeName> |
| 47 | + <ClusterListNames>RecreatedClusters</ClusterListNames> |
| 48 | + <CaloHitListNames>CaloHitList2D</CaloHitListNames> |
| 49 | + <MinMCHitsPerView>5</MinMCHitsPerView> |
| 50 | + <HitWeightedPurityCompleteness>true</HitWeightedPurityCompleteness> |
| 51 | + </algorithm> |
| 52 | +</pandora> |
0 commit comments