ATLAS Offline Software
Loading...
Searching...
No Matches
MyTestClass.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MYTESTCLASSES_H
6#define MYTESTCLASSES_H
7
9public:
10 MyTestClass():data( 0 ) {}
11 virtual ~MyTestClass() {}
12 int data;
13};
14
15#endif
virtual ~MyTestClass()
Definition MyTestClass.h:11