#include <PndCAHits.h>
Definition at line 103 of file PndCAHits.h.
PndCAHits::PndCAHits |
( |
int |
nSta, |
|
|
int |
nHitsPerStation = 1 |
|
) |
| |
|
inline |
Definition at line 114 of file PndCAHits.h.
References fElement, and i.
116 for(
int i = 0;
i < nSta; ++
i ) {
vector< PndCAElementsOnStation< T > > fElement
void PndCAHits::Add |
( |
const T & |
hit | ) |
|
|
inline |
Definition at line 127 of file PndCAHits.h.
References fElement, and PndCAHit::IStation().
128 const int iSta =
hit.IStation();
vector< PndCAElementsOnStation< 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 PndCAHits::Clean |
( |
| ) |
|
|
inline |
char PndCAHits::NStations |
( |
| ) |
const |
|
inline |
Definition at line 125 of file PndCAHits.h.
References fElement.
vector< PndCAElementsOnStation< T > > fElement
Definition at line 108 of file PndCAHits.h.
References fElement, and i.
vector< PndCAElementsOnStation< T > > fElement
Definition at line 110 of file PndCAHits.h.
References fElement, and i.
vector< PndCAElementsOnStation< T > > fElement
Definition at line 111 of file PndCAHits.h.
References fElement, and i.
vector< PndCAElementsOnStation< T > > fElement
const T& PndCAHits::operator[] |
( |
PndCATES |
i | ) |
const |
|
inline |
Definition at line 132 of file PndCAHits.h.
References fElement, hits, and i.
133 for(
unsigned int i = 0;
i <
fElement.size(); ++
i ) {
135 std::sort( hits.begin(), hits.end() );
vector< PndCAElementsOnStation< T > > fElement
The documentation for this class was generated from the following file: