ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigEvent
TrigCaloEvent
TrigCaloEvent
TrigTauClusterDetailsContainer.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 TRIGTAUCLUSTERDETAILSCONTAINER_H
6
#define TRIGTAUCLUSTERDETAILSCONTAINER_H
7
8
9
/*******************************************************
10
11
NAME: TrigTauClusterDetailsContainer.h
12
PACKAGE: Trigger/TrigEvent/TrigCaloEvent
13
AUTHORS: M.P. Casado
14
15
PURPOSE: Keep a container for the detailed variables of
16
the Calorimeter LVL2 tau Trigger.
17
DATE: January 21st, 2009
18
19
******************************************************/
20
// includes section
21
#include "
TrigCaloEvent/TrigTauClusterDetails.h
"
22
#include "
AthContainers/DataVector.h
"
23
#include "
AthenaKernel/BaseInfo.h
"
24
28
class
TrigTauClusterDetailsContainer
:
public
DataVector
<TrigTauClusterDetails> {
29
30
public
:
33
void
print
(
void
)
const
;
36
void
print
( MsgStream& log )
const
;
37
private
:
38
};
39
40
// CLIDSvc is already loaded in base class
41
CLASS_DEF
(
TrigTauClusterDetailsContainer
, 1149551343, 1)
42
CLASS_DEF
(
DataVector
<
TrigTauClusterDetailsContainer
> , 1112563054, 1 )
43
44
SG_BASE
(
TrigTauClusterDetailsContainer
,
DataVector
<
TrigTauClusterDetails
>);
45
46
#endif
BaseInfo.h
Provide an interface for finding inheritance information at run time.
SG_BASE
#define SG_BASE(D, B)
Declare that class D derives from class B.
Definition
Control/AthenaKernel/AthenaKernel/BaseInfo.h:243
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition
Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:67
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
TrigTauClusterDetails.h
DataVector
Derived DataVector<T>.
Definition
DataVector.h:795
DataVector< TrigTauClusterDetails >::DataVector
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
TrigTauClusterDetailsContainer
Container from TrigTauClusterDetails type objects.
Definition
TrigTauClusterDetailsContainer.h:28
TrigTauClusterDetailsContainer::print
void print(void) const
calls TrigTauClusterDetails::print (to std::cout) for all available clusters
Definition
TrigTauClusterDetailsContainer.cxx:24
TrigTauClusterDetails
Definition
TrigTauClusterDetails.h:30
Generated on
for ATLAS Offline Software by
1.17.0