#include <FTSCAHitsV.h>
Definition at line 124 of file FTSCAHitsV.h.
FTSCAHitsV::FTSCAHitsV |
( |
const FTSCAHits & |
hits | ) |
|
|
inline |
Definition at line 327 of file FTSCAHitsV.h.
References fElement, i, FTSCAHits::NStations(), and FTSCAHits::OnStation().
333 for(
unsigned int iH = 0; iH < hs.size(); iH += float_v::Size ) {
334 float_m valid =
static_cast<float_m
>(uint_v::IndexesFromZero() < uint_v(hs.size() - iH) );
FTSCAElementsOnStation< T > & OnStation(char i)
vector< FTSCAElementsOnStation< T > > fElement
FTSCAHitsV::FTSCAHitsV |
( |
int |
nSta | ) |
|
|
inline |
Definition at line 135 of file FTSCAHitsV.h.
References fElement, and i.
137 for(
int i = 0;
i < nSta; ++
i )
vector< FTSCAElementsOnStation< T > > fElement
void FTSCAHitsV::Add |
( |
const T & |
hit | ) |
|
|
inline |
Definition at line 146 of file FTSCAHitsV.h.
References fElement, and FTSCAHitV::IStation().
147 const int iSta =
hit.IStation();
vector< FTSCAElementsOnStation< T > > fElement
int hit(Int_t nEvents=0, TString inFile="sim.root", TString parFile="par.root", TString inDigi="digi.root", TString outFile="hit.root", Int_t timeBased=0)
void FTSCAHitsV::Clean |
( |
| ) |
|
|
inline |
int FTSCAHitsV::NStations |
( |
| ) |
const |
|
inline |
T& FTSCAHitsV::operator[] |
( |
TES |
i | ) |
|
|
inline |
const T& FTSCAHitsV::operator[] |
( |
TES |
i | ) |
const |
|
inline |
The documentation for this class was generated from the following file: