ATLAS Offline Software
Loading...
Searching...
No Matches
JEPBSCollectionV2.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_JEPBSCOLLECTIONV2_H
5#define TRIGT1CALO_JEPBSCOLLECTIONV2_H
6
9
10namespace LVL1 {
11
12class JetElement;
13class JEMEtSums;
14class CMXJetTob;
15class CMXJetHits;
16class CMXEtSums;
17
18
25
27
28 public:
29 JEPBSCollectionV2(const DataVector<JetElement>* jeCollection,
30 const DataVector<JEMEtSums>* etCollection,
31 const DataVector<CMXJetTob>* cmxTobCollection,
32 const DataVector<CMXJetHits>* cmxHitCollection,
33 const DataVector<CMXEtSums>* cmxEtCollection);
34
38 const DataVector<JEMEtSums>* EnergySums() const;
40 const DataVector<CMXJetTob>* CmxTobs() const;
42 const DataVector<CMXJetHits>* CmxHits() const;
44 const DataVector<CMXEtSums>* CmxSums() const;
45
46 private:
47
58
59};
60
65
70
75
80
85
86} // end namespace
87
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
CMXEtSums object stores Et sums from the Energy CMXs.
Summary of JEP (Jet) hits produced by the merger modules.
TOB data received by the merger modules.
Jet/Energy Processor container for writing bytestream post-LS1.
const DataVector< CMXEtSums > * m_cmxEtCollection
CMX Energy sums collection.
const DataVector< CMXEtSums > * CmxSums() const
Return pointer to CMX energy sums collection.
const DataVector< CMXJetHits > * m_cmxHitCollection
CMX Hit sums collection.
JEPBSCollectionV2(const DataVector< JetElement > *jeCollection, const DataVector< JEMEtSums > *etCollection, const DataVector< CMXJetTob > *cmxTobCollection, const DataVector< CMXJetHits > *cmxHitCollection, const DataVector< CMXEtSums > *cmxEtCollection)
const DataVector< CMXJetHits > * CmxHits() const
Return pointer to CMX hit sums collection.
const DataVector< CMXJetTob > * CmxTobs() const
Return pointer to CMX TOBs collection.
const DataVector< JetElement > * m_jeCollection
Jet element collection.
const DataVector< JEMEtSums > * EnergySums() const
Return pointer to energy sums collection.
const DataVector< JetElement > * JetElements() const
Return pointer to jet element collection.
const DataVector< JEMEtSums > * m_etCollection
Energy sums collection.
const DataVector< CMXJetTob > * m_cmxTobCollection
CMX TOBs collection.
Jet elements are the inputs to the Jet, ETmiss and ETsum triggers.
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...