ATLAS Offline Software
Loading...
Searching...
No Matches
InputTOBArray.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4// InputTOBArray.h
5// TopoCore
6// Created by Joerg Stelzer on 11/17/12.
7
8#ifndef __TopoCore__InputTOBArray__
9#define __TopoCore__InputTOBArray__
10
11#include <iostream>
13
14namespace TCS {
15 class InputTOBArray : public DataArray {
16 public:
17 // constructor
18 InputTOBArray(const std::string & name) :
20 {}
21
22 virtual unsigned int size() const = 0;
23
24
25 private:
26 };
27
28}
29
30#endif
const std::string & name() const
Definition DataArray.h:20
DataArray(const std::string &name)
Definition DataArray.h:15
InputTOBArray(const std::string &name)
virtual unsigned int size() const =0