From 8c29a15bd5b2e4439a677f081f1de2d72efb769d Mon Sep 17 00:00:00 2001 From: rodwyer100 Date: Tue, 17 Sep 2024 21:53:05 -0700 Subject: [PATCH] A few more things --- TrigScint/include/TrigScint/TrigScintFirmwareTracker.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TrigScint/include/TrigScint/TrigScintFirmwareTracker.h b/TrigScint/include/TrigScint/TrigScintFirmwareTracker.h index 0ff791f86..ec383a290 100644 --- a/TrigScint/include/TrigScint/TrigScintFirmwareTracker.h +++ b/TrigScint/include/TrigScint/TrigScintFirmwareTracker.h @@ -1,7 +1,7 @@ /** * @file TrigScintFirmwareTracker.h - * @brief Clustering of trigger scintillator hits - * @author Lene Kristian Bryngemark, Stanford University + * @brief Tracker made to emulate and stage real firmware, emulates existing ldmx software but has LUT structure. + * @author Rory O'Dwyer, Stanford University */ #ifndef TRIGSCINT_TRIGSCINTFIRMWARETRACKER_H @@ -118,4 +118,4 @@ class TrigScintFirmwareTracker : public framework::Producer { } // namespace trigscint -#endif /* TRIGSCINT_TRIGSCINTCLUSTERPRODUCER_H */ +#endif /* TRIGSCINT_TRIGSCINTFIRMWARETRACKER_H */