source: HiSusy/trunk/Delphes-3.0.0/external/ExRootAnalysis/ExRootClassifier.h @ 1

Last change on this file since 1 was 1, checked in by zerwas, 11 years ago

first import of structure, PYTHIA8 and DELPHES

File size: 244 bytes
Line 
1#ifndef ExRootClassifier_h
2#define ExRootClassifier_h
3
4#include <Rtypes.h>
5
6class TObject;
7
8class ExRootClassifier
9{
10public:
11  virtual ~ExRootClassifier() {}
12  virtual Int_t GetCategory(TObject *object) = 0;
13
14};
15
16#endif /* ExRootClassifier */
17
Note: See TracBrowser for help on using the repository browser.