LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
Classes | |
class | BeamFlashTrackMatchTagger |
class | BeamFlashTrackMatchTaggerAlg |
class | CosmicClusterTagger |
class | CosmicPCAxisTagger |
class | CosmicPFParticleTagger |
class | CosmicTrackTagger |
class | HitTagAssociatorAlg |
class | TrackPFParticleMatch |
Title: Beam Flash<–>Track Match Algorithim Class Author: Wes Ketchum (wketc), based on code from Ben Jones hum@ lanl. gov
Description: Algorithm that compares all tracks to the flash during the beam gate, and determines if that track is consistent with having produced that flash. Input: recob::OpFlash, recob::Track Output: anab::CosmicTag (and Assn<anab::CosmicTag,recob::Track>)
Title: Hit <–> Cosmic Tag Associator Alg Author: Wes Ketchum (wketc) hum@ lanl. gov
Description: Algorithm that will provide associations of Hits to cosmic tags, where both of those are associated to some intermediate object (like a track or cluster) Input: Assn<recob::Hit,???> and Assn<???,anab::CosmicTag> Output: Assn<recob::Hit,anab::CosmicTag>