ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger/TrigEvent/TrigCombinedEvent/TrigCombinedEvent/TrigCompositeContainer.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGCOMPOSITECONTAINER_H
6#define TRIGCOMPOSITECONTAINER_H
7
8
9/*******************************************************
10
11 NAME: TrigCompositeContainer.h
12 PACKAGE: Trigger/TrigEvent/TrigCombinedEvent
13 AUTHORS: Camille B.-Champagne
14 CREATION DATE: November 28th, 2011
15
16******************************************************/
17// includes section
21
25class TrigCompositeContainer : public DataVector<TrigComposite> {
26
27 public:
30 void print_size ( void ) const;
31
32 private:
33};
34
35// CLIDSvc is already loaded in base class
36//CLASS_DEF( TrigCompositeContainer , 1249274952 , 1 )
38
39CLASS_DEF( TrigCompositeContainer , 1190930394 , 1 )
41
43
44#endif
Provide an interface for finding inheritance information at run time.
#define SG_BASE(D, B)
Declare that class D derives from class B.
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
An STL vector of pointers that by default owns its pointed-to elements.
Derived DataVector<T>.
Definition DataVector.h:795
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
void print_size(void) const
calls TrigComposite::print (to std::cout) for all available combos
The class is meant to store links (of type TrigFeatureLink) to trigger objects and arbitrary details ...