From 7da0d7f258531c4025570959819f7b4d90245b92 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Tue, 21 Feb 2023 21:21:44 +0100 Subject: [PATCH] Add README and conf --- utils/README.md | 5 +++++ utils/graph-conf.yaml | 18 ++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 utils/graph-conf.yaml diff --git a/utils/README.md b/utils/README.md index 9bac1844e..665b47ff9 100644 --- a/utils/README.md +++ b/utils/README.md @@ -11,3 +11,8 @@ The `p4` function can be used to get the 4 momentum vector from a given particle Since EDM4hep does not guarantee any internal consistency of the 4 momentum state it is possible to use either the mass or the energy of a particle to get the 4 momentum. Additionally it is also possible pass in user defined values for the mass or the energy. For some example usages see the [unit tests](/test/utils/test_kinematics.cpp) + +## `graph-conf.yaml` + +This is a configuration file to be used with the podio visualization tool for +clustering data types into categories and a better looking graph. diff --git a/utils/graph-conf.yaml b/utils/graph-conf.yaml new file mode 100644 index 000000000..04ec766e1 --- /dev/null +++ b/utils/graph-conf.yaml @@ -0,0 +1,18 @@ +Reconstruction & Analysis: + - edm4hep::Cluster + - edm4hep::ParticleID + - edm4hep::Track + - edm4hep::Vertex + - edm4hep::ReconstructedParticle +Digitization: + - edm4hep::CalorimeterHit + - edm4hep::TrackerHit + - edm4hep::TrackerHitPlane +Raw Data: + - edm4hep::RawCalorimeterHit + - edm4hep::TPCHit +Monte Carlo: + - edm4hep::SimCalorimeterHit + - edm4hep::CaloHitContribution + - edm4hep::MCParticle + - edm4hep::SimTrackerHit