Readout digi for HGC. More...
#include <FTLDataFrameT.h>
Public Types | |
typedef D | key_type |
key to sort the collection More... | |
Public Member Functions | |
const int | column () const |
column More... | |
FTLDataFrameT () | |
CTOR. More... | |
FTLDataFrameT (const D &id) | |
FTLDataFrameT (const FTLDataFrameT &o) | |
const D & | id () const |
det id More... | |
const S & | operator[] (int i) const |
assess/set specific samples More... | |
void | print (std::ostream &out=std::cout) |
void | resize (size_t s) |
allow to set size More... | |
const int | row () const |
row More... | |
const S & | sample (int i) const |
void | setSample (int i, const S &sample) |
int | size () const |
total number of samples in the digi More... | |
Private Attributes | |
std::vector< S > | data_ |
D | id_ |
size_t | maxSampleSize_ |
Readout digi for HGC.
Definition at line 14 of file FTLDataFrameT.h.
typedef D FTLDataFrameT< D, S, DECODE >::key_type |
key to sort the collection
Definition at line 19 of file FTLDataFrameT.h.
|
inline |
CTOR.
Definition at line 24 of file FTLDataFrameT.h.
References FTLDataFrameT< D, S, DECODE >::data_, and FTLDataFrameT< D, S, DECODE >::maxSampleSize_.
|
inline |
Definition at line 25 of file FTLDataFrameT.h.
References FTLDataFrameT< D, S, DECODE >::data_, and FTLDataFrameT< D, S, DECODE >::maxSampleSize_.
|
inline |
Definition at line 26 of file FTLDataFrameT.h.
|
inline |
column
Definition at line 41 of file FTLDataFrameT.h.
References cuy::col, FTLDataFrameT< D, S, DECODE >::data_, and FTLDataFrameT< D, S, DECODE >::id_.
Referenced by ETLUncalibRecHitAlgo::makeRecHit(), and BTLUncalibRecHitAlgo::makeRecHit().
|
inline |
det id
Definition at line 31 of file FTLDataFrameT.h.
References FTLDataFrameT< D, S, DECODE >::id_.
Referenced by ETLUncalibRecHitAlgo::makeRecHit(), BTLUncalibRecHitAlgo::makeRecHit(), BTLElectronicsSim::updateOutput(), and ETLElectronicsSim::updateOutput().
|
inline |
assess/set specific samples
Definition at line 56 of file FTLDataFrameT.h.
References FTLDataFrameT< D, S, DECODE >::data_, and mps_fire::i.
|
inline |
Definition at line 62 of file FTLDataFrameT.h.
References FTLDataFrameT< D, S, DECODE >::data_, mps_fire::i, and MillePedeFileConverter_cfg::out.
Referenced by BTLElectronicsSim::runTrivialShaper(), and ETLElectronicsSim::runTrivialShaper().
|
inline |
allow to set size
Definition at line 51 of file FTLDataFrameT.h.
References FTLDataFrameT< D, S, DECODE >::data_, and alignCSCRings::s.
Referenced by BTLElectronicsSim::updateOutput(), and ETLElectronicsSim::updateOutput().
|
inline |
row
Definition at line 36 of file FTLDataFrameT.h.
References FTLDataFrameT< D, S, DECODE >::data_, and FTLDataFrameT< D, S, DECODE >::id_.
Referenced by ETLUncalibRecHitAlgo::makeRecHit(), and BTLUncalibRecHitAlgo::makeRecHit().
|
inline |
Definition at line 57 of file FTLDataFrameT.h.
References FTLDataFrameT< D, S, DECODE >::data_, and mps_fire::i.
Referenced by ETLUncalibRecHitAlgo::makeRecHit(), BTLUncalibRecHitAlgo::makeRecHit(), and FTLDataFrameT< D, S, DECODE >::setSample().
|
inline |
Definition at line 58 of file FTLDataFrameT.h.
References FTLDataFrameT< D, S, DECODE >::data_, mps_fire::i, and FTLDataFrameT< D, S, DECODE >::sample().
Referenced by BTLElectronicsSim::runTrivialShaper(), and ETLElectronicsSim::runTrivialShaper().
|
inline |
total number of samples in the digi
Definition at line 46 of file FTLDataFrameT.h.
References FTLDataFrameT< D, S, DECODE >::data_.
Referenced by ntupleDataFormat._Collection::__iter__(), ntupleDataFormat._Collection::__len__(), and ETLElectronicsSim::updateOutput().
|
private |
Definition at line 71 of file FTLDataFrameT.h.
Referenced by FTLDataFrameT< D, S, DECODE >::column(), FTLDataFrameT< D, S, DECODE >::FTLDataFrameT(), FTLDataFrameT< D, S, DECODE >::operator[](), FTLDataFrameT< D, S, DECODE >::print(), FTLDataFrameT< D, S, DECODE >::resize(), FTLDataFrameT< D, S, DECODE >::row(), FTLDataFrameT< D, S, DECODE >::sample(), FTLDataFrameT< D, S, DECODE >::setSample(), and FTLDataFrameT< D, S, DECODE >::size().
|
private |
Definition at line 74 of file FTLDataFrameT.h.
Referenced by FTLDataFrameT< D, S, DECODE >::column(), FTLDataFrameT< D, S, DECODE >::id(), and FTLDataFrameT< D, S, DECODE >::row().
|
private |
Definition at line 77 of file FTLDataFrameT.h.
Referenced by FTLDataFrameT< D, S, DECODE >::FTLDataFrameT().