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
tracks
StjTrackCut.h
1
// -*- mode: c++;-*-
2
// $Id: StjTrackCut.h,v 1.2 2010/04/13 13:30:51 pibero Exp $
3
// Copyright (C) 2008 Tai Sakuma <sakuma@bnl.gov>
4
#ifndef STJTRACKCUT_H
5
#define STJTRACKCUT_H
6
7
#include <TObject.h>
8
9
#include "StjTrackList.h"
10
11
class
StjTrackCut
:
public
TObject {
12
13
public
:
14
StjTrackCut
() { }
15
virtual
~
StjTrackCut
() { }
16
17
virtual
bool
operator()(
const
StjTrack
&
track
)
const
= 0;
18
19
ClassDef(
StjTrackCut
, 1)
20
21
};
22
23
#endif // STJTRACKCUT_H
track
Definition:
MapTableTest.C:38
StjTrackCut
Definition:
StjTrackCut.h:11
StjTrack
Definition:
StjTrackList.h:12
Generated by
1.8.5