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

codeJE - update workflow #440

Merged
merged 1 commit into from
Feb 27, 2024
Merged
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
4 changes: 2 additions & 2 deletions codeJE/config_tasks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ MAKE_GRAPH=0 # Make topology graph.
# Activation of O2 workflows
# Table producers
DOO2_JET_DERIVED=0 # je-jet-deriveddata-producer
DOO2_JET_FINDER=0 # je-jet-finder
DOO2_JET_FINDER=0 # je-jet-finder-data-charged
# Analysis tasks
# TODO: Add analysis tasks
# QA
Expand Down Expand Up @@ -143,7 +143,7 @@ function MakeScriptO2 {
WORKFLOWS=""
# Table producers
[ $DOO2_JET_DERIVED -eq 1 ] && WORKFLOWS+=" o2-analysis-je-jet-deriveddata-producer"
[ $DOO2_JET_FINDER -eq 1 ] && WORKFLOWS+=" o2-analysis-je-jet-finder"
[ $DOO2_JET_FINDER -eq 1 ] && WORKFLOWS+=" o2-analysis-je-jet-finder-data-charged"
# Analysis tasks
# TODO: Add analysis tasks
# QA
Expand Down
345 changes: 6 additions & 339 deletions codeJE/dpl-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,17 @@
"etaMax": "0.8"
},
"jet-deriveddata-producer": {
"processBunchCossings": "true",
"processCollisions": "true",
"processBunchCrossings": "false",
"processCollisions": "false",
"processCollisionsWithoutCentralityAndMultiplicity": "true",
"processMcCollisionLabels": "false",
"processMcCollisions": "false",
"processTracks": "true",
"processMcTrackLabels": "false",
"processParticles": "false",
"processClusters": "false"
"processClusters": "false",
"processD0": "false",
"processD0MC": "false"
},
"jet-finder-data-charged": {
"vertexZCut": "10",
Expand Down Expand Up @@ -107,342 +110,6 @@
"processParticleLevelNeutralJets": "false",
"processParticleLevelFullJets": "false"
},
"jet-finder-data-full": {
"vertexZCut": "10",
"trackPtMin": "0.15",
"trackPtMax": "1000",
"trackEtaMin": "-0.8",
"trackEtaMax": "0.8",
"trackPhiMin": "-999",
"trackPhiMax": "999",
"trackSelections": "globalTracks",
"eventSelections": "sel7",
"particleSelections": "PhysicalPrimary",
"clusterDefinition": "kV3Default",
"clusterEtaMin": "-0.7",
"clusterEtaMax": "0.7",
"clusterPhiMin": "-999",
"clusterPhiMax": "999",
"clusterEnergyMin": "0.5",
"clusterTimeMin": "-999",
"clusterTimeMax": "999",
"clusterRejectExotics": "true",
"jetRadius": {
"values": [
"0.4"
]
},
"jetPtMin": "0",
"jetPtMax": "1000",
"jetEtaMin": "-99",
"jetEtaMax": "99",
"jetAlgorithm": "2",
"jetRecombScheme": "0",
"jetGhostArea": "0.005",
"ghostRepeat": "1",
"DoTriggering": "false",
"processDummy": "true",
"processChargedJets": "false",
"processNeutralJets": "false",
"processFullJets": "false",
"processParticleLevelChargedJets": "false",
"processParticleLevelNeutralJets": "false",
"processParticleLevelFullJets": "false"
},
"jet-finder-data-neutral": {
"vertexZCut": "10",
"trackPtMin": "0.15",
"trackPtMax": "1000",
"trackEtaMin": "-0.8",
"trackEtaMax": "0.8",
"trackPhiMin": "-999",
"trackPhiMax": "999",
"trackSelections": "globalTracks",
"eventSelections": "sel8",
"particleSelections": "PhysicalPrimary",
"clusterDefinition": "kV3Default",
"clusterEtaMin": "-0.7",
"clusterEtaMax": "0.7",
"clusterPhiMin": "-999",
"clusterPhiMax": "999",
"clusterEnergyMin": "0.5",
"clusterTimeMin": "-999",
"clusterTimeMax": "999",
"clusterRejectExotics": "true",
"jetRadius": {
"values": [
"0.4"
]
},
"jetPtMin": "0",
"jetPtMax": "1000",
"jetEtaMin": "-99",
"jetEtaMax": "99",
"jetAlgorithm": "2",
"jetRecombScheme": "0",
"jetGhostArea": "0.005",
"ghostRepeat": "1",
"DoTriggering": "false",
"processDummy": "true",
"processChargedJets": "false",
"processNeutralJets": "false",
"processFullJets": "false",
"processParticleLevelChargedJets": "false",
"processParticleLevelNeutralJets": "false",
"processParticleLevelFullJets": "false"
},
"jet-finder-mcd-charged": {
"vertexZCut": "10",
"trackPtMin": "0.15",
"trackPtMax": "1000",
"trackEtaMin": "-0.8",
"trackEtaMax": "0.8",
"trackPhiMin": "-999",
"trackPhiMax": "999",
"trackSelections": "globalTracks",
"eventSelections": "sel8",
"particleSelections": "PhysicalPrimary",
"clusterDefinition": "kV3Default",
"clusterEtaMin": "-0.7",
"clusterEtaMax": "0.7",
"clusterPhiMin": "-999",
"clusterPhiMax": "999",
"clusterEnergyMin": "0.5",
"clusterTimeMin": "-999",
"clusterTimeMax": "999",
"clusterRejectExotics": "true",
"jetRadius": {
"values": [
"0.4"
]
},
"jetPtMin": "0",
"jetPtMax": "1000",
"jetEtaMin": "-99",
"jetEtaMax": "99",
"jetAlgorithm": "2",
"jetRecombScheme": "0",
"jetGhostArea": "0.005",
"ghostRepeat": "1",
"DoTriggering": "false",
"processDummy": "true",
"processChargedJets": "false",
"processNeutralJets": "false",
"processFullJets": "false",
"processParticleLevelChargedJets": "false",
"processParticleLevelNeutralJets": "false",
"processParticleLevelFullJets": "false"
},
"jet-finder-mcd-full": {
"vertexZCut": "10",
"trackPtMin": "0.15",
"trackPtMax": "1000",
"trackEtaMin": "-0.8",
"trackEtaMax": "0.8",
"trackPhiMin": "-999",
"trackPhiMax": "999",
"trackSelections": "globalTracks",
"eventSelections": "sel8",
"particleSelections": "PhysicalPrimary",
"clusterDefinition": "kV3Default",
"clusterEtaMin": "-0.7",
"clusterEtaMax": "0.7",
"clusterPhiMin": "-999",
"clusterPhiMax": "999",
"clusterEnergyMin": "0.5",
"clusterTimeMin": "-999",
"clusterTimeMax": "999",
"clusterRejectExotics": "true",
"jetRadius": {
"values": [
"0.4"
]
},
"jetPtMin": "0",
"jetPtMax": "1000",
"jetEtaMin": "-99",
"jetEtaMax": "99",
"jetAlgorithm": "2",
"jetRecombScheme": "0",
"jetGhostArea": "0.005",
"ghostRepeat": "1",
"DoTriggering": "false",
"processDummy": "true",
"processChargedJets": "false",
"processNeutralJets": "false",
"processFullJets": "false",
"processParticleLevelChargedJets": "false",
"processParticleLevelNeutralJets": "false",
"processParticleLevelFullJets": "false"
},
"jet-finder-mcd-neutral": {
"vertexZCut": "10",
"trackPtMin": "0.15",
"trackPtMax": "1000",
"trackEtaMin": "-0.8",
"trackEtaMax": "0.8",
"trackPhiMin": "-999",
"trackPhiMax": "999",
"trackSelections": "globalTracks",
"eventSelections": "sel8",
"particleSelections": "PhysicalPrimary",
"clusterDefinition": "kV3Default",
"clusterEtaMin": "-0.7",
"clusterEtaMax": "0.7",
"clusterPhiMin": "-999",
"clusterPhiMax": "999",
"clusterEnergyMin": "0.5",
"clusterTimeMin": "-999",
"clusterTimeMax": "999",
"clusterRejectExotics": "true",
"jetRadius": {
"values": [
"0.4"
]
},
"jetPtMin": "0",
"jetPtMax": "1000",
"jetEtaMin": "-99",
"jetEtaMax": "99",
"jetAlgorithm": "2",
"jetRecombScheme": "0",
"jetGhostArea": "0.005",
"ghostRepeat": "1",
"DoTriggering": "false",
"processDummy": "true",
"processChargedJets": "false",
"processNeutralJets": "false",
"processFullJets": "false",
"processParticleLevelChargedJets": "false",
"processParticleLevelNeutralJets": "false",
"processParticleLevelFullJets": "false"
},
"jet-finder-mcp-charged": {
"vertexZCut": "10",
"trackPtMin": "0.15",
"trackPtMax": "1000",
"trackEtaMin": "-0.8",
"trackEtaMax": "0.8",
"trackPhiMin": "-999",
"trackPhiMax": "999",
"trackSelections": "globalTracks",
"eventSelections": "sel8",
"particleSelections": "PhysicalPrimary",
"clusterDefinition": "kV3Default",
"clusterEtaMin": "-0.7",
"clusterEtaMax": "0.7",
"clusterPhiMin": "-999",
"clusterPhiMax": "999",
"clusterEnergyMin": "0.5",
"clusterTimeMin": "-999",
"clusterTimeMax": "999",
"clusterRejectExotics": "true",
"jetRadius": {
"values": [
"0.4"
]
},
"jetPtMin": "0",
"jetPtMax": "1000",
"jetEtaMin": "-99",
"jetEtaMax": "99",
"jetAlgorithm": "2",
"jetRecombScheme": "0",
"jetGhostArea": "0.005",
"ghostRepeat": "1",
"DoTriggering": "false",
"processDummy": "true",
"processChargedJets": "false",
"processNeutralJets": "false",
"processFullJets": "false",
"processParticleLevelChargedJets": "false",
"processParticleLevelNeutralJets": "false",
"processParticleLevelFullJets": "false"
},
"jet-finder-mcp-full": {
"vertexZCut": "10",
"trackPtMin": "0.15",
"trackPtMax": "1000",
"trackEtaMin": "-0.8",
"trackEtaMax": "0.8",
"trackPhiMin": "-999",
"trackPhiMax": "999",
"trackSelections": "globalTracks",
"eventSelections": "sel8",
"particleSelections": "PhysicalPrimary",
"clusterDefinition": "kV3Default",
"clusterEtaMin": "-0.7",
"clusterEtaMax": "0.7",
"clusterPhiMin": "-999",
"clusterPhiMax": "999",
"clusterEnergyMin": "0.5",
"clusterTimeMin": "-999",
"clusterTimeMax": "999",
"clusterRejectExotics": "true",
"jetRadius": {
"values": [
"0.4"
]
},
"jetPtMin": "0",
"jetPtMax": "1000",
"jetEtaMin": "-99",
"jetEtaMax": "99",
"jetAlgorithm": "2",
"jetRecombScheme": "0",
"jetGhostArea": "0.005",
"ghostRepeat": "1",
"DoTriggering": "false",
"processDummy": "true",
"processChargedJets": "false",
"processNeutralJets": "false",
"processFullJets": "false",
"processParticleLevelChargedJets": "false",
"processParticleLevelNeutralJets": "false",
"processParticleLevelFullJets": "false"
},
"jet-finder-mcp-neutral": {
"vertexZCut": "10",
"trackPtMin": "0.15",
"trackPtMax": "1000",
"trackEtaMin": "-0.8",
"trackEtaMax": "0.8",
"trackPhiMin": "-999",
"trackPhiMax": "999",
"trackSelections": "globalTracks",
"eventSelections": "sel8",
"particleSelections": "PhysicalPrimary",
"clusterDefinition": "kV3Default",
"clusterEtaMin": "-0.7",
"clusterEtaMax": "0.7",
"clusterPhiMin": "-999",
"clusterPhiMax": "999",
"clusterEnergyMin": "0.5",
"clusterTimeMin": "-999",
"clusterTimeMax": "999",
"clusterRejectExotics": "true",
"jetRadius": {
"values": [
"0.4"
]
},
"jetPtMin": "0",
"jetPtMax": "1000",
"jetEtaMin": "-99",
"jetEtaMax": "99",
"jetAlgorithm": "2",
"jetRecombScheme": "0",
"jetGhostArea": "0.005",
"ghostRepeat": "1",
"DoTriggering": "false",
"processDummy": "true",
"processChargedJets": "false",
"processNeutralJets": "false",
"processFullJets": "false",
"processParticleLevelChargedJets": "false",
"processParticleLevelNeutralJets": "false",
"processParticleLevelFullJets": "false"
},
"jet-validation-track-collision-qa": {
"ptLow": "0.15",
"ptUp": "1e15",
Expand Down
4 changes: 2 additions & 2 deletions codeJE/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ workflows:
o2-analysis-je-jet-deriveddata-producer:
dependencies: [o2-analysis-je-emcal-correction-task]

o2-analysis-je-jet-finder:
o2-analysis-je-jet-finder-data-charged:
dependencies: [o2-analysis-je-jet-deriveddata-producer]

# Analysis tasks
Expand All @@ -44,7 +44,7 @@ workflows:
# QA

o2-analysis-je-jet-validation-qa:
dependencies: [o2-analysis-je-jet-finder, o2-analysis-je-jet-deriveddata-producer, o2-analysis-trackselection_runX]
dependencies: [o2-analysis-je-jet-finder-data-charged, o2-analysis-je-jet-deriveddata-producer, o2-analysis-trackselection_runX]

o2-analysis-qa-efficiency:
requires_mc: yes
Expand Down
Loading