Skip to content

Commit

Permalink
Merge pull request #1358 from rlcee/fcl_241009
Browse files Browse the repository at this point in the history
fcl for metadata only
  • Loading branch information
brownd1978 authored Oct 14, 2024
2 parents 305a8d6 + 8b1c6f5 commit 6cc706f
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions Print/fcl/printMetadataSim.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,16 @@ process_name : rse

physics :{
analyzers: {
res : {
module_type : RunSubrunEvent
}
genCountPrint: {
module_type: GenEventCountReader
makeHistograms: false
}
printModule : {
module_type : PrintModule
PrintEvent : false
PrintSubRun : true
CosmicLivetimePrinter : {
verbose : 1
res : {
module_type : RunSubrunEvent
}
} # printModule
}
genCountPrint: {
module_type: GenEventCountReader
makeHistograms: false
}
}

e1 : [ res , genCountPrint, printModule ]
end_paths : [ e1 ]
e1 : [ res , genCountPrint ]
end_paths : [ e1 ]

}

0 comments on commit 6cc706f

Please sign in to comment.