Skip to content

Commit bc5effa

Browse files
authored
Merge pull request #899 from SBNSoftware/feature/gputnam-dirt-workflows
Fixes to SimInfoMixer.
2 parents 8d14fec + c99e295 commit bc5effa

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

fcl/overlays/icarus_siminfomixer.fcl

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,31 @@ icarus_siminfomixer:
55
module_type : SimInfoOverlayFilter
66
SimInputFileNames : [ "genfile.root.local" ]
77
AuxDetSimChannelInputModuleLabels: []
8+
AuxDetHitInputModuleLabels: []
89
SimEnergyDepositInputModuleLabels: []
10+
SimEnergyDepositLiteInputModuleLabels: []
911
MCParticleInputModuleLabels: []
12+
GTruthInputModuleLabels: []
1013
MCTruthGTruthAssnsInputModuleLabels: []
1114
MCTruthInputModuleLabels: []
1215
SimChannelInputModuleLabels: []
1316
SimPhotonsInputModuleLabels: []
14-
MCTruthMCParticleAssnsMap: []
1517
MCTruthMCParticleAssnsInputModuleLabels: []
1618
BeamGateInputModuleLabels: []
1719
MCParticleLiteInputModuleLabels: []
1820
MCFluxInputModuleLabels: []
1921
MCTruthMCFluxAssnsInputModuleLabels: []
2022

21-
Verbosity: -1
23+
Verbosity: 4
2224
FillPOTInfo: false
23-
POTSummaryTag: "generator::GenieGenFiltered"
25+
POTSummaryTag: "generator:GenGenie"
2426
detail : {}
2527
}
2628

2729
icarus_subrunpotinevent:
2830
{
2931
module_type : SubRunPOTInEvent
30-
InputTag: "generator:SubRunPOT"
32+
InputTag: "generator"
3133
}
3234

3335
END_PROLOG

0 commit comments

Comments
 (0)