Go to the documentation of this file.
42 , mother_ID(_mother_ID)
53 , isReconstructable(0)
86 for (
unsigned int iP = 0; iP <
Points.size(); iP++) {
88 for (
unsigned int iH = 0; iH < point->
hitIds.size(); iH++) {
89 const int iih = point->
hitIds[iH];
108 for (
unsigned int iP = 0; iP <
Points.size(); iP++) {
118 int nPoints =
Points.size();
120 int istaold = -1, ncont = 0;
121 for (
int ih = 0; ih < nPoints; ih++) {
123 int ista =
h.iStation;
124 if (ista - istaold == 1)
126 else if (ista - istaold > 1) {
130 if (ista <= istaold)
continue;
142 int istaold = -1, ncont = 0;
144 for (
int ih = 0; ih < nhits; ih++) {
147 int ista = (*algo->
vSFlag)[
h.f] / 4;
149 if (ista - istaold == 1)
151 else if (ista - istaold > 1) {
162 if (ista == istaold)
continue;
177 int cur_maxNStaHits = 0;
178 for (
unsigned int iH = 0; iH <
StsHits.size(); iH++) {
207 int cur_maxNStaMC = 0, cur_maxNSensorMC = 0;
208 for (
unsigned int iH = 0; iH <
Points.size(); iH++) {
223 cur_maxNSensorMC = 1;
const vector< L1StsHit > * vStsHits
Generates beam ions for transport simulation.
friend F32vec4 sqrt(const F32vec4 &a)
void CalculateMaxNStaMC()
static CbmL1 * Instance()
void CalculateIsReconstructable()
const double MinRecoMom
Performance constants.
const vector< unsigned char > * vSFlag
friend F32vec4 fabs(const F32vec4 &a)
vector< int > vMCPoints_in_Time_Slice
void CalculateMaxNStaHits()
vector< CbmL1MCPoint > vMCPoints
vector< CbmL1HitStore > vHitStore
const double MinNStations