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
StSpinPool
StChargedPionAnalysisMaker
StChargedPionVertex.h
1
#ifndef ST_CHARGED_PION_VERTEX_HH
2
#define ST_CHARGED_PION_VERTEX_HH
3
4
// $Id: StChargedPionVertex.h,v 1.4 2012/11/09 03:31:34 perev Exp $
5
6
#include "TVector3.h"
7
8
class
StChargedPionVertex
:
public
TVector3 {
9
public
:
10
StChargedPionVertex
();
11
virtual
~
StChargedPionVertex
();
12
13
float
ranking() {
return
mRanking; }
14
15
void
setRanking(
float
a) { mRanking = a; }
16
17
private
:
18
Float_t mRanking;
19
20
ClassDef(
StChargedPionVertex
, 1)
21
};
22
23
#endif
24
25
/*****************************************************************************
26
* $Log: StChargedPionVertex.h,v $
27
* Revision 1.4 2012/11/09 03:31:34 perev
28
* Cleanup
29
*
30
* Revision 1.3 2008/12/29 15:58:31 kocolosk
31
* removed commented code and added $Id: StChargedPionVertex.h,v 1.4 2012/11/09 03:31:34 perev Exp $/$Log: StChargedPionVertex.h,v $
32
* removed commented code and added $Id$/Revision 1.4 2012/11/09 03:31:34 perev
33
* removed commented code and added $Id$/Cleanup
34
* removed commented code and added $Id$/ as needed
35
*
36
*****************************************************************************/
StChargedPionVertex
Definition:
StChargedPionVertex.h:8
Generated by
1.8.5