ATLAS Offline Software
Global/GlobalSimulation/src/IO/jJetTOBArray.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 
6 #ifndef GLOBALSIM_JJETTOBARRAY_H
7 #define GLOBALSIM_JJETTOBARRAY_H
8 
11 #include "L1TopoEvent/jJetTOB.h"
12 
13 #include "AthenaKernel/CLASS_DEF.h"
14 
15 
16 namespace GlobalSim {
17 
18  class TOBArray;
19 
21  public TCS::DataArrayImpl<TCS::jJetTOB> {
22  public:
23  // default constructor
24  jJetTOBArray(const std::string & name, unsigned int reserve);
25 
26  virtual unsigned int size() const {
28  }
29 
30  private:
31  virtual void print(std::ostream&) const;
32  };
33 
34 }
35 
36 CLASS_DEF( GlobalSim::jJetTOBArray , 17680720 , 1 )
37 
38 #endif
InputTOBArray.h
jJetTOB.h
GlobalSim::jJetTOBArray::print
virtual void print(std::ostream &) const
Definition: Global/GlobalSimulation/src/IO/jJetTOBArray.cxx:20
GlobalSim::jJetTOBArray::jJetTOBArray
jJetTOBArray(const std::string &name, unsigned int reserve)
Definition: Global/GlobalSimulation/src/IO/jJetTOBArray.cxx:12
TCS::DataArray::name
const std::string & name() const
Definition: DataArray.h:20
python.setupRTTAlg.size
int size
Definition: setupRTTAlg.py:39
GlobalSim
AlgTool to obtain a GlobalSim::cTAUTOBArray This class uses ReadHandls to jFex and eFex Tau Rois If t...
Definition: dump.h:8
GlobalSim::jJetTOBArray
Definition: Global/GlobalSimulation/src/IO/jJetTOBArray.h:21
TCS::DataArrayImpl
Definition: DataArrayImpl.h:13
TCS::InputTOBArray
Definition: InputTOBArray.h:15
DataArrayImpl.h
GlobalSim::jJetTOBArray::size
virtual unsigned int size() const
Definition: Global/GlobalSimulation/src/IO/jJetTOBArray.h:26
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