ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TrigEvent
TrigNavStructure
TrigNavStructure
ITrigHolderFactory.h
Go to the documentation of this file.
1
// Emacs -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef TRIGNAVSTRUCTURE_IHOLDERFACTORY
8
#define TRIGNAVSTRUCTURE_IHOLDERFACTORY
9
10
#include "
TrigNavStructure/Types.h
"
11
#include <vector>
12
13
namespace
HLT
{
14
class
BaseHolder
;
15
struct
ITrigHolderFactory
{
16
virtual
BaseHolder
*
fromSerialized
(
int
version,
const
std::vector<uint32_t>::const_iterator& start,
const
std::vector<uint32_t>::const_iterator& end) = 0;
17
virtual
BaseHolder
*
createHolder
(
class_id_type
clid,
const
std::string&
label
,
sub_index_type
index
)
const
= 0;
18
};
19
}
20
#endif
Types.h
HLT::BaseHolder
Definition
BaseHolder.h:14
label
std::string label(const std::string &format, int i)
Definition
label.h:19
HLT
It used to be useful piece of code for replacing actual SG with other store of similar functionality ...
Definition
HLTResultReader.h:26
HLT::sub_index_type
uint16_t sub_index_type
Definition
Trigger/TrigEvent/TrigNavStructure/Root/Types.h:9
HLT::class_id_type
uint32_t class_id_type
Definition
Trigger/TrigEvent/TrigNavStructure/Root/Types.h:11
index
Definition
index.py:1
HLT::ITrigHolderFactory
Definition
ITrigHolderFactory.h:15
HLT::ITrigHolderFactory::fromSerialized
virtual BaseHolder * fromSerialized(int version, const std::vector< uint32_t >::const_iterator &start, const std::vector< uint32_t >::const_iterator &end)=0
HLT::ITrigHolderFactory::createHolder
virtual BaseHolder * createHolder(class_id_type clid, const std::string &label, sub_index_type index) const =0
Generated on
for ATLAS Offline Software by
1.14.0