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
jets
StjJetCutTrgBJP.h
1
// -*- mode: c++;-*-
2
// $Id: StjJetCutTrgBJP.h,v 1.1 2008/09/12 00:32:54 tai Exp $
3
// Copyright (C) 2008 Tai Sakuma <sakuma@bnl.gov>
4
#ifndef STJJETCUTTRGBJP_H
5
#define STJJETCUTTRGBJP_H
6
7
#include "StjJetCut.h"
8
9
#include "StjFourVecListCut.h"
10
11
class
StjTrg
;
12
class
StjTrgBEMCJetPatchTowerIdMap
;
13
14
class
StjJetCutTrgBJP
:
public
StjJetCut
{
15
16
public
:
17
StjJetCutTrgBJP
(
StjTrg
* trg,
StjTrgBEMCJetPatchTowerIdMap
* jetPatchTowerMap);
18
virtual
~
StjJetCutTrgBJP
() { }
19
20
bool
operator()(
const
StjJet
& jet);
21
22
private
:
23
24
StjTrg
* _trg;
25
StjFourVecListCut
_fourVecListCut;
26
27
ClassDef(
StjJetCutTrgBJP
, 1)
28
29
};
30
31
#endif // STJJETCUTTRGBJP_H
StjJet
Definition:
StjJetList.h:15
StjTrg
Definition:
StjTrg.h:11
StjFourVecListCut
Definition:
StjFourVecListCut.h:13
StjTrgBEMCJetPatchTowerIdMap
Definition:
StjTrgBEMCJetPatchTowerIdMap.h:9
StjJetCut
Definition:
StjJetCut.h:11
StjJetCutTrgBJP
Definition:
StjJetCutTrgBJP.h:14
Generated by
1.8.5