ATLAS Offline Software
Global/GlobalSimulation/src/IO/jXETOBArray.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_jXETOBARRAY_H
4 #define GLOBALSIM_jXETOBARRAY_H
5 
8 #include "L1TopoEvent/jXETOB.h"
9 
10 #include "AthenaKernel/CLASS_DEF.h"
11 
12 #include <vector>
13 
14 namespace GlobalSim {
15 
17  public TCS::DataArrayImpl<TCS::jXETOB> {
18  public:
19 
20  // default constructor
21  jXETOBArray(const std::string & name, unsigned int reserve);
22 
23  virtual unsigned int size() const {
25  }
26 
27  private:
28  virtual void print(std::ostream&) const;
29  };
30 }
31 
32 CLASS_DEF( GlobalSim::jXETOBArray , 196929881 , 1 )
33 
34 
35 #endif
GlobalSim::jXETOBArray::print
virtual void print(std::ostream &) const
Definition: Global/GlobalSimulation/src/IO/jXETOBArray.cxx:12
InputTOBArray.h
GlobalSim::jXETOBArray::jXETOBArray
jXETOBArray(const std::string &name, unsigned int reserve)
Definition: Global/GlobalSimulation/src/IO/jXETOBArray.cxx:6
TCS::DataArray::name
const std::string & name() const
Definition: DataArray.h:20
jXETOB.h
GlobalSim
AlgTool to obtain a selection of eFex RoIs read in from the event store.
Definition: dump.h:8
GlobalSim::jXETOBArray::size
virtual unsigned int size() const
Definition: Global/GlobalSimulation/src/IO/jXETOBArray.h:23
TCS::DataArrayImpl
Definition: DataArrayImpl.h:13
TCS::DataArrayImpl::size
size_t size() const
Definition: DataArrayImpl.h:30
TCS::InputTOBArray
Definition: InputTOBArray.h:15
DataArrayImpl.h
GlobalSim::jXETOBArray
Definition: Global/GlobalSimulation/src/IO/jXETOBArray.h:17
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
CLASS_DEF.h
macros to associate a CLID to a type