StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StjFourVecCut.h
1 // -*- mode: c++;-*-
2 // $Id: StjFourVecCut.h,v 1.1 2008/11/27 07:29:49 tai Exp $
3 // Copyright (C) 2008 Tai Sakuma <sakuma@bnl.gov>
4 #ifndef STJFOURVECCUT_H
5 #define STJFOURVECCUT_H
6 
7 #include <TObject.h>
8 
9 #include "StjFourVecList.h"
10 
11 class StjFourVecCut : public TObject {
12 
13 public:
14  StjFourVecCut() { }
15  virtual ~StjFourVecCut() { }
16 
17  virtual bool operator()(const StjFourVec& p4) = 0;
18 
19 private:
20 
21  ClassDef(StjFourVecCut, 1)
22 
23 };
24 
25 #endif // STJFOURVECCUT_H