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
StSstWaferHitCollection.h
1
5
/***************************************************************************
6
*
7
* $Id: StSstWaferHitCollection.h,v 2.1 2015/05/13 16:50:59 ullrich Exp $
8
*
9
* Author: Jonathan Bouchet, Thomas Ullrich, May 2015
10
***************************************************************************
11
*
12
* Description:
13
*
14
***************************************************************************
15
*
16
* $Log: StSstWaferHitCollection.h,v $
17
* Revision 2.1 2015/05/13 16:50:59 ullrich
18
* Initial Revision.
19
*
20
**************************************************************************/
21
#ifndef StSstWaferHitCollection_hh
22
#define StSstWaferHitCollection_hh
23
24
#include "StObject.h"
25
#include "StContainers.h"
26
27
class
StSstHit
;
28
29
class
StSstWaferHitCollection
:
public
StObject
{
30
public
:
31
StSstWaferHitCollection
();
32
// StSstWaferHitCollection(const StSstWaferHitCollection&); use default
33
// const StSstWaferHitCollection&
34
// operator=(const StSstWaferHitCollection&); use default
35
~
StSstWaferHitCollection
();
36
37
StSPtrVecSstHit& hits();
38
const
StSPtrVecSstHit& hits()
const
;
39
40
private
:
41
StSPtrVecSstHit mHits;
42
43
ClassDef(
StSstWaferHitCollection
,1)
44
};
45
#endif
StObject
Definition:
StObject.h:54
StSstHit
Definition:
StSstHit.h:34
StSstWaferHitCollection
Definition:
StSstWaferHitCollection.h:29
Generated by
1.8.5