1#include "Recon/Event/CaloTrigPrim.h"
10 void CaloTrigPrim::Print()
const { std::cout << *
this << std::endl; }
13 s <<
"CaloTrigPrim { "
14 <<
"(id : 0x" << std::hex << c.
getId() << std::dec <<
") ";
19 std::ostream &operator<<(std::ostream &s,
20 const ldmx::CaloTrigPrimCollection &cs) {
21 s <<
"CaloTrigPrimCollection { " << std::endl;
22 for (
auto c : cs) s <<
" " << c << std::endl;
Contains the trigger output for generic calo objects.
uint32_t getId() const
Get the id of the CaloTP.
CaloTrigPrim()=default
Default Constructor.
uint32_t getPrimitive() const
Get the trigger primitive value for the given channel.