![]() |
Project
|
#include <TurnOnHistos.h>
Public Member Functions | |
TurnOnHistos ()=default | |
Constructor. | |
TurnOnHistos & | operator= (const TurnOnHistos &other)=default |
~TurnOnHistos ()=default | |
Destructor. | |
void | merge (TurnOnHistos &other) |
Merge statistics in two containers. | |
void | fillTotSp (short ddl, float e) |
Fill spectum of all clusters. | |
void | fillFiredSp (short ddl, float e) |
Fill spectum of clusters fired trigger. | |
void | fillFiredMap (const std::bitset< NCHANNELS > &bs) |
Collects entries in good map. | |
void | fillNoisyMap (const std::bitset< NCHANNELS > &bs) |
Collects entries in noisy map. | |
const std::array< float, Npt > & | getTotSpectrum (short ddl) const |
const std::array< float, Npt > & | getTrSpectrum (short ddl) const |
const std::array< float, NCHANNELS > & | getGoodMap () const |
const std::array< float, NCHANNELS > & | getNoisyMap () const |
Static Public Attributes | |
static constexpr short | NCHANNELS = 3136 |
Number of trigger channels. | |
static constexpr short | NDDL = 14 |
Number of DDLs. | |
static constexpr short | Npt = 200 |
Number of bins in pt distribution. | |
static constexpr float | dpt = 0.1 |
bin width | |
Definition at line 32 of file TurnOnHistos.h.
|
default |
Constructor.
|
default |
Destructor.
Collects entries in good map.
bitset | with channels fired in event |
Definition at line 77 of file TurnOnHistos.h.
Fill spectum of clusters fired trigger.
ddl | ddl ID |
e | cluster energy |
Definition at line 67 of file TurnOnHistos.h.
Collects entries in noisy map.
bitset | with channels fired in event |
Definition at line 88 of file TurnOnHistos.h.
Fill spectum of all clusters.
ddl | ddl ID |
e | cluster energy |
Definition at line 56 of file TurnOnHistos.h.
|
inline |
Definition at line 100 of file TurnOnHistos.h.
|
inline |
Definition at line 101 of file TurnOnHistos.h.
Definition at line 98 of file TurnOnHistos.h.
Definition at line 99 of file TurnOnHistos.h.
void TurnOnHistos::merge | ( | TurnOnHistos & | other | ) |
Merge statistics in two containers.
other | Another container to be added to current |
Definition at line 16 of file TurnOnHistos.cxx.
|
default |
|
staticconstexpr |
bin width
Definition at line 39 of file TurnOnHistos.h.
|
staticconstexpr |
Number of trigger channels.
Definition at line 36 of file TurnOnHistos.h.
|
staticconstexpr |
Number of DDLs.
Definition at line 37 of file TurnOnHistos.h.
|
staticconstexpr |
Number of bins in pt distribution.
Definition at line 38 of file TurnOnHistos.h.