StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StJetMaker
trigger
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
StjTrgSoft
Definition:
StjTrgSoft.h:12
StjTrgSoftPass
Definition:
StjTrgSoftPass.h:9
Generated by
1.8.5