ATLAS Offline Software
Global/GlobalSimulation/src/IO/eEmTOBArray.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2 
3 #ifndef GLOBALSIM_EEMTOBARRAY_H
4 #define GLOBALSIM_EEMTOBARRAY_H
5 
8 #include "L1TopoEvent/eEmTOB.h"
9 
10 #include "AthenaKernel/CLASS_DEF.h"
11 
12 namespace TCS {
13  class InputTOBArray;
14  class eEmTOB;
15 }
16 
17 namespace GlobalSim {
18 
20  public TCS::DataArrayImpl<TCS::eEmTOB> {
21  public:
22 
23  eEmTOBArray(const std::string & name, unsigned int reserve);
24 
25  virtual unsigned int size() const {
27  }
28 
29  private:
30  virtual void print(std::ostream&) const;
31  };
32 }
33 
34 CLASS_DEF( GlobalSim::eEmTOBArray , 13700225 , 1 )
35 
36 #endif
InputTOBArray.h
TCS::DataArray::name
const std::string & name() const
Definition: DataArray.h:20
GlobalSim::eEmTOBArray::eEmTOBArray
eEmTOBArray(const std::string &name, unsigned int reserve)
Definition: Global/GlobalSimulation/src/IO/eEmTOBArray.cxx:11
GlobalSim::eEmTOBArray
Definition: Global/GlobalSimulation/src/IO/eEmTOBArray.h:20
GlobalSim
AlgTool to obtain a GlobalSim::cTAUTOBArray This class uses ReadHandls to jFex and eFex Tau Rois If t...
Definition: dump.h:8
TCS::DataArrayImpl
Definition: DataArrayImpl.h:13
GlobalSim::eEmTOBArray::print
virtual void print(std::ostream &) const
Definition: Global/GlobalSimulation/src/IO/eEmTOBArray.cxx:17
TCS::DataArrayImpl::size
size_t size() const
Definition: DataArrayImpl.h:30
TCS::InputTOBArray
Definition: InputTOBArray.h:15
GlobalSim::eEmTOBArray::size
virtual unsigned int size() const
Definition: Global/GlobalSimulation/src/IO/eEmTOBArray.h:25
eEmTOB.h
DataArrayImpl.h
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:64
TCS
Definition: Global/GlobalSimulation/src/IO/Decision.h:18
CLASS_DEF.h
macros to associate a CLID to a type