00001 // -*- mode: c++;-*- 00002 // $Id: StjTrgSoftPass.h,v 1.1 2008/08/18 08:51:00 tai Exp $ 00003 // Copyright (C) 2008 Tai Sakuma <sakuma@bnl.gov> 00004 #ifndef STJTRGSOFTPASS_H 00005 #define STJTRGSOFTPASS_H 00006 00007 #include "StjTrgSoft.h" 00008 00009 class StjTrgSoftPass : public StjTrgSoft { 00010 00011 public: 00012 StjTrgSoftPass() { } 00013 virtual ~StjTrgSoftPass() { } 00014 00015 bool soft() { return true; } 00016 00017 private: 00018 00019 ClassDef(StjTrgSoftPass, 1) 00020 00021 }; 00022 00023 #endif // STJTRGSOFTPASS_H
1.5.9