ATLAS Offline Software
Global/GlobalSimulation/src/IO/cTauTOBArray.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
2 
3 #ifndef GLOBALSIM_CTAUTOBARRAY_H
4 #define GLOBALSIM_CTAUTOBARRAY_H
5 
6 #include <ostream>
9 #include "L1TopoEvent/cTauTOB.h"
10 
11 #include "AthenaKernel/CLASS_DEF.h"
12 
13 
14 namespace GlobalSim {
15 
17  public TCS::DataArrayImpl<TCS::cTauTOB> {
18  public:
19 
20  cTauTOBArray(const std::string & name, unsigned int reserve);
21 
22  virtual unsigned int size() const {
24  }
25 
26  private:
27  virtual void print(std::ostream&) const;
28  };
29 }
30 
31 CLASS_DEF( GlobalSim::cTauTOBArray , 239876180 , 1 )
32 
33 #endif
GlobalSim::cTauTOBArray
Definition: Global/GlobalSimulation/src/IO/cTauTOBArray.h:17
InputTOBArray.h
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
TCS::DataArrayImpl
Definition: DataArrayImpl.h:13
cTauTOB.h
TCS::InputTOBArray
Definition: InputTOBArray.h:15
DataArrayImpl.h
GlobalSim::cTauTOBArray::print
virtual void print(std::ostream &) const
Definition: Global/GlobalSimulation/src/IO/cTauTOBArray.cxx:15
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
GlobalSim::cTauTOBArray::cTauTOBArray
cTauTOBArray(const std::string &name, unsigned int reserve)
Definition: Global/GlobalSimulation/src/IO/cTauTOBArray.cxx:8
CLASS_DEF.h
macros to associate a CLID to a type
GlobalSim::cTauTOBArray::size
virtual unsigned int size() const
Definition: Global/GlobalSimulation/src/IO/cTauTOBArray.h:22