-
Notifications
You must be signed in to change notification settings - Fork 6
/
PandoraSettings_Master_ProtoDUNE.xml
61 lines (57 loc) · 2.87 KB
/
PandoraSettings_Master_ProtoDUNE.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<pandora>
<!-- GLOBAL SETTINGS -->
<IsMonitoringEnabled>true</IsMonitoringEnabled>
<ShouldDisplayAlgorithmInfo>false</ShouldDisplayAlgorithmInfo>
<SingleHitTypeClusteringMode>true</SingleHitTypeClusteringMode>
<!-- ALGORITHM SETTINGS -->
<algorithm type = "LArEventReading"/>
<algorithm type = "LArPreProcessing">
<OutputCaloHitListNameU>CaloHitListU</OutputCaloHitListNameU>
<OutputCaloHitListNameV>CaloHitListV</OutputCaloHitListNameV>
<OutputCaloHitListNameW>CaloHitListW</OutputCaloHitListNameW>
<FilteredCaloHitListName>CaloHitList2D</FilteredCaloHitListName>
<CurrentCaloHitListReplacement>CaloHitList2D</CurrentCaloHitListReplacement>
</algorithm>
<algorithm type = "LArVisualMonitoring">
<CaloHitListNames>CaloHitListU CaloHitListV CaloHitListW</CaloHitListNames>
<ShowDetector>true</ShowDetector>
</algorithm>
<algorithm type = "LArMaster">
<CRSettingsFile>PandoraSettings_Cosmic_Standard.xml</CRSettingsFile>
<NuSettingsFile>PandoraSettings_TestBeam_ProtoDUNE.xml</NuSettingsFile>
<SlicingSettingsFile>PandoraSettings_Slicing_ProtoDUNE.xml</SlicingSettingsFile>
<StitchingTools>
<tool type = "LArStitchingCosmicRayMerging"><ThreeDStitchingMode>true</ThreeDStitchingMode></tool>
<tool type = "LArStitchingCosmicRayMerging"><ThreeDStitchingMode>false</ThreeDStitchingMode></tool>
</StitchingTools>
<CosmicRayTaggingTools>
<tool type = "LArCosmicRayTagging"/>
</CosmicRayTaggingTools>
<SliceIdTools>
<tool type = "LArBdtBeamParticleId">
<BdtName>ProtoDUNESP_BeamParticleId</BdtName>
<BdtFileName>PandoraMVAData/PandoraBdt_BeamParticleId_ProtoDUNESP_v03_26_00.xml</BdtFileName>
<MinAdaBDTScore>-0.225</MinAdaBDTScore>
</tool>
</SliceIdTools>
<InputHitListName>CaloHitList2D</InputHitListName>
<RecreatedPfoListName>RecreatedPfos</RecreatedPfoListName>
<RecreatedClusterListName>RecreatedClusters</RecreatedClusterListName>
<RecreatedVertexListName>RecreatedVertices</RecreatedVertexListName>
<VisualizeOverallRecoStatus>false</VisualizeOverallRecoStatus>
</algorithm>
<algorithm type = "LArTestBeamEventValidation">
<CaloHitListName>CaloHitList2D</CaloHitListName>
<MCParticleListName>Input</MCParticleListName>
<PfoListName>RecreatedPfos</PfoListName>
<PrintAllToScreen>false</PrintAllToScreen>
<PrintMatchingToScreen>true</PrintMatchingToScreen>
<WriteToTree>false</WriteToTree>
<OutputTree>Validation</OutputTree>
<OutputFile>Validation.root</OutputFile>
</algorithm>
<algorithm type = "LArVisualMonitoring">
<ShowCurrentPfos>true</ShowCurrentPfos>
<ShowDetector>true</ShowDetector>
</algorithm>
</pandora>