ATLAS Offline Software
|
#include "CscDigitToCscRDOTool.h"
#include <cassert>
#include <cmath>
#include "AthenaKernel/RNGWrapper.h"
#include "CLHEP/Random/RandFlat.h"
#include "CLHEP/Random/RandGaussZiggurat.h"
#include "CLHEP/Random/RandomEngine.h"
#include "CscRODReadOut.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/StatusCode.h"
#include "MuonDigitContainer/CscDigit.h"
#include "MuonDigitContainer/CscDigitCollection.h"
#include "MuonDigitContainer/CscDigitContainer.h"
Go to the source code of this file.
Variables | |
const uint16_t | MAX_AMPL = 4095 |
const uint16_t MAX_AMPL = 4095 |
Definition at line 21 of file CscDigitToCscRDOTool.cxx.