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
mudst
StjSpinMuDst.h
1
// -*- mode: c++;-*-
2
// $Id: StjSpinMuDst.h,v 1.1 2008/11/05 05:48:20 tai Exp $
3
// Copyright (C) 2008 Tai Sakuma <sakuma@bnl.gov>
4
#ifndef STJSPINMUDST_H
5
#define STJSPINMUDST_H
6
7
#include <StjSpin.h>
8
9
class
StMuDstMaker
;
10
11
class
StjSpinMuDst
:
public
StjSpin
{
12
13
public
:
14
StjSpinMuDst
(
StMuDstMaker
* uDstMaker)
15
: _uDstMaker(uDstMaker) { }
16
virtual
~
StjSpinMuDst
() { }
17
18
int
runNumber();
19
int
eventId();
20
int
bx7();
21
int
bx48();
22
int
spin4();
23
int
bbcTimebin();
24
double
vertexZ();
25
26
private
:
27
28
StMuDstMaker
* _uDstMaker;
29
30
ClassDef(
StjSpinMuDst
, 1)
31
32
};
33
34
#endif // STJSPINMUDST_H
StMuDstMaker
Definition:
StMuDstMaker.h:131
StjSpinMuDst
Definition:
StjSpinMuDst.h:11
StjSpin
Definition:
StjSpin.h:9
Generated by
1.8.5