ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
Go to the documentation of this file.
3 #include <FairLogger.h>
32 return &(padIt->second);
40 LOG(error) <<
"Failed to add timestamp with index " << index <<
" to raw event. Max number of timestamps is "
47 auto pad = &(ret.first->second);
48 return {pad, ret.second};
AtAuxPad * GetAuxPad(std::string auxPad)
std::vector< ULong64_t > fTimestamp
AtBaseEvent(std::string name="AtBaseEvent")
std::pair< AtAuxPad *, bool > AddAuxPad(std::string auxName)
Add new auxilary pad (AtAuxPad) to event.
Base class for all event types in ATTPCROOT.
AtBaseEvent & operator=(AtBaseEvent object)
void Clear(Option_t *opt) override
void SetTimestamp(ULong64_t timestamp, int index=0)
friend void swap(AtBaseEvent &first, AtBaseEvent &second)