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
StEvent
StTpcPadrowHitCollection.h
1
5
/***************************************************************************
6
*
7
* $Id: StTpcPadrowHitCollection.h,v 2.3 2002/02/22 22:56:52 jeromel Exp $
8
*
9
* Author: Thomas Ullrich, July 1999
10
***************************************************************************
11
*
12
* Description:
13
*
14
***************************************************************************
15
*
16
* $Log: StTpcPadrowHitCollection.h,v $
17
* Revision 2.3 2002/02/22 22:56:52 jeromel
18
* Doxygen basic documentation in all header files. None of this is required
19
* for QM production.
20
*
21
* Revision 2.2 1999/10/28 22:27:15 ullrich
22
* Adapted new StArray version. First version to compile on Linux and Sun.
23
*
24
* Revision 2.1 1999/10/13 19:44:02 ullrich
25
* Initial Revision
26
*
27
**************************************************************************/
28
#ifndef StTpcPadrowHitCollection_hh
29
#define StTpcPadrowHitCollection_hh
30
31
#include "StObject.h"
32
#include "StContainers.h"
33
34
class
StTpcHit
;
35
36
class
StTpcPadrowHitCollection
:
public
StObject
{
37
public
:
38
StTpcPadrowHitCollection
();
39
~
StTpcPadrowHitCollection
();
40
// StTpcPadrowHitCollection(const StTpcPadrowHitCollection&); use default
41
// const StTpcPadrowHitCollection&
42
// operator=(const StTpcPadrowHitCollection&); use default
43
44
StSPtrVecTpcHit& hits();
45
const
StSPtrVecTpcHit& hits()
const
;
46
47
private
:
48
StSPtrVecTpcHit mHits;
49
50
ClassDef(
StTpcPadrowHitCollection
,1)
51
};
52
#endif
StTpcPadrowHitCollection
Definition:
StTpcPadrowHitCollection.h:36
StTpcHit
Definition:
StTpcHit.h:119
StObject
Definition:
StObject.h:54
Generated by
1.8.5