Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions fcl/caf/cafmaker_defs.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,11 @@ cafmaker.SystWeightLabels: ["genieweight", "fluxweight"]
cafmaker.SaveGENIEEventRecord: true # save GENIE event record by default. Turn this off for data cafmaker fcl
cafmaker.TPCPMTBarycenterMatchLabel: "tpcpmtbarycentermatch"
cafmaker.TrackHitFillRREndCut: 30 # include entire PID region
cafmaker.PFOCharLabels.EndFractionName: "LArThreeDChargeFeatureTool_ICARUS_EndFraction" # override with some ICARUS-specific tool names
cafmaker.PFOCharLabels.FractionalSpreadName: "LArThreeDChargeFeatureTool_ICARUS_FractionalSpread"
cafmaker.PFOCharLabels.HaloTotalRatioName: "LArConeChargeFeatureTool_ICARUS_HaloTotalRatio"
cafmaker.PFOCharLabels.ConcentrationName: "LArConeChargeFeatureTool_ICARUS_Concentration"
cafmaker.PFOCharLabels.ConicalnessName: "LArConeChargeFeatureTool_ICARUS_Conicalness"

# Add CAFMaker to the list of producers
caf_preprocess_producers.cafmaker: @local::cafmaker
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,17 +331,22 @@
<ShowerPfoListName>ShowerParticles3D</ShowerPfoListName>
<UseThreeDInformation>true</UseThreeDInformation>
<PersistFeatures>true</PersistFeatures>
<MvaFileName>PandoraBdt_v09_72_01_ICARUS_pfochar_bnb.xml</MvaFileName>
<MvaName>PfoCharBDT</MvaName>
<MvaFileNameNoChargeInfo>PandoraBdt_v09_72_01_ICARUS_pfochar_bnb.xml</MvaFileNameNoChargeInfo>
<MvaNameNoChargeInfo>PfoCharBDTNoChargeInfo</MvaNameNoChargeInfo>
<UseICARUSCollectionPlane>true</UseICARUSCollectionPlane>
<MvaFileName>PFOCharBDT_v09_84_00_03_20250718_ICARUSCollection.xml</MvaFileName>
<MvaName>PFOCharBDT_v09_84_00_03_20250718_ICARUSCollection</MvaName>
<MvaFileNameNoChargeInfo>PFOCharBDT_v09_84_00_03_20250718_NoCharge.xml</MvaFileNameNoChargeInfo>
<MvaNameNoChargeInfo>PFOCharBDT_v09_84_00_03_20250718_NoCharge</MvaNameNoChargeInfo>
<FeatureTools>
<tool type = "LArThreeDLinearFitFeatureTool"/>
<tool type = "LArThreeDVertexDistanceFeatureTool"/>
<tool type = "LArThreeDPCAFeatureTool"/>
<tool type = "LArThreeDOpeningAngleFeatureTool"/>
<tool type = "LArThreeDChargeFeatureTool"/>
<tool type = "LArConeChargeFeatureTool"/>
<tool type = "LArThreeDChargeFeatureTool_ICARUS">
<UseICARUSCollectionPlane>true</UseICARUSCollectionPlane>
</tool>
<tool type = "LArConeChargeFeatureTool_ICARUS">
<UseICARUSCollectionPlane>true</UseICARUSCollectionPlane>
</tool>
</FeatureTools>
<FeatureToolsNoChargeInfo>
<tool type = "LArThreeDLinearFitFeatureTool"/>
Expand Down