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
StPmdClusterMaker
StPmdAbsClustering.cxx
1
/****************************************************
2
*
3
* $Id: StPmdAbsClustering.cxx,v 1.6 2007/04/26 04:09:53 perev Exp $
4
*
5
* Author: Subhasis Chattopadhyay
6
*
7
******************************************************
8
*
9
* Description: This is for Abstract PMD cluster Finder
10
*
11
******************************************************
12
*
13
* $Log: StPmdAbsClustering.cxx,v $
14
* Revision 1.6 2007/04/26 04:09:53 perev
15
* Remove StBFChain dependency
16
*
17
* Revision 1.5 2004/06/24 13:47:09 subhasis
18
* several changes in clustering code
19
*
20
* Revision 1.4 2003/09/02 17:58:48 perev
21
* gcc 3.2 updates + WarnOff
22
*
23
* Revision 1.3 2003/05/14 10:49:04 subhasis
24
* CPV clustering added
25
*
26
*
27
******************************************************/
28
29
#include<
Stiostream.h
>
30
#include<assert.h>
31
#include<math.h>
32
#include"TROOT.h"
33
#include<TRandom.h>
34
#include<TBrowser.h>
35
#include<TPad.h>
36
#include<StMessMgr.h>
37
#include<TFile.h>
38
39
40
#include <TTableSorter.h>
41
42
#include "StPmdUtil/StPmdHit.h"
43
#include "StPmdAbsClustering.h"
44
#include "StPmdClusterMaker.h"
45
46
47
48
ClassImp(
StPmdAbsClustering
)
49
50
//-----------------------------------
51
StPmdAbsClustering
::
StPmdAbsClustering
(
StPmdDetector
*pmd_det,
StPmdDetector
*cpv_det){
52
m_pmd_det=pmd_det;
53
m_cpv_det=cpv_det;
54
}
55
//------------------------------
56
StPmdAbsClustering::~StPmdAbsClustering()
57
{
58
}
59
//---------------------------------
60
StPmdAbsClustering
Definition:
StPmdAbsClustering.h:39
Stiostream.h
StPmdDetector
Definition:
StPmdDetector.h:28
Generated by
1.8.5