Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
#include "TBRec/CBNTAA_TBTPValidation.h"
|
| CBNTAA_TBTPValidation (const std::string &name, ISvcLocator *pSvcLocator) |
|
| ~CBNTAA_TBTPValidation () |
|
virtual StatusCode | CBNT_initialize () |
|
virtual StatusCode | CBNT_execute () |
|
virtual StatusCode | CBNT_finalize () |
|
virtual StatusCode | initialize () override |
|
virtual StatusCode | execute () override |
|
virtual StatusCode | finalize () override |
|
virtual StatusCode | pre_execute () |
|
virtual StatusCode | sysInitialize () override |
| Override sysInitialize. More...
|
|
virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. More...
|
|
ServiceHandle< StoreGateSvc > & | evtStore () |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | evtStore () const |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | detStore () const |
| The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
virtual StatusCode | sysStart () override |
| Handle START transition. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. More...
|
|
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
| Declare a new Gaudi property. More...
|
|
void | updateVHKA (Gaudi::Details::PropertyBase &) |
|
MsgStream & | msg () const |
|
MsgStream & | msg (const MSG::Level lvl) const |
|
bool | msgLvl (const MSG::Level lvl) const |
|
ntpl-dumper for all persistified TB classes.
- Author
- Iftach Sadeh
Definition at line 21 of file CBNTAA_TBTPValidation.h.
◆ signal_type_TBBPCCont
◆ StoreGateSvc_t
◆ anonymous enum
◆ CBNTAA_TBTPValidation()
CBNTAA_TBTPValidation::CBNTAA_TBTPValidation |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ ~CBNTAA_TBTPValidation()
CBNTAA_TBTPValidation::~CBNTAA_TBTPValidation |
( |
| ) |
|
◆ add_name()
std::string CBNTAA_TBTPValidation::add_name |
( |
const char * |
base, |
|
|
const std::string & |
extension |
|
) |
| |
|
private |
◆ addBranch() [1/3]
template<class T >
void CBNT_TBRecBase::addBranch |
( |
const std::string & |
branchname, |
|
|
T & |
obj, |
|
|
const std::string & |
leaflist |
|
) |
| |
|
inlineprotectedinherited |
◆ addBranch() [2/3]
template<class T >
void CBNT_TBRecBase::addBranch |
( |
const std::string & |
branchname, |
|
|
T *& |
obj |
|
) |
| |
|
inlineprotectedinherited |
◆ addBranch() [3/3]
template<class T >
void CBNT_TBRecBase::addBranch |
( |
const std::string & |
branchname, |
|
|
T *& |
obj, |
|
|
int |
bufferSize, |
|
|
int |
splitLevel |
|
) |
| |
|
inlineprotectedinherited |
◆ CBNT_clear()
StatusCode CBNTAA_TBTPValidation::CBNT_clear |
( |
| ) |
|
|
privatevirtual |
◆ CBNT_execute()
StatusCode CBNTAA_TBTPValidation::CBNT_execute |
( |
| ) |
|
|
virtual |
Reimplemented from CBNT_TBRecBase.
Definition at line 327 of file CBNTAA_TBTPValidation.cxx.
334 if (
sc.isFailure()) {
344 unsigned NtupleVectorIndex = 0;
346 (*m_adc)[NtupleVectorIndex] =
adc->
getADC();
347 (*m_tbDetectorName_TBADCRawCont)[NtupleVectorIndex] =
adc-> getDetectorName();
348 (*m_overflow_TBADCRawCont)[NtupleVectorIndex] =
adc-> isOverflow();
357 if (
sc.isFailure()) {
368 unsigned NtupleVectorIndex = 0;
369 for (
const TBTDCRaw* tdc : *tdcCont) {
370 (*m_tdc_raw)[NtupleVectorIndex] = tdc->
getTDC();
371 (*m_underThreshold_raw)[NtupleVectorIndex] = tdc-> isUnderThreshold();
372 (*m_tbDetectorName_TBTDCRawCont)[NtupleVectorIndex] = tdc-> getDetectorName();
373 (*m_overflow_TBTDCRawCont)[NtupleVectorIndex] = tdc-> isOverflow();
382 if (
sc.isFailure()) {
391 (*m_phase)[0] =
phase-> getPhase();
392 (*m_phaseind)[0] =
phase-> getPhaseind();
393 (*m_dTtoWAC)[0] =
phase-> getdTtoWACSigned();
401 if (
sc.isFailure()) {
416 (*m_ev_number)[0] =
EventInfo-> getEventNum();
417 (*m_ev_clock)[0] =
EventInfo-> getEventClock();
418 (*m_ev_type)[0] =
EventInfo-> getEventType();
419 (*m_run_num)[0] =
EventInfo-> getRunNum();
420 (*m_beam_moment)[0] =
EventInfo-> getBeamMomentum();
421 (*m_beam_part)[0] =
EventInfo-> getBeamParticle();
423 (*m_cryoAngle)[0] =
EventInfo-> getCryoAngle();
424 (*m_tableY)[0] =
EventInfo-> getTableY();
433 if (
sc.isFailure()) {
439 m_xPos ->resize(nBPCCont);
440 m_yPos ->resize(nBPCCont);
441 m_xErr ->resize(nBPCCont);
442 m_yErr ->resize(nBPCCont);
454 unsigned NtupleVectorIndex = 0;
455 for (
const TBBPC* bpc : *BPCCont) {
456 (*m_xPos)[NtupleVectorIndex] = bpc-> getXPos();
457 (*m_yPos)[NtupleVectorIndex] = bpc-> getYPos();
458 (*m_xErr)[NtupleVectorIndex] = bpc-> getXErr();
459 (*m_yErr)[NtupleVectorIndex] = bpc-> getYErr();
460 (*m_xPulse)[NtupleVectorIndex] = bpc-> getXPulse();
461 (*m_yPulse)[NtupleVectorIndex] = bpc-> getYPulse();
462 (*m_hitnumber)[NtupleVectorIndex] = bpc-> getHitNbr();
463 (*m_xPosOverflow)[NtupleVectorIndex] = bpc-> isXPosOverflow();
464 (*m_yPosOverflow)[NtupleVectorIndex] = bpc-> isYPosOverflow();
465 (*m_xPulseOverflow)[NtupleVectorIndex] = bpc-> isXPulseOverflow();
466 (*m_yPulseOverflow)[NtupleVectorIndex] = bpc-> isYPulseOverflow();
467 (*m_overflowSetFlag)[NtupleVectorIndex] =
false;
468 (*m_tbDetectorName_TBBPCCont)[NtupleVectorIndex] = bpc-> getDetectorName();
469 (*m_overflow_TBBPCCont)[NtupleVectorIndex] = bpc-> isOverflow();
479 if (
sc.isFailure()) {
486 m_gain->resize(nLArDigits);
491 unsigned NtupleVectorIndex = 0;
493 (*m_channelID)[NtupleVectorIndex] = larDigit->hardwareID().get_identifier32().get_compact() ;
494 (*m_gain)[NtupleVectorIndex] = (
unsigned char)larDigit->gain();
496 unsigned nM_samples = larDigit->nsamples();
497 (*m_nSamples)[NtupleVectorIndex] = nM_samples;
499 m_samples->assign (larDigit->samples().begin(),
500 larDigit->samples().end());
510 if (
sc.isFailure()) {
524 unsigned NtupleVectorIndex = 0;
527 for(;it_TBScintillatorCont!=last_TBScintillatorCont;++it_TBScintillatorCont,NtupleVectorIndex++) {
533 (*m_signal_scint)[NtupleVectorIndex] = scint-> getSignal();
534 (*m_time_signal_scint)[NtupleVectorIndex] = scint-> getTimeSignal();
535 (*m_signal_overflow_scint)[NtupleVectorIndex] = scint-> isSignalOverflow();
536 (*m_time_overflow_scint)[NtupleVectorIndex] = scint-> isTimeOverflow();
537 (*m_tbDetectorName_TBScintillatorCont)[NtupleVectorIndex] = scint-> getDetectorName();
538 (*m_overflow_TBScintillatorCont)[NtupleVectorIndex] = scint-> isOverflow();
548 if (
sc.isFailure()) {
564 unsigned NtupleVectorIndex = 0;
567 for(;it_TailCatcher!=last_TailCatcher;++it_TailCatcher,NtupleVectorIndex++) {
573 (*m_signal_tCatch)[NtupleVectorIndex] = scint-> getSignal();
574 (*m_time_signal_tCatch)[NtupleVectorIndex] = scint-> getTimeSignal();
575 (*m_signal_overflow_tCatch)[NtupleVectorIndex] = scint-> isSignalOverflow();
576 (*m_time_overflow_tCatch)[NtupleVectorIndex] = scint-> isTimeOverflow();
577 (*m_tbDetectorName_TBTailCatcher)[NtupleVectorIndex] = scint-> getDetectorName();
578 (*m_overflow_TBTailCatcher)[NtupleVectorIndex] = scint-> isOverflow();
586 const TBTDC * TDC =
nullptr;
588 if (
sc.isFailure()) {
598 (*m_tdc_TBTDC)[0] = TDC-> tdc();
599 (*m_tdcmin_TBTDC)[0] = TDC->
tdcmin();
600 (*m_scale_TBTDC)[0] = TDC->
scale();
601 (*m_phase_TBTDC)[0] = TDC->
phase();
610 if (
sc.isFailure()) {
629 (*m_hitNumberU)[0] =
Track-> getHitNumberU();
630 (*m_hitNumberV)[0] =
Track-> getHitNumberV();
631 (*m_chi2)[0] =
Track-> getChi2_global();
632 (*m_chi2u)[0] =
Track-> getChi2_u();
633 (*m_chi2v)[0] =
Track-> getChi2_v();
634 (*m_angle)[0] =
Track-> getAngle();
635 (*m_uslope)[0] =
Track-> getUslope();
636 (*m_vslope)[0] =
Track-> getVslope();
637 (*m_uintercept)[0] =
Track-> getUintercept();
638 (*m_vintercept)[0] =
Track-> getVintercept();
639 (*m_cryou)[0] =
Track-> getCryoHitu();
640 (*m_cryov)[0] =
Track-> getCryoHitv();
641 (*m_cryow)[0] =
Track-> getCryoHitw();
642 (*m_residualu) =
Track-> getResidualu();
643 (*m_residualv) =
Track-> getResidualv();
652 if (
sc.isFailure()) {
658 (*m_triggerWord)[0] = TriggerPatternUnit-> getTriggerWord();
660 (*m_triggers) = TriggerPatternUnit-> getTriggers();
669 if (
sc.isFailure()) {
675 m_cPos ->resize(nMWPCCont);
676 m_cErr ->resize(nMWPCCont);
677 m_isX ->resize(nMWPCCont);
683 unsigned NtupleVectorIndex = 0;
686 for(;it_TBMWPCCont!=last_TBMWPCCont;++it_TBMWPCCont,NtupleVectorIndex++) {
687 const TBMWPC * mwpc = (*it_TBMWPCCont);
689 (*m_cPos)[NtupleVectorIndex] = mwpc-> getCPos();
690 (*m_cErr)[NtupleVectorIndex] = mwpc-> getCErr();
691 (*m_isX)[NtupleVectorIndex] = mwpc-> isX();
692 (*m_clusterSize_c)[NtupleVectorIndex] = mwpc-> getClusterSizeC();
693 (*m_tbDetectorName_TBMWPCCont)[NtupleVectorIndex] = mwpc-> getDetectorName();
694 (*m_overflow_TBMWPCCont)[NtupleVectorIndex] = mwpc-> isOverflow();
705 std::vector<unsigned> cPosOverflowNow(nBools);
707 for (
unsigned nBoolNow=0; nBoolNow<nBools; nBoolNow++)
709 cPosOverflowNow[nBoolNow] = 1;
711 (*m_cPosOverflow)[NtupleVectorIndex] = cPosOverflowNow;
712 cPosOverflowNow.clear();
717 return StatusCode::SUCCESS;
◆ CBNT_finalize()
StatusCode CBNTAA_TBTPValidation::CBNT_finalize |
( |
| ) |
|
|
virtual |
◆ CBNT_initialize()
StatusCode CBNTAA_TBTPValidation::CBNT_initialize |
( |
| ) |
|
|
virtual |
◆ declareGaudiProperty() [1/4]
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
175 hndl.documentation());
◆ declareGaudiProperty() [2/4]
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
161 hndl.documentation());
◆ declareGaudiProperty() [3/4]
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
189 hndl.documentation());
◆ declareGaudiProperty() [4/4]
◆ declareProperty() [1/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
250 this->declare(hndl.
vhKey());
251 hndl.
vhKey().setOwner(
this);
253 return PBASE::declareProperty(
name,hndl,
doc);
◆ declareProperty() [2/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
229 return PBASE::declareProperty(
name,hndl,
doc);
◆ declareProperty() [3/6]
◆ declareProperty() [4/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
338 return PBASE::declareProperty(
name, property,
doc);
◆ declareProperty() [5/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 of file AthCommonDataStore.h.
◆ declareProperty() [6/6]
◆ detStore()
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ execute()
StatusCode CBNT_TBRecBase::execute |
( |
| ) |
|
|
overridevirtualinherited |
Definition at line 154 of file CBNT_TBRecBase.cxx.
164 *
m_log << MSG::ERROR <<
" Standard exception "
166 <<
" caught from sub-algorithm::CBNT_pre_execute (). Disable !" <<
endmsg ;
167 sc = this->setProperty(BooleanProperty(
"Enable",
false ) );
168 return StatusCode::FAILURE;
172 *
m_log << MSG::ERROR <<
" Unknown exception "
173 <<
" caught from sub-algorithm::CBNT_pre_execute (). Disable !" <<
endmsg ;
174 sc = this->setProperty(BooleanProperty(
"Enable",
false ) );
175 return StatusCode::FAILURE;
178 if (
sc.isFailure()) {
179 *
m_log << MSG::ERROR <<
"CBNT_pre_execute() failed. Disable !" <<
endmsg;
180 sc = this->setProperty(BooleanProperty(
"Enable",
false ) );
190 *
m_log << MSG::ERROR <<
" Standard exception "
192 <<
" caught from sub-algorithm::CBNT_execute () :" <<
endmsg ;
193 return StatusCode::FAILURE;
196 *
m_log << MSG::ERROR <<
" Unknown exception "
197 <<
" caught from sub-algorithm::CBNT_execute () :" <<
endmsg ;
198 return StatusCode::FAILURE;
◆ extraDeps_update_handler()
Add StoreName to extra input/output deps as needed.
use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given
◆ extraOutputDeps()
const DataObjIDColl & AthAlgorithm::extraOutputDeps |
( |
| ) |
const |
|
overridevirtualinherited |
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 50 of file AthAlgorithm.cxx.
57 return Algorithm::extraOutputDeps();
◆ finalize()
StatusCode CBNT_TBRecBase::finalize |
( |
| ) |
|
|
overridevirtualinherited |
Definition at line 205 of file CBNT_TBRecBase.cxx.
214 *
m_log << MSG::ERROR <<
" Standard exception "
216 <<
" caught from sub-algorithm::CBNT_finalize () :" <<
endmsg ;
219 *
m_log << MSG::ERROR <<
" Unknown exception "
220 <<
" caught from sub-algorithm::CBNT_finalize () :" <<
endmsg ;
◆ initialize()
StatusCode CBNT_TBRecBase::initialize |
( |
| ) |
|
|
overridevirtualinherited |
Definition at line 22 of file CBNT_TBRecBase.cxx.
35 (*m_log) << MSG::ERROR <<
"Could not access lar EM ID helper" <<
endmsg;
36 return StatusCode::FAILURE;
39 (*m_log) << MSG::ERROR <<
"Could not access lar FCAL ID helper" <<
endmsg;
40 return StatusCode::FAILURE;
43 (*m_log) << MSG::ERROR <<
"Could not access lar HEC ID helper" <<
endmsg;
44 return StatusCode::FAILURE;
49 (*m_log) << MSG::ERROR <<
"Could not get LArOnlineID helper !" <<
endmsg;
50 return StatusCode::FAILURE;
58 return StatusCode::SUCCESS;
◆ inputHandles()
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ msg() [1/2]
◆ msg() [2/2]
◆ msgLvl()
◆ outputHandles()
Return this algorithm's output handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ pre_execute()
StatusCode CBNT_TBRecBase::pre_execute |
( |
| ) |
|
|
virtualinherited |
Definition at line 61 of file CBNT_TBRecBase.cxx.
68 *
m_log << MSG::ERROR <<
"Need to set variable 'm_ntpath' and 'm_ntTitle' in constructor of deriving class!" <<
endmsg;
69 return StatusCode::FAILURE;
73 if (
i==std::string::npos) {
75 return StatusCode::FAILURE;
113 *
m_log << MSG::ERROR <<
" Standard exception "
115 <<
" caught from sub-algorithm::CBNT_initialize () :" <<
endmsg ;
118 *
m_log << MSG::ERROR <<
" Unknown exception "
119 <<
" caught from sub-algorithm::CBNT_initialize () :" <<
endmsg ;
124 *
m_log << MSG::ERROR <<
"CBNT_initialize() failed" <<
endmsg;
136 *
m_log << MSG::ERROR <<
" Standard exception "
138 <<
" caught from sub-algorithm::CBNT_clear () :" <<
endmsg ;
141 *
m_log << MSG::ERROR <<
" Unknown exception "
142 <<
" caught from sub-algorithm::CBNT_clear () :" <<
endmsg ;
145 if (
sc.isFailure()) {
146 *
m_log << MSG::ERROR <<
"CBNT_clear() failed" <<
endmsg;
150 return StatusCode::SUCCESS ;
◆ renounce()
◆ renounceArray()
◆ sysInitialize()
StatusCode AthAlgorithm::sysInitialize |
( |
| ) |
|
|
overridevirtualinherited |
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ updateVHKA()
◆ m_adc
std::vector<unsigned int>* CBNTAA_TBTPValidation::m_adc |
|
private |
◆ m_angle
std::vector<double >* CBNTAA_TBTPValidation::m_angle |
|
private |
◆ m_beam_moment
std::vector<float>* CBNTAA_TBTPValidation::m_beam_moment |
|
private |
◆ m_beam_part
std::vector<std::string>* CBNTAA_TBTPValidation::m_beam_part |
|
private |
◆ m_cErr
std::vector< std::vector<float> >* CBNTAA_TBTPValidation::m_cErr |
|
private |
◆ m_channelID
std::vector<unsigned int>* CBNTAA_TBTPValidation::m_channelID |
|
private |
◆ m_chi2
std::vector<double >* CBNTAA_TBTPValidation::m_chi2 |
|
private |
◆ m_chi2u
std::vector<double > * CBNTAA_TBTPValidation::m_chi2u |
|
private |
◆ m_chi2v
std::vector<double > * CBNTAA_TBTPValidation::m_chi2v |
|
private |
◆ m_clusterSize_c
std::vector< std::vector<float> >* CBNTAA_TBTPValidation::m_clusterSize_c |
|
private |
◆ m_containerKey1
std::string CBNTAA_TBTPValidation::m_containerKey1 |
|
private |
◆ m_containerKey10
std::string CBNTAA_TBTPValidation::m_containerKey10 |
|
private |
◆ m_containerKey11
std::string CBNTAA_TBTPValidation::m_containerKey11 |
|
private |
◆ m_containerKey12
std::string CBNTAA_TBTPValidation::m_containerKey12 |
|
private |
◆ m_containerKey2
std::string CBNTAA_TBTPValidation::m_containerKey2 |
|
private |
◆ m_containerKey3
std::string CBNTAA_TBTPValidation::m_containerKey3 |
|
private |
◆ m_containerKey4
std::string CBNTAA_TBTPValidation::m_containerKey4 |
|
private |
◆ m_containerKey5
std::string CBNTAA_TBTPValidation::m_containerKey5 |
|
private |
◆ m_containerKey6
std::string CBNTAA_TBTPValidation::m_containerKey6 |
|
private |
◆ m_containerKey7
std::string CBNTAA_TBTPValidation::m_containerKey7 |
|
private |
◆ m_containerKey8
std::string CBNTAA_TBTPValidation::m_containerKey8 |
|
private |
◆ m_containerKey9
std::string CBNTAA_TBTPValidation::m_containerKey9 |
|
private |
◆ m_cPos
std::vector< std::vector<float> >* CBNTAA_TBTPValidation::m_cPos |
|
private |
◆ m_cPosOverflow
std::vector< std::vector<unsigned> >* CBNTAA_TBTPValidation::m_cPosOverflow |
|
private |
◆ m_cryoAngle
std::vector<float>* CBNTAA_TBTPValidation::m_cryoAngle |
|
private |
◆ m_cryou
std::vector< double >* CBNTAA_TBTPValidation::m_cryou |
|
private |
◆ m_cryov
std::vector< double > * CBNTAA_TBTPValidation::m_cryov |
|
private |
◆ m_cryow
std::vector< double > * CBNTAA_TBTPValidation::m_cryow |
|
private |
◆ m_cryoX
std::vector<float>* CBNTAA_TBTPValidation::m_cryoX |
|
private |
◆ m_detStore
◆ m_dTtoWAC
std::vector<float>* CBNTAA_TBTPValidation::m_dTtoWAC |
|
private |
◆ m_emId
◆ m_ev_clock
std::vector<int>* CBNTAA_TBTPValidation::m_ev_clock |
|
private |
◆ m_ev_number
std::vector<int>* CBNTAA_TBTPValidation::m_ev_number |
|
private |
◆ m_ev_type
std::vector<int>* CBNTAA_TBTPValidation::m_ev_type |
|
private |
◆ m_evtStore
◆ m_extendedExtraObjects
DataObjIDColl AthAlgorithm::m_extendedExtraObjects |
|
privateinherited |
◆ m_fcalId
◆ m_gain
std::vector<unsigned char>* CBNTAA_TBTPValidation::m_gain |
|
private |
◆ m_hecId
◆ m_hitnumber
std::vector< short >* CBNTAA_TBTPValidation::m_hitnumber |
|
private |
◆ m_hitNumberU
std::vector< int >* CBNTAA_TBTPValidation::m_hitNumberU |
|
private |
◆ m_hitNumberV
std::vector< int > * CBNTAA_TBTPValidation::m_hitNumberV |
|
private |
◆ m_initialized
bool CBNT_TBRecBase::m_initialized |
|
privateinherited |
◆ m_isX
std::vector< bool >* CBNTAA_TBTPValidation::m_isX |
|
private |
◆ m_log
MsgStream* CBNT_TBRecBase::m_log |
|
protectedinherited |
◆ m_neverReturnFailure
bool CBNTAA_TBTPValidation::m_neverReturnFailure |
|
private |
◆ m_nSamples
std::vector<unsigned short>* CBNTAA_TBTPValidation::m_nSamples |
|
private |
◆ m_nt
TTree* CBNT_TBRecBase::m_nt |
|
protectedinherited |
◆ m_ntpath
std::string CBNT_TBRecBase::m_ntpath |
|
protectedinherited |
◆ m_ntTitle
std::string CBNT_TBRecBase::m_ntTitle |
|
protectedinherited |
◆ m_onlineId
◆ m_overflow_TBADCRawCont
std::vector< bool >* CBNTAA_TBTPValidation::m_overflow_TBADCRawCont |
|
private |
◆ m_overflow_TBBPCCont
std::vector< bool >* CBNTAA_TBTPValidation::m_overflow_TBBPCCont |
|
private |
◆ m_overflow_TBMWPCCont
std::vector< bool >* CBNTAA_TBTPValidation::m_overflow_TBMWPCCont |
|
private |
◆ m_overflow_TBScintillatorCont
std::vector< bool >* CBNTAA_TBTPValidation::m_overflow_TBScintillatorCont |
|
private |
◆ m_overflow_TBTailCatcher
std::vector< bool >* CBNTAA_TBTPValidation::m_overflow_TBTailCatcher |
|
private |
◆ m_overflow_TBTDCRawCont
std::vector< bool >* CBNTAA_TBTPValidation::m_overflow_TBTDCRawCont |
|
private |
◆ m_overflowSetFlag
std::vector< bool >* CBNTAA_TBTPValidation::m_overflowSetFlag |
|
private |
◆ m_phase
std::vector<float>* CBNTAA_TBTPValidation::m_phase |
|
private |
◆ m_phase_TBTDC
std::vector< int >* CBNTAA_TBTPValidation::m_phase_TBTDC |
|
private |
◆ m_phaseind
std::vector<short>* CBNTAA_TBTPValidation::m_phaseind |
|
private |
◆ m_residualu
std::vector<double >* CBNTAA_TBTPValidation::m_residualu |
|
private |
◆ m_residualv
std::vector<double > * CBNTAA_TBTPValidation::m_residualv |
|
private |
◆ m_run_num
std::vector<unsigned int>* CBNTAA_TBTPValidation::m_run_num |
|
private |
◆ m_samples
std::vector<unsigned short>* CBNTAA_TBTPValidation::m_samples |
|
private |
◆ m_scale_TBTDC
std::vector< float >* CBNTAA_TBTPValidation::m_scale_TBTDC |
|
private |
◆ m_signal_overflow_scint
std::vector< bool >* CBNTAA_TBTPValidation::m_signal_overflow_scint |
|
private |
◆ m_signal_overflow_tCatch
std::vector< bool >* CBNTAA_TBTPValidation::m_signal_overflow_tCatch |
|
private |
◆ m_signal_scint
std::vector< float >* CBNTAA_TBTPValidation::m_signal_scint |
|
private |
◆ m_signal_tCatch
std::vector< float >* CBNTAA_TBTPValidation::m_signal_tCatch |
|
private |
◆ m_signals
std::vector< double >* CBNTAA_TBTPValidation::m_signals |
|
private |
◆ m_tableY
std::vector<float>* CBNTAA_TBTPValidation::m_tableY |
|
private |
◆ m_tbDetectorName_TBADCRawCont
std::vector< std::string >* CBNTAA_TBTPValidation::m_tbDetectorName_TBADCRawCont |
|
private |
◆ m_tbDetectorName_TBBPCCont
std::vector< std::string >* CBNTAA_TBTPValidation::m_tbDetectorName_TBBPCCont |
|
private |
◆ m_tbDetectorName_TBMWPCCont
std::vector< std::string >* CBNTAA_TBTPValidation::m_tbDetectorName_TBMWPCCont |
|
private |
◆ m_tbDetectorName_TBScintillatorCont
std::vector< std::string >* CBNTAA_TBTPValidation::m_tbDetectorName_TBScintillatorCont |
|
private |
◆ m_tbDetectorName_TBTailCatcher
std::vector< std::string >* CBNTAA_TBTPValidation::m_tbDetectorName_TBTailCatcher |
|
private |
◆ m_tbDetectorName_TBTDCRawCont
std::vector< std::string >* CBNTAA_TBTPValidation::m_tbDetectorName_TBTDCRawCont |
|
private |
◆ m_tdc_raw
std::vector<unsigned int>* CBNTAA_TBTPValidation::m_tdc_raw |
|
private |
◆ m_tdc_TBTDC
std::vector< int >* CBNTAA_TBTPValidation::m_tdc_TBTDC |
|
private |
◆ m_tdcmin_TBTDC
std::vector< int >* CBNTAA_TBTPValidation::m_tdcmin_TBTDC |
|
private |
◆ m_time_overflow_scint
std::vector< bool > * CBNTAA_TBTPValidation::m_time_overflow_scint |
|
private |
◆ m_time_overflow_tCatch
std::vector< bool > * CBNTAA_TBTPValidation::m_time_overflow_tCatch |
|
private |
◆ m_time_signal_scint
std::vector< float > * CBNTAA_TBTPValidation::m_time_signal_scint |
|
private |
◆ m_time_signal_tCatch
std::vector< float > * CBNTAA_TBTPValidation::m_time_signal_tCatch |
|
private |
◆ m_triggers
std::vector<bool>* CBNTAA_TBTPValidation::m_triggers |
|
private |
◆ m_triggerWord
std::vector< unsigned int >* CBNTAA_TBTPValidation::m_triggerWord |
|
private |
◆ m_uintercept
std::vector<double >* CBNTAA_TBTPValidation::m_uintercept |
|
private |
◆ m_underThreshold_raw
std::vector<bool>* CBNTAA_TBTPValidation::m_underThreshold_raw |
|
private |
◆ m_uslope
std::vector<double >* CBNTAA_TBTPValidation::m_uslope |
|
private |
◆ m_varHandleArraysDeclared
◆ m_vhka
◆ m_vintercept
std::vector<double > * CBNTAA_TBTPValidation::m_vintercept |
|
private |
◆ m_vslope
std::vector<double > * CBNTAA_TBTPValidation::m_vslope |
|
private |
◆ m_xErr
◆ m_xPos
◆ m_xPosOverflow
std::vector< bool >* CBNTAA_TBTPValidation::m_xPosOverflow |
|
private |
◆ m_xPulse
◆ m_xPulseOverflow
std::vector< bool >* CBNTAA_TBTPValidation::m_xPulseOverflow |
|
private |
◆ m_yErr
◆ m_yPos
◆ m_yPosOverflow
std::vector< bool > * CBNTAA_TBTPValidation::m_yPosOverflow |
|
private |
◆ m_yPulse
◆ m_yPulseOverflow
std::vector< bool > * CBNTAA_TBTPValidation::m_yPulseOverflow |
|
private |
The documentation for this class was generated from the following files:
def retrieve(aClass, aKey=None)
std::vector< bool > * m_overflow_TBMWPCCont
bool m_neverReturnFailure
std::vector< float > * m_beam_moment
std::vector< bool > * m_yPosOverflow
std::vector< signal_type_TBBPCCont > * m_yPulse
std::vector< unsigned short > * m_samples
Const iterator class for DataVector/DataList.
std::vector< int > * m_ev_number
std::vector< double > * m_residualv
virtual StatusCode CBNT_finalize()
std::vector< double > * m_angle
std::vector< double > * m_signals
std::vector< std::string > * m_tbDetectorName_TBScintillatorCont
std::vector< bool > * m_overflow_TBTailCatcher
const LArEM_ID * em_idHelper() const
access to EM idHelper
std::string m_containerKey8
std::vector< double > * m_uslope
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
std::vector< float > * m_cryoAngle
const LArOnlineID * m_onlineId
virtual StatusCode CBNT_clear()
virtual StatusCode CBNT_initialize()
virtual StatusCode CBNT_execute()
std::vector< double > * m_chi2v
std::vector< int > * m_hitNumberU
std::vector< double > * m_vslope
std::vector< bool > * m_yPulseOverflow
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
std::vector< std::string > * m_tbDetectorName_TBTDCRawCont
std::vector< std::string > * m_beam_part
std::string m_containerKey10
std::string m_containerKey2
std::vector< bool > * m_xPulseOverflow
std::vector< short > * m_phaseind
const LArHEC_ID * hec_idHelper() const
access to HEC idHelper
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual void setOwner(IDataHandleHolder *o)=0
std::vector< bool > * m_time_overflow_scint
std::vector< int > * m_ev_type
std::vector< double > * m_cryou
std::vector< signal_type_TBBPCCont > * m_xErr
std::vector< bool > * m_isX
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
std::string m_containerKey5
std::string m_containerKey3
std::vector< unsigned int > * m_adc
virtual StatusCode sysInitialize() override
Override sysInitialize.
std::vector< float > * m_signal_tCatch
std::vector< bool > * m_underThreshold_raw
std::vector< short > * m_hitnumber
const LArFCAL_ID * m_fcalId
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
msgSvc
Provide convenience handles for various services.
std::vector< int > * m_ev_clock
std::vector< signal_type_TBBPCCont > * m_yErr
Liquid Argon digit base class.
std::vector< double > * m_uintercept
std::vector< signal_type_TBBPCCont > * m_xPos
::StatusCode StatusCode
StatusCode definition for legacy code.
std::vector< unsigned int > * m_run_num
void addBranch(const std::string &branchname, T &obj, const std::string &leaflist)
std::vector< unsigned int > * m_triggerWord
std::vector< bool > * m_signal_overflow_scint
std::vector< std::string > * m_tbDetectorName_TBADCRawCont
std::vector< float > * m_cryoX
std::vector< float > * m_phase
Helper class for offline cell identifiers.
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
CBNT_TBRecBase(const std::string &name, ISvcLocator *pSvcLocator)
std::vector< bool > * m_overflow_TBTDCRawCont
std::vector< float > * m_signal_scint
std::string m_containerKey6
const LArHEC_ID * m_hecId
const std::vector< bool > & isCPosOverflow() const
std::vector< int > * m_hitNumberV
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
std::vector< std::vector< float > > * m_cErr
std::vector< unsigned int > * m_tdc_raw
std::vector< float > * m_dTtoWAC
std::vector< double > * m_chi2u
std::vector< float > * m_time_signal_tCatch
std::vector< std::vector< float > > * m_cPos
std::vector< int > * m_tdcmin_TBTDC
std::vector< std::string > * m_tbDetectorName_TBMWPCCont
This class provides general information about an event. Event information is provided by the accessor...
std::vector< double > * m_cryow
std::vector< bool > * m_overflow_TBScintillatorCont
std::string m_containerKey7
std::vector< std::vector< float > > * m_clusterSize_c
std::vector< signal_type_TBBPCCont > * m_yPos
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
std::vector< double > * m_cryov
std::vector< bool > * m_overflow_TBBPCCont
DataObjIDColl m_extendedExtraObjects
std::vector< float > * m_scale_TBTDC
std::string m_containerKey4
std::vector< bool > * m_xPosOverflow
#define ATH_MSG_WARNING(x)
std::string m_containerKey12
std::vector< float > * m_time_signal_scint
std::vector< std::vector< unsigned > > * m_cPosOverflow
std::vector< double > * m_chi2
std::vector< bool > * m_signal_overflow_tCatch
std::vector< double > * m_vintercept
std::vector< std::string > * m_tbDetectorName_TBBPCCont
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
Container class for LArDigit.
std::vector< bool > * m_overflow_TBADCRawCont
virtual StatusCode pre_execute()
const std::vector< signal_type > & getSignals() const
std::vector< float > * m_tableY
std::vector< int > * m_tdc_TBTDC
std::string m_containerKey11
std::vector< unsigned short > * m_nSamples
BASE::size_type size_type
std::vector< std::string > * m_tbDetectorName_TBTailCatcher
std::vector< bool > * m_time_overflow_tCatch
std::vector< unsigned int > * m_channelID
std::vector< signal_type_TBBPCCont > * m_xPulse
std::vector< bool > * m_overflowSetFlag
size_type size() const noexcept
Returns the number of elements in the collection.
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
std::string m_containerKey1
float getADC(const AFP_SiDigi &digi)
std::vector< int > * m_phase_TBTDC
std::vector< unsigned char > * m_gain
float getTDC(const AFP_SiDigi &digi)
const LArFCAL_ID * fcal_idHelper() const
access to FCAL idHelper
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.
std::vector< double > * m_residualu
std::vector< bool > * m_triggers
std::string m_containerKey9