|
ATLAS Offline Software
|
Go to the documentation of this file.
14 #ifndef LARDIGITSACCUMULATOR
15 #define LARDIGITSACCUMULATOR
18 #include "GaudiKernel/ToolHandle.h"
Class of intermediate accumulations.
bool m_isSC
Tells you wether you run on SuperCells or Cells.
unsigned int m_nStepTrigger
Number of steps.
std::vector< uint64_t > m_samplesum
LArDigitsAccumulator(const std::string &name, ISvcLocator *pSvcLocator)
std::vector< std::string > m_keylist
list of key for input digit container (=gain)
std::vector< uint64_t > m_matrix
std::string m_AccuDigitContainerName
LArAccumulatedDigitContainer name.
const LArOnlineID_Base * m_onlineHelper
unsigned int m_NtriggersPerStep
Number of triggers per step.
std::vector< LArAccumulatedDigit * > ACCUMDIGIT_VEC
unsigned int m_event_counter
Event counter.
::StatusCode StatusCode
StatusCode definition for legacy code.
Helper for the Liquid Argon Calorimeter cell identifiers.
double m_DropPercentTrig
Percentage of the used triggers that we will skip over at the end, in order ot ensure that the accumu...
std::vector< LArAccumulated > m_Accumulated
Vector (index=hash ID) of accumulation quantities.
Emulator of DSP code in accumulation pedestal mode.