ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigEvent
TrigCaloEvent
TrigCaloEvent
Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloClusterContainer.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 TRIGCALOCLUSTERCONTAINER_H
6
#define TRIGCALOCLUSTERCONTAINER_H
7
8
9
/*******************************************************
10
11
NAME: TrigCaloClusterContainer.h
12
PACKAGE: Trigger/TrigEvent/TrigCaloEvent
13
AUTHORS: Denis O. Damazio
14
15
PURPOSE: Keep a container for the important
16
output variables from the Calorimeter
17
LVL2 Trigger.
18
Variables here should be raw variables.
19
DATE: May 31st, 2011
20
21
******************************************************/
22
// includes section
23
#include "
TrigCaloEvent/TrigCaloCluster.h
"
24
#include "
AthContainers/DataVector.h
"
25
#include "
AthenaKernel/BaseInfo.h
"
26
29
class
TrigCaloClusterContainer
:
public
DataVector
<TrigCaloCluster> {
30
31
32
public
:
35
void
print
(
void
)
const
;
38
void
print
( MsgStream& log )
const
;
39
private
:
40
};
41
42
// CLIDSvc is already loaded in base class
43
CLASS_DEF
(
TrigCaloClusterContainer
, 1306462450, 1)
44
CLASS_DEF
(
DataVector
<
TrigCaloClusterContainer
> , 1108497977 , 1 )
45
46
SG_BASE
(
TrigCaloClusterContainer
,
DataVector
<
TrigCaloCluster
>);
47
#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.
TrigCaloCluster.h
DataVector
Derived DataVector<T>.
Definition
DataVector.h:795
DataVector< TrigCaloCluster >::DataVector
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
TrigCaloClusterContainer
Container from TrigCaloCluster type objects.
Definition
Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloClusterContainer.h:29
TrigCaloClusterContainer::print
void print(void) const
calls TrigCaloCluster::print (to std::cout) for all available clusters
Definition
TrigCaloClusterContainer.cxx:26
TrigCaloCluster
Base Cluster Class.
Definition
Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h:39
Generated on
for ATLAS Offline Software by
1.17.0