1#include "Recon/Event/CaloTrigPrim.h"
11 s <<
"CaloTrigPrim { " <<
"(id : 0x" << std::hex << c.
getId() << std::dec
17std::ostream &operator<<(std::ostream &s,
18 const ldmx::CaloTrigPrimCollection &cs) {
19 s <<
"CaloTrigPrimCollection { " << std::endl;
20 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.