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 
6 #include <iostream>
9 #include "L1TopoEvent/jXETOB.h"
10 
11 #include "AthenaKernel/CLASS_DEF.h"
12 
13 #include <vector>
14 
15 namespace GlobalSim {
16 
18  public TCS::DataArrayImpl<TCS::jXETOB> {
19  public:
20 
21  // default constructor
22  jXETOBArray(const std::string & name, unsigned int reserve);
23 
24  virtual unsigned int size() const {
26  }
27 
28  private:
29  virtual void print(std::ostream&) const;
30  };
31 }
32 
33 CLASS_DEF( GlobalSim::jXETOBArray , 196929881 , 1 )
34 
35 
36 #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 GlobalSim::cTAUTOBArray This class uses ReadHandls to jFex and eFex Tau Rois If t...
Definition: dump.h:8
GlobalSim::jXETOBArray::size
virtual unsigned int size() const
Definition: Global/GlobalSimulation/src/IO/jXETOBArray.h:24
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:18
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