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
StFgtHitCollection.cxx
1
/***************************************************************************
2
*
3
* $Id: StFgtHitCollection.cxx,v 2.1 2012/04/16 20:20:49 ullrich Exp $
4
* Author: S. Gliske, Oct 2011
5
*
6
***************************************************************************
7
*
8
* Description: See header file.
9
*
10
***************************************************************************
11
*
12
* $Log: StFgtHitCollection.cxx,v $
13
* Revision 2.1 2012/04/16 20:20:49 ullrich
14
* Initial Revision
15
*
16
*
17
**************************************************************************/
18
19
#include "StContainers.h"
20
#include "StFgtHit.h"
21
#include "StFgtHitCollection.h"
22
23
// deconstructor
24
StFgtHitCollection::~StFgtHitCollection() {
25
// nothing to do
26
}
27
28
void
StFgtHitCollection::Clear( Option_t *opt ){
29
30
// no need to delete the objects in mStripVec, is done within its
31
// clear function.
32
33
// clear the vector
34
mHitVec.clear();
35
}
36
37
ClassImp(
StFgtHitCollection
);
StFgtHitCollection
Definition:
StFgtHitCollection.h:29
Generated by
1.8.5