Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SBND Drop 2D information #51

Open
wants to merge 3 commits into
base: icarus
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion job/supera_sbnd_corsika.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ ProcessDriver: {
Verbosity: 2
SpacePointProducers: ["cluster3d"]
OutputLabel: "reco"
DropOutput: ["hit_amp","hit_rms","hit_mult"]
DropOutput: ["hit_amp","hit_rms","hit_mult","hit_time"]
StoreWireInfo: true
RecoChargeRange: [-1000, 50000]
}
Expand Down
124 changes: 2 additions & 122 deletions job/supera_sbnd_data.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -21,91 +21,6 @@ ProcessDriver: {
}

ProcessList: {
EmptyTensorFilter: {
Tensor3DProducerList: ["pcluster_semantics_ghost"]
MinVoxel3DCountList: [1]
}

RescaleChargeTensor3D: {
HitKeyProducerList: ["reco_hit_key0","reco_hit_key1","reco_hit_key2"]
HitChargeProducerList: ["reco_hit_charge0","reco_hit_charge1","reco_hit_charge2"]
OutputProducer: "reco_rescaled"
ReferenceProducer: "pcluster"
}

ThresholdTensor3D: { # fill with ghost value (5)
TargetProducer: "pcluster_semantics_ghost"
OutputProducer: "pcluster_semantics_ghost"
PaintValue: 5
}

CombineTensor3DGhost: { # Combine voxels
OutputProducer: "pcluster_semantics_ghost"
Tensor3DProducers: ["reco"]
PoolType: 0
}

CombineTensor3D: {
Tensor3DProducers: ["pcluster_semantics_ghost","pcluster_semantics"]
OutputProducer: "pcluster_semantics_ghost"
PoolType: 0
}

SuperaMCParticleCluster: {
OutputLabel: "pcluster"
LArMCParticleProducer: "simplemerge" # produced when merging from previous stage
LArMCShowerProducer: "mcreco"
LArMCTrackProducer: "mcreco"
DeltaSize: 10
LArSimEnergyDepositLiteProducer: "sedlite"
Meta3DFromCluster3D: "mcst"
Meta2DFromTensor2D: ""
Verbosity: 2
UseSimEnergyDeposit: false #AnalyzeSimEnergyDeposit if true, else AnalyzeFirstLastStep - default false
UseSimEnergyDepositLite: false
UseSimEnergyDepositPoints: false
UseOrigTrackID: true
CryostatList: [0,0]
TPCList: [0,1]
PlaneList: []
SemanticPriority: [1,2,0,3,4] # 0-4 for shower track michel delta LE-scattering
CheckParticleValidity: false #set false, but this needs to be checked later
SuperaTrue2RecoVoxel3D: {
UseOrigTrackID: true
DebugMode: true
Profile: true
Verbosity: 2
Meta3DFromCluster3D: "pcluster"
LArSimChProducer: "simtpc2d simpleSC"
LArSpacePointProducers: ["cluster3d"]
OutputTensor3D: "masked_true"
OutputCluster3D: "masked_true2reco"
TwofoldMatching: true
UseTruePosition: true
HitThresholdNe: 175
HitWindowTicks: 5 #15
HitPeakFinding: false
PostAveraging: true
PostAveragingThreshold_cm: 0.425
DumpToCSV: false
RecoChargeRange: [-1000,50000]
VoxelDistanceThreshold: 1. #3
}
}

MultiPartVrtx: {
Verbosity: 2
LArMCTruthProducer: "generator"
OutParticleLabel: "mpv"
Origin: 0
}
MultiPartRain: {
Verbosity: 2
LArMCTruthProducer: "corsika"
OutParticleLabel: "mpr"
Origin: 0
}

SuperaBBoxInteraction: {
Verbosity: 2
LArMCTruthProducer: "generator"
Expand All @@ -122,47 +37,12 @@ ProcessDriver: {
CryostatList: [0,0]
TPCList: [0,1]
}

SuperaSimEnergyDeposit: {
Verbosity: 2
#LArSimEnergyDepositProducer: "largeant TPCActive"
LArSimEnergyDepositLiteProducer: "sedlite"
LArMCShowerProducer: "mcreco"
UseSEDLite: true
ParticleProducer: "pcluster"
OutCluster3DLabel: "sed"
StoreLength: false
StoreCharge: false
StorePhoton: false
StoreDiffTime: false
StoreAbsTime: true
StoreDEDX: false
TPCList: [0,1]
CryostatList: [0,0]
}

ParticleCorrector: {
Verbosity: 2
Cluster3DProducer: "pcluster_highE"
ParticleProducer: "pcluster"
OutputProducer: "corrected"
VoxelMinValue: -1000
}


Tensor3DFromCluster3D: {
Verbosity: 2
Cluster3DProducerList: ["pcluster","sed"]
OutputProducerList: ["pcluster","sed"]
PITypeList: [1,1]
FixedPIList: [0.,0.]
}


SuperaSpacePoint: {
Verbosity: 2
SpacePointProducers: ["cluster3d"]
OutputLabel: "reco"
DropOutput: ["hit_amp","hit_rms","hit_mult"]
DropOutput: ["hit_amp","hit_rms","hit_mult","hit_time"]
StoreWireInfo: true
RecoChargeRange: [-1000, 50000]
}
Expand Down
2 changes: 1 addition & 1 deletion job/supera_sbnd_mpvmpr.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ ProcessDriver: {
Verbosity: 2
SpacePointProducers: ["cluster3d"]
OutputLabel: "reco"
DropOutput: ["hit_amp","hit_rms","hit_mult"]
DropOutput: ["hit_amp","hit_rms","hit_mult","hit_time"]
StoreWireInfo: true
RecoChargeRange: [-1000, 50000]
}
Expand Down