Skip to content

Commit

Permalink
go back to only metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
rlcee committed Oct 10, 2024
1 parent c3446d3 commit 8b1c6f5
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 8b1c6f5

Please sign in to comment.