RoiDescriptor collection. More...
#include <RoiReader.h>
Public Member Functions | |
RoiReader (const std::string &name) | |
class header | |
virtual StatusCode | initialize () |
void | execute (std::vector< std::string > &keys) |
void | deserialiser (TrigRoiDescriptorCollection &collection, const std::string key) const |
RoiDescriptor collection.
RoiReader::RoiReader | ( | const std::string & | name | ) |
class header
xAOD storage class utility to serialise the RoiDescriptorCollection
void RoiReader::execute | ( | std::vector< std::string > & | keys | ) | [virtual] |
get list of storage keys ...
loop over all the keys creating actual TrigRoiDescriptor collections
Implements IRoiReader.
StatusCode RoiReader::initialize | ( | void | ) | [virtual] |
Dummy implementation of the initialisation function
It's here to allow the dual-use tools to skip defining an initialisation function. Since many are doing so...
Reimplemented from asg::AsgTool.