Skip to content

Commit

Permalink
Document gunparticle content. (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
riga authored and clelange committed Jun 28, 2019
1 parent 2d88435 commit d932d9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
| rechit | `HGCalRecHit::HGCEERecHits` <br> `HGCalRecHit::HGCHEFRecHits` <br> `HGCalRecHit::HGCHEBRecHits` | `HGCRecHitCollection` | all reconstructed calorimeter hits - those that are associated to layer clusters have `rechit_cluster2d >= 0`, which is the index of the `cluster2d` in the ntuple |
| calopart | `mix:MergedCaloTruth` | `std::vector<CaloParticle>` | Every CaloParticle is linked to the first stable particle originating from the cascade of particles that left hits in the calorimeters. This stable particle is not included as a SimCluster (unless it itself left hits in the calorimeters). |
| track | `generalTracks` | `std::vector<reco::Track>` | tracks passing highPurity selection |
| gunparticle | `offlinePrimaryVertices` | `reco::Vertex` | `id`, `energy`, `pt`, `eta` and `phi` of gun particles associated to their corresponding vertex |

0 comments on commit d932d9b

Please sign in to comment.