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

Add a configuration file for the podio visualization tool #193

Merged
merged 1 commit into from
May 2, 2023
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
5 changes: 5 additions & 0 deletions utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
18 changes: 18 additions & 0 deletions utils/graph-conf.yaml
Original file line number Diff line number Diff line change
@@ -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