|
ATLAS Offline Software
|
Go to the documentation of this file.
13 ISvcLocator* pSvcLocator) :
35 return StatusCode::SUCCESS;
54 std::string
name = scintraw->getDetectorName();
70 scint->
setSignal(1.*scintraw->getADCSignal());
73 ATH_MSG_DEBUG (
name <<
" ADC=" << scintraw->getADCSignal() <<
" TDC="<<scintraw->getTDCSignal()<<
" ADCOf=" << scintraw->isADCOverflow()<<
" TDCOf=" << scintraw->isTDCOverflow());
84 if (
sc.isFailure( ) ) {
89 if (
sc.isFailure( ) ) {
90 setFilterPassed(
false);
92 setFilterPassed(
true);
95 return StatusCode::SUCCESS;
104 return StatusCode::SUCCESS;
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
std::vector< float > m_scint_ped
std::string m_SGrecordkey
virtual void setSignalOverflow(bool signal_overflow)
TBScintillatorRec(const std::string &name, ISvcLocator *pSvcLocator)
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
virtual void setDetectorName(const std::string &tbBeamDetectorName)
std::vector< float > m_scint_timecalib
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode finalize() override
virtual void setSignal(float theSignal)
value_type push_back(value_type pElem)
Add an element to the end of the collection.
std::vector< std::string > m_scint_names
virtual void setTimeOverflow(bool time_overflow)
virtual ~TBScintillatorRec()
virtual StatusCode execute() override
virtual StatusCode initialize() override
virtual void setTimeSignal(float theSignal)