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
StFgtPointCollection.cxx
1
/***************************************************************************
2
*
3
* $Id: StFgtPointCollection.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: StFgtPointCollection.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 "StFgtPoint.h"
21
#include "StFgtPointCollection.h"
22
23
// deconstructor
24
StFgtPointCollection::~StFgtPointCollection() {
25
// nothing to do
26
}
27
28
inline
void
StFgtPointCollection::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
mPointVec.clear();
35
}
36
37
ClassImp(
StFgtPointCollection
);
StFgtPointCollection
Definition:
StFgtPointCollection.h:28
Generated by
1.8.5