ATLAS Offline Software
Loading...
Searching...
No Matches
JEPBSCollection.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef TRIGT1CALO_JEPBSCOLLECTION_H
5#define TRIGT1CALO_JEPBSCOLLECTION_H
6
9
10namespace LVL1 {
11
12class JetElement;
13class JEMHits;
14class JEMEtSums;
15class CMMJetHits;
16class CMMEtSums;
17
18
25
27
28 public:
29 JEPBSCollection(const DataVector<JetElement>* jeCollection,
30 const DataVector<JEMHits>* hitCollection,
31 const DataVector<JEMEtSums>* etCollection,
32 const DataVector<CMMJetHits>* cmmHitCollection,
33 const DataVector<CMMEtSums>* cmmEtCollection);
34
38 const DataVector<JEMHits>* JetHits() const;
40 const DataVector<JEMEtSums>* EnergySums() const;
42 const DataVector<CMMJetHits>* CmmHits() const;
44 const DataVector<CMMEtSums>* CmmSums() const;
45
46 private:
47
58
59};
60
65
67{
68 return m_hitCollection;
69}
70
72{
73 return m_etCollection;
74}
75
80
82{
83 return m_cmmEtCollection;
84}
85
86} // end namespace
87
88CLASS_DEF(LVL1::JEPBSCollection, 1255323120, 1)
89
90#endif
macros to associate a CLID to a type
#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
CMMEtSums object stores Et sums from the Energy CMMs.
CMMJetHits class stores Jet hit multiplicities received by and read out from the Jet CMMs.
Jet/Energy Processor container for writing bytestream.
const DataVector< JEMEtSums > * EnergySums() const
Return pointer to energy sums collection.
JEPBSCollection(const DataVector< JetElement > *jeCollection, const DataVector< JEMHits > *hitCollection, const DataVector< JEMEtSums > *etCollection, const DataVector< CMMJetHits > *cmmHitCollection, const DataVector< CMMEtSums > *cmmEtCollection)
const DataVector< JEMEtSums > * m_etCollection
Energy sums collection.
const DataVector< CMMJetHits > * m_cmmHitCollection
CMM Hit sums collection.
const DataVector< CMMEtSums > * m_cmmEtCollection
CMM Energy sums collection.
const DataVector< JetElement > * JetElements() const
Return pointer to jet element collection.
const DataVector< JEMHits > * JetHits() const
Return pointer to hit sums collection.
const DataVector< JetElement > * m_jeCollection
Jet element collection.
const DataVector< CMMEtSums > * CmmSums() const
Return pointer to CMM energy sums collection.
const DataVector< JEMHits > * m_hitCollection
Hit sums collection.
const DataVector< CMMJetHits > * CmmHits() const
Return pointer to CMM hit sums collection.
Jet elements are the inputs to the Jet, ETmiss and ETsum triggers.
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...