#include <DAQQuickClustering_module.h>
ClusterHitsInTime::ClusterHitsInTime |
( |
double |
TimeWindow | ) |
|
|
inline |
Definition at line 3 of file DAQQuickClustering_module.cc.
12 for(
unsigned int i = 0; i <
fHitVector.size()-1; i++)
16 std::vector<recoHit> vec_TempHits;
27 vec_TempHits.push_back(
fHitVector.at(i + timeCount + 1));
Cluster finding and building.
std::vector< cluster > fVecClusters
std::vector< recoHit > fHitVector
int ClusterHitsInTime::getNClusters |
( |
| ) |
const |
|
inline |
double ClusterHitsInTime::GetTimeWindow |
( |
| ) |
const |
|
inline |
void ClusterHitsInTime::SetTimeWindow |
( |
double |
inTimeWindow = 1 | ) |
|
|
inline |
int ClusterHitsInTime::fNClusters = 0 |
|
private |
double ClusterHitsInTime::fTimeWindow = 0 |
|
private |
The documentation for this class was generated from the following files: