LDMX Software
TrigCaloHit.cxx
1#include "Trigger/Event/TrigCaloHit.h"
2
4
5 namespace trigger {
6 TrigCaloHit::TrigCaloHit(float x, float y, float z, float e)
7 : x_(x), y_(y), z_(z), e_(e) {}
8
9} // namespace trigger
Class for calo hits used in trigger computations.
Definition TrigCaloHit.h:17