Last change
on this file since f9aeea6 was 341014c, checked in by Pavel Demin <pavel-demin@…>, 6 years ago |
apply .clang-format to all .h, .cc and .cpp files
|
-
Property mode
set to
100644
|
File size:
242 bytes
|
Rev | Line | |
---|
[d7d2da3] | 1 | #ifndef ExRootClassifier_h
|
---|
| 2 | #define ExRootClassifier_h
|
---|
| 3 |
|
---|
| 4 | #include <Rtypes.h>
|
---|
| 5 |
|
---|
| 6 | class TObject;
|
---|
| 7 |
|
---|
| 8 | class ExRootClassifier
|
---|
| 9 | {
|
---|
| 10 | public:
|
---|
| 11 | virtual ~ExRootClassifier() {}
|
---|
| 12 | virtual Int_t GetCategory(TObject *object) = 0;
|
---|
| 13 | };
|
---|
| 14 |
|
---|
| 15 | #endif /* ExRootClassifier */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.