StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StjTrgSoftPass.h
1 // -*- mode: c++;-*-
2 // $Id: StjTrgSoftPass.h,v 1.1 2008/08/18 08:51:00 tai Exp $
3 // Copyright (C) 2008 Tai Sakuma <sakuma@bnl.gov>
4 #ifndef STJTRGSOFTPASS_H
5 #define STJTRGSOFTPASS_H
6 
7 #include "StjTrgSoft.h"
8 
9 class StjTrgSoftPass : public StjTrgSoft {
10 
11 public:
12  StjTrgSoftPass() { }
13  virtual ~StjTrgSoftPass() { }
14 
15  bool soft() { return true; }
16 
17 private:
18 
19  ClassDef(StjTrgSoftPass, 1)
20 
21 };
22 
23 #endif // STJTRGSOFTPASS_H