#include <T2TrackManager.h>
Definition at line 33 of file T2TrackManager.h.
◆ TrackVector
◆ Algorithm
◆ T2TrackManager()
◆ alternatingSplit()
| int T2TrackManager::alternatingSplit |
( |
int & | key | ) |
const |
|
private |
◆ orderedSplit()
| int T2TrackManager::orderedSplit |
( |
int & | key, |
|
|
int | nEntries ) const |
|
private |
◆ split()
Definition at line 35 of file T2TrackManager.cxx.
36{
37 int key = ctx.eventID().event_number() %2 -1;
39
40
41
42
43 std::vector<TrackVector> trackCollections(
m_nSplit);
44
45
46
47
48
49 for (auto&& track: cluster) {
50
51
52 int nPos = 0;
57
58
59 trackCollections[nPos].push_back(track);
60 }
61
62
63 return trackCollections;
64}
int alternatingSplit(int &key) const
int orderedSplit(int &key, int nEntries) const
◆ m_alg
◆ m_nSplit
| const int PESA::T2TrackManager::m_nSplit = 2 |
|
private |
The documentation for this class was generated from the following files: