73 std::cout <<
"DTConfigPedestals::getOffset :" << std::endl;
74 std::cout <<
"\t# of counts (BX): " << nc <<
" fine corr (ns) : " <<
ph << std::endl;
77 std::cout <<
"enabled. t0i for wire " <<
wire <<
" : " << t0mean << std::endl;
87 std::cout <<
"******************************************************************************" << std::endl;
88 std::cout <<
"* DT ConfigPedestals *" << std::endl;
89 std::cout <<
"******************************************************************************" << std::endl;
94 for (
int wh = -2; wh <= 2; ++wh) {
96 for (
int st = 1; st <= 4; ++st) {
97 if (
sec > 12 && st != 4)
105 std::cout << chId <<
"\t# counts (BX) : " << ncount <<
"\tfine adj : " << fine << std::endl;
110 std::cout <<
"******************************************************************************" << std::endl;
DTConfigPedestals()
Default Constructor.
DTTPGParameters const * my_tpgParams
void setES(DTTPGParameters const *tpgParams, DTT0 const *t0Params=nullptr)
Set parameters from ES.
int get(int wheelId, int stationId, int sectorId, int &nc, float &ph, DTTimeUnits::type unit) const
get content
bool useT0() const
Use t0i.
void print() const
Print the setup.
float getOffset(const DTWireId &wire) const
Get wire by wire delay.
int get(int wheelId, int stationId, int sectorId, int slId, int layerId, int cellId, float &t0mean, float &t0rms, DTTimeUnits::type unit) const
int debug() const
Debug flag.
~DTConfigPedestals() override
Destructor.