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

Fixes and extensions for gen particle collection #49

Merged
merged 6 commits into from
Sep 18, 2017
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
3 changes: 1 addition & 2 deletions Definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
| ------------- | ------------- | ----- | ----- |
| event/run/lumi | - | - | general event info |
| vtx | `mix:MergedCaloTruth` | `std::vector<TrackingVertex>` | general event info |
| genpart | `mix::MergedTrackTruth` | `std::vector<TrackingParticle>` | truth level tracks/particles |
| genpart | `g4SimHits` | `std::vector<SimTrack>` | truth level tracks/particles |
| simcluster | `mix:MergedCaloTruth` | `std::vector<SimCluster>` | Geant particle and its associated hits (DetIds) in the HGCal |
| pfcluster | `particleFlowClusterHGCal` | `std::vector<reco::PFCluster>` | mapping of the SimCluster DetIds to the reconstructed hits |
| cluster2d | `imagingClusterHGCal` | `reco::CaloClusterCollection` | reconstructed layer (2D) clusters - those that are associated to a multicluster have `cluster2d_multicluster >= 0`, which is the index of the `multiclus` in the ntuple |
Expand All @@ -18,4 +18,3 @@ Mind that when running on *centrally produced/RelVal samples*, some collections
| branch name | collection name | collection type | definition |
| ------------- | ------------- | ----- | ----- |
| vtx | `g4SimHits` | `std::vector<SimVertex>` | general event info |
| genpart | `g4SimHits` | `std::vector<SimTrack>` | truth level tracks/particles |
Loading