ATLAS Offline Software
Loading...
Searching...
No Matches
SCT_FastRDOAnalysis Class Reference

#include <SCT_FastRDOAnalysis.h>

Inheritance diagram for SCT_FastRDOAnalysis:
Collaboration diagram for SCT_FastRDOAnalysis:

Public Member Functions

 SCT_FastRDOAnalysis (const std::string &name, ISvcLocator *pSvcLocator)
 ~SCT_FastRDOAnalysis ()=default
virtual StatusCode initialize () override final
virtual StatusCode execute () override final
virtual StatusCode finalize () override final
virtual StatusCode sysInitialize () override
 Override sysInitialize.
virtual const DataObjIDColl & extraOutputDeps () const override
 Return the list of extra output dependencies.
ServiceHandle< StoreGateSvc > & evtStore ()
 The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
const ServiceHandle< StoreGateSvc > & detStore () const
 The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual StatusCode sysStart () override
 Handle START transition.
virtual std::vector< Gaudi::DataHandle * > inputHandles () const override
 Return this algorithm's input handles.
virtual std::vector< Gaudi::DataHandle * > outputHandles () const override
 Return this algorithm's output handles.
Gaudi::Details::PropertyBase & declareProperty (Gaudi::Property< T, V, H > &t)
void updateVHKA (Gaudi::Details::PropertyBase &)
MsgStream & msg () const
bool msgLvl (const MSG::Level lvl) const

Protected Member Functions

void renounceArray (SG::VarHandleKeyArray &handlesArray)
 remove all handles from I/O resolution
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce (T &h)
void extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps)
 Add StoreName to extra input/output deps as needed.

Private Types

typedef ServiceHandle< StoreGateSvcStoreGateSvc_t

Private Member Functions

Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey>

Private Attributes

SG::ReadHandleKey< InDet::SCT_ClusterContainer > m_inputKey {this, "InputKey", "SCT_Clusters"}
std::vector< uint16_t > * m_hitsTimeBin3
SG::ReadCondHandleKey< InDetDD::SiDetectorElementCollectionm_SCTDetEleCollKey {this, "SCTDetEleCollKey", "SCT_DetectorElementCollection", "Key of SiDetectorElementCollection for SCT"}
std::vector< float > * m_siCol
std::vector< float > * m_siRow
std::vector< float > * m_siPhiR
std::vector< float > * m_siZ
std::vector< float > * m_siPos_x
std::vector< float > * m_siPos_y
std::vector< float > * m_siPos_z
std::vector< bool > * m_siGangPix
std::vector< unsigned long long > * m_siDetID
std::vector< bool > * m_siDetPix
std::vector< bool > * m_siDetSCT
std::vector< bool > * m_siDetBrl
std::vector< bool > * m_siDetEc
std::vector< bool > * m_siDetBlay
std::vector< bool > * m_siDetInPixLay
std::vector< bool > * m_siDetNtInPixLay
std::vector< bool > * m_siDetDBM
std::vector< double > * m_siDetHitDepthDir
std::vector< double > * m_siDetHitPhiDir
std::vector< double > * m_siDetHitEtaDir
std::vector< double > * m_siDetMinR
std::vector< double > * m_siDetMaxR
std::vector< double > * m_siDetMinZ
std::vector< double > * m_siDetMaxZ
std::vector< double > * m_siDetMinPhi
std::vector< double > * m_siDetMaxPhi
std::vector< double > * m_siDetWidth
std::vector< double > * m_siDetMinWidth
std::vector< double > * m_siDetMaxWidth
std::vector< double > * m_siDetLength
std::vector< double > * m_siDetThick
std::vector< double > * m_siDetEtaPitch
std::vector< double > * m_siDetPhiPitch
std::vector< unsigned long long > * m_clusID
std::vector< float > * m_locpos_x
std::vector< float > * m_locpos_y
std::vector< unsigned long long > * m_rdoID_prd
TH1 * m_h_hitsTimeBin3
TH1 * m_h_siCol
TH1 * m_h_siRow
TH1 * m_h_siPhiR
TH1 * m_h_siZ
TH1 * m_h_siPos_x
TH1 * m_h_siPos_y
TH1 * m_h_siPos_z
TH1 * m_h_siGangPix
TH1 * m_h_siDetID
TH1 * m_h_siDetPix
TH1 * m_h_siDetSCT
TH1 * m_h_siDetBrl
TH1 * m_h_siDetEc
TH1 * m_h_siDetBlay
TH1 * m_h_siDetInPixLay
TH1 * m_h_siDetNtInPixLay
TH1 * m_h_siDetDBM
TH1 * m_h_siDetHitDepthDir
TH1 * m_h_siDetHitPhiDir
TH1 * m_h_siDetHitEtaDir
TH1 * m_h_siDetMinR
TH1 * m_h_siDetMaxR
TH1 * m_h_siDetMinZ
TH1 * m_h_siDetMaxZ
TH1 * m_h_siDetMinPhi
TH1 * m_h_siDetMaxPhi
TH1 * m_h_siDetWidth
TH1 * m_h_siDetMinWidth
TH1 * m_h_siDetMaxWidth
TH1 * m_h_siDetLength
TH1 * m_h_siDetThick
TH1 * m_h_siDetEtaPitch
TH1 * m_h_siDetPhiPitch
TH1 * m_h_clusID
TH1 * m_h_locpos_x
TH1 * m_h_locpos_y
TH1 * m_h_rdoID_prd
TTree * m_tree
StringProperty m_ntupleFileName {this, "NtupleFileName", "/ntuples/file1"}
StringProperty m_ntupleDirName {this, "NtupleDirectoryName", "/SCT_FastRDOAnalysis/"}
StringProperty m_ntupleTreeName {this, "NtupleTreeName", "/SCT_FastRDOAna"}
StringProperty m_path {this, "HistPath", "/SCT_FastRDOAnalysis/"}
ServiceHandle< ITHistSvc > m_thistSvc
DataObjIDColl m_extendedExtraObjects
StoreGateSvc_t m_evtStore
 Pointer to StoreGate (event store by default)
StoreGateSvc_t m_detStore
 Pointer to StoreGate (detector store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
bool m_varHandleArraysDeclared

Detailed Description

Definition at line 25 of file SCT_FastRDOAnalysis.h.

Member Typedef Documentation

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< Algorithm > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Constructor & Destructor Documentation

◆ SCT_FastRDOAnalysis()

SCT_FastRDOAnalysis::SCT_FastRDOAnalysis ( const std::string & name,
ISvcLocator * pSvcLocator )

Definition at line 17 of file SCT_FastRDOAnalysis.cxx.

18 : AthAlgorithm(name, pSvcLocator)
19 , m_hitsTimeBin3{nullptr}
20 , m_siCol{nullptr}
21 , m_siRow{nullptr}
22 , m_siPhiR{nullptr}
23 , m_siZ{nullptr}
24 , m_siPos_x{nullptr}
25 , m_siPos_y{nullptr}
26 , m_siPos_z{nullptr}
27 , m_siGangPix{nullptr}
28 , m_siDetID{nullptr}
29 , m_siDetPix{nullptr}
30 , m_siDetSCT{nullptr}
31 , m_siDetBrl{nullptr}
32 , m_siDetEc{nullptr}
33 , m_siDetBlay{nullptr}
34 , m_siDetInPixLay{nullptr}
35 , m_siDetNtInPixLay{nullptr}
36 , m_siDetDBM{nullptr}
37 , m_siDetHitDepthDir{nullptr}
38 , m_siDetHitPhiDir{nullptr}
39 , m_siDetHitEtaDir{nullptr}
40 , m_siDetMinR{nullptr}
41 , m_siDetMaxR{nullptr}
42 , m_siDetMinZ{nullptr}
43 , m_siDetMaxZ{nullptr}
44 , m_siDetMinPhi{nullptr}
45 , m_siDetMaxPhi{nullptr}
46 , m_siDetWidth{nullptr}
47 , m_siDetMinWidth{nullptr}
48 , m_siDetMaxWidth{nullptr}
49 , m_siDetLength{nullptr}
50 , m_siDetThick{nullptr}
51 , m_siDetEtaPitch{nullptr}
52 , m_siDetPhiPitch{nullptr}
53 , m_clusID{nullptr}
54 , m_locpos_x{nullptr}
55 , m_locpos_y{nullptr}
56 , m_rdoID_prd{nullptr}
57
58 , m_h_hitsTimeBin3{nullptr}
59 , m_h_siCol{nullptr}
60 , m_h_siRow{nullptr}
61 , m_h_siPhiR{nullptr}
62 , m_h_siZ{nullptr}
63 , m_h_siPos_x{nullptr}
64 , m_h_siPos_y{nullptr}
65 , m_h_siPos_z{nullptr}
66 , m_h_siGangPix{nullptr}
67 , m_h_siDetID{nullptr}
68 , m_h_siDetPix{nullptr}
69 , m_h_siDetSCT{nullptr}
70 , m_h_siDetBrl{nullptr}
71 , m_h_siDetEc{nullptr}
72 , m_h_siDetBlay{nullptr}
73 , m_h_siDetInPixLay{nullptr}
74 , m_h_siDetNtInPixLay{nullptr}
75 , m_h_siDetDBM{nullptr}
76 , m_h_siDetHitDepthDir{nullptr}
77 , m_h_siDetHitPhiDir{nullptr}
78 , m_h_siDetHitEtaDir{nullptr}
79 , m_h_siDetMinR{nullptr}
80 , m_h_siDetMaxR{nullptr}
81 , m_h_siDetMinZ{nullptr}
82 , m_h_siDetMaxZ{nullptr}
83 , m_h_siDetMinPhi{nullptr}
84 , m_h_siDetMaxPhi{nullptr}
85 , m_h_siDetWidth{nullptr}
86 , m_h_siDetMinWidth{nullptr}
87 , m_h_siDetMaxWidth{nullptr}
88 , m_h_siDetLength{nullptr}
89 , m_h_siDetThick{nullptr}
90 , m_h_siDetEtaPitch{nullptr}
91 , m_h_siDetPhiPitch{nullptr}
92 , m_h_clusID{nullptr}
93 , m_h_locpos_x{nullptr}
94 , m_h_locpos_y{nullptr}
95 , m_h_rdoID_prd{nullptr}
96
97 , m_tree{nullptr}
98 , m_thistSvc{"THistSvc", name}
99{
100}
AthAlgorithm()
Default constructor:
std::vector< double > * m_siDetPhiPitch
std::vector< bool > * m_siDetDBM
std::vector< unsigned long long > * m_siDetID
std::vector< bool > * m_siDetSCT
std::vector< double > * m_siDetEtaPitch
std::vector< bool > * m_siDetNtInPixLay
std::vector< bool > * m_siDetInPixLay
std::vector< double > * m_siDetMinWidth
std::vector< unsigned long long > * m_clusID
std::vector< double > * m_siDetWidth
std::vector< double > * m_siDetMaxR
std::vector< float > * m_siCol
std::vector< double > * m_siDetMinR
std::vector< bool > * m_siDetPix
std::vector< float > * m_locpos_x
std::vector< double > * m_siDetMaxZ
std::vector< uint16_t > * m_hitsTimeBin3
std::vector< float > * m_siRow
std::vector< float > * m_siPos_x
std::vector< double > * m_siDetHitEtaDir
std::vector< bool > * m_siGangPix
std::vector< bool > * m_siDetBrl
std::vector< double > * m_siDetThick
std::vector< float > * m_siPos_z
std::vector< float > * m_locpos_y
std::vector< double > * m_siDetLength
std::vector< bool > * m_siDetEc
std::vector< bool > * m_siDetBlay
std::vector< float > * m_siPos_y
std::vector< unsigned long long > * m_rdoID_prd
std::vector< double > * m_siDetHitDepthDir
std::vector< double > * m_siDetMaxWidth
std::vector< double > * m_siDetMinPhi
std::vector< double > * m_siDetMaxPhi
std::vector< float > * m_siZ
ServiceHandle< ITHistSvc > m_thistSvc
std::vector< float > * m_siPhiR
std::vector< double > * m_siDetMinZ
std::vector< double > * m_siDetHitPhiDir

◆ ~SCT_FastRDOAnalysis()

SCT_FastRDOAnalysis::~SCT_FastRDOAnalysis ( )
default

Member Function Documentation

◆ declareGaudiProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< Algorithm > >::declareGaudiProperty ( Gaudi::Property< T, V, H > & hndl,
const SG::VarHandleKeyType &  )
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleKey>

Definition at line 156 of file AthCommonDataStore.h.

158 {
160 hndl.value(),
161 hndl.documentation());
162
163 }
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)

◆ declareProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< Algorithm > >::declareProperty ( Gaudi::Property< T, V, H > & t)
inlineinherited

Definition at line 145 of file AthCommonDataStore.h.

145 {
146 typedef typename SG::HandleClassifier<T>::type htype;
148 }
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>

◆ detStore()

const ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< Algorithm > >::detStore ( ) const
inlineinherited

The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 95 of file AthCommonDataStore.h.

◆ evtStore()

ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< Algorithm > >::evtStore ( )
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 85 of file AthCommonDataStore.h.

◆ execute()

StatusCode SCT_FastRDOAnalysis::execute ( )
finaloverridevirtual

Definition at line 323 of file SCT_FastRDOAnalysis.cxx.

323 {
324 ATH_MSG_DEBUG( "In SCT_FastRDOAnalysis::execute()" );
325
326 // clear branches
327 m_hitsTimeBin3->clear();
328
329 m_siCol->clear();
330 m_siRow->clear();
331 m_siPhiR->clear();
332 m_siZ->clear();
333 m_siPos_x->clear();
334 m_siPos_y->clear();
335 m_siPos_z->clear();
336 m_siGangPix->clear();
337 m_siDetID->clear();
338 m_siDetPix->clear();
339 m_siDetSCT->clear();
340 m_siDetBrl->clear();
341 m_siDetEc->clear();
342 m_siDetBlay->clear();
343 m_siDetInPixLay->clear();
344 m_siDetNtInPixLay->clear();
345 m_siDetDBM->clear();
346 m_siDetHitDepthDir->clear();
347 m_siDetHitPhiDir->clear();
348 m_siDetHitEtaDir->clear();
349 m_siDetMinR->clear();
350 m_siDetMaxR->clear();
351 m_siDetMinZ->clear();
352 m_siDetMaxZ->clear();
353 m_siDetMinPhi->clear();
354 m_siDetMaxPhi->clear();
355 m_siDetWidth->clear();
356 m_siDetMinWidth->clear();
357 m_siDetMaxWidth->clear();
358 m_siDetLength->clear();
359 m_siDetThick->clear();
360 m_siDetEtaPitch->clear();
361 m_siDetPhiPitch->clear();
362
363 m_clusID->clear();
364 m_locpos_x->clear();
365 m_locpos_y->clear();
366 m_rdoID_prd->clear();
367
368 // get containers -- fill branches + histos
369 SG::ReadHandle<InDet::SCT_ClusterContainer> p_sctClus_cont (m_inputKey);
370 if(p_sctClus_cont.isValid()) {
371 // loop over cluster container
372 InDet::SCT_ClusterContainer::const_iterator clusCont_itr(p_sctClus_cont->begin());
373 const InDet::SCT_ClusterContainer::const_iterator clusCont_end(p_sctClus_cont->end());
374 for ( ; clusCont_itr != clusCont_end; ++clusCont_itr ) {
375 const InDet::SCT_ClusterCollection* p_sctClus_coll(*clusCont_itr);
376 InDet::SCT_ClusterCollection::const_iterator clus_itr(p_sctClus_coll->begin());
377 const InDet::SCT_ClusterCollection::const_iterator clus_end(p_sctClus_coll->end());
378 for ( ; clus_itr != clus_end; ++clus_itr ) {
379 // SCT_Cluster
380 const uint16_t hitsTimeBin3((*clus_itr)->hitsInThirdTimeBin());
381 m_hitsTimeBin3->push_back(hitsTimeBin3);
382
383 m_h_hitsTimeBin3->Fill(hitsTimeBin3);
384
385 // SiCluster
386 const InDet::SiWidth& siWidth((*clus_itr)->SiCluster::width());
387 const Amg::Vector2D& siColRow(siWidth.colRow());
388 const float siCol(siColRow.x());
389 const float siRow(siColRow.y());
390 const Amg::Vector2D& siPhiRZ(siWidth.widthPhiRZ());
391 const float siPhiR(siPhiRZ.x());
392 const float siZ(siPhiRZ.y());
393
394 const Amg::Vector3D& siPos((*clus_itr)->SiCluster::globalPosition());
395 const float siPos_x(siPos.x());
396 const float siPos_y(siPos.y());
397 const float siPos_z(siPos.z());
398
399 const bool siGangPix((*clus_itr)->SiCluster::gangedPixel());
400
401 const InDetDD::SiDetectorElement* siDetEl((*clus_itr)->SiCluster::detectorElement());
402 const Identifier siDetID((*siDetEl).identify());
403 //const AtlasDetectorID* siDetAtlasID((*siDetEl).getIdHelper());
404 const bool siDetPix((*siDetEl).isPixel());
405 const bool siDetSCT((*siDetEl).isSCT());
406 const bool siDetBrl((*siDetEl).isBarrel());
407 const bool siDetEc((*siDetEl).isEndcap());
408 const bool siDetBlay((*siDetEl).isBlayer());
409 const bool siDetInPixLay((*siDetEl).isInnermostPixelLayer());
410 const bool siDetNtInPixLay((*siDetEl).isNextToInnermostPixelLayer());
411 const bool siDetDBM((*siDetEl).isDBM());
412 const double siDetHitDepthDir((*siDetEl).hitDepthDirection());
413 const double siDetHitPhiDir((*siDetEl).hitPhiDirection());
414 const double siDetHitEtaDir((*siDetEl).hitEtaDirection());
415 const double siDetMinR((*siDetEl).rMin());
416 const double siDetMaxR((*siDetEl).rMax());
417 const double siDetMinZ((*siDetEl).zMin());
418 const double siDetMaxZ((*siDetEl).zMax());
419 const double siDetMinPhi((*siDetEl).phiMin());
420 const double siDetMaxPhi((*siDetEl).phiMax());
421 const double siDetWidth((*siDetEl).width());
422 const double siDetMinWidth((*siDetEl).minWidth());
423 const double siDetMaxWidth((*siDetEl).maxWidth());
424 const double siDetLength((*siDetEl).length());
425 const double siDetThick((*siDetEl).thickness());
426 const double siDetEtaPitch((*siDetEl).etaPitch());
427 const double siDetPhiPitch((*siDetEl).phiPitch());
428
429 const unsigned long long siDetID_int = siDetID.get_compact();
430
431 m_siCol->push_back(siCol);
432 m_siRow->push_back(siRow);
433 m_siPhiR->push_back(siPhiR);
434 m_siZ->push_back(siZ);
435 m_siPos_x->push_back(siPos_x);
436 m_siPos_y->push_back(siPos_y);
437 m_siPos_z->push_back(siPos_z);
438 m_siGangPix->push_back(siGangPix);
439 m_siDetID->push_back(siDetID_int);
440 m_siDetPix->push_back(siDetPix);
441 m_siDetSCT->push_back(siDetSCT);
442 m_siDetBrl->push_back(siDetBrl);
443 m_siDetEc->push_back(siDetEc);
444 m_siDetBlay->push_back(siDetBlay);
445 m_siDetInPixLay->push_back(siDetInPixLay);
446 m_siDetNtInPixLay->push_back(siDetNtInPixLay);
447 m_siDetDBM->push_back(siDetDBM);
448 m_siDetHitDepthDir->push_back(siDetHitDepthDir);
449 m_siDetHitPhiDir->push_back(siDetHitPhiDir);
450 m_siDetHitEtaDir->push_back(siDetHitEtaDir);
451 m_siDetMinR->push_back(siDetMinR);
452 m_siDetMaxR->push_back(siDetMaxR);
453 m_siDetMinZ->push_back(siDetMinZ);
454 m_siDetMaxZ->push_back(siDetMaxZ);
455 m_siDetMinPhi->push_back(siDetMinPhi);
456 m_siDetMaxPhi->push_back(siDetMaxPhi);
457 m_siDetWidth->push_back(siDetWidth);
458 m_siDetMinWidth->push_back(siDetMinWidth);
459 m_siDetMaxWidth->push_back(siDetMaxWidth);
460 m_siDetLength->push_back(siDetLength);
461 m_siDetThick->push_back(siDetThick);
462 m_siDetEtaPitch->push_back(siDetEtaPitch);
463 m_siDetPhiPitch->push_back(siDetPhiPitch);
464
465 m_h_siCol->Fill(siCol);
466 m_h_siRow->Fill(siRow);
467 m_h_siPhiR->Fill(siPhiR);
468 m_h_siZ->Fill(siZ);
469 m_h_siPos_x->Fill(siPos_x);
470 m_h_siPos_y->Fill(siPos_y);
471 m_h_siPos_z->Fill(siPos_z);
472 m_h_siGangPix->Fill(siGangPix);
473 m_h_siDetID->Fill(siDetID_int);
474 m_h_siDetPix->Fill(siDetPix);
475 m_h_siDetSCT->Fill(siDetSCT);
476 m_h_siDetBrl->Fill(siDetBrl);
477 m_h_siDetEc->Fill(siDetEc);
478 m_h_siDetBlay->Fill(siDetBlay);
479 m_h_siDetInPixLay->Fill(siDetInPixLay);
480 m_h_siDetNtInPixLay->Fill(siDetNtInPixLay);
481 m_h_siDetDBM->Fill(siDetDBM);
482 m_h_siDetHitDepthDir->Fill(siDetHitDepthDir);
483 m_h_siDetHitPhiDir->Fill(siDetHitPhiDir);
484 m_h_siDetHitEtaDir->Fill(siDetHitEtaDir);
485 m_h_siDetMinR->Fill(siDetMinR);
486 m_h_siDetMaxR->Fill(siDetMaxR);
487 m_h_siDetMinZ->Fill(siDetMinZ);
488 m_h_siDetMaxZ->Fill(siDetMaxZ);
489 m_h_siDetMinPhi->Fill(siDetMinPhi);
490 m_h_siDetMaxPhi->Fill(siDetMaxPhi);
491 m_h_siDetWidth->Fill(siDetWidth);
492 m_h_siDetMinWidth->Fill(siDetMinWidth);
493 m_h_siDetMaxWidth->Fill(siDetMaxWidth);
494 m_h_siDetLength->Fill(siDetLength);
495 m_h_siDetThick->Fill(siDetThick);
496 m_h_siDetEtaPitch->Fill(siDetEtaPitch);
497 m_h_siDetPhiPitch->Fill(siDetPhiPitch);
498
499 // Trk::PrepRawData
500 const Identifier clusID((*clus_itr)->PrepRawData::identify());
501 const unsigned long long clusID_int = clusID.get_compact();
502
503 const Amg::Vector2D& locPos((*clus_itr)->PrepRawData::localPosition());
504 float locpos_x(locPos.x());
505 float locpos_y(locPos.y());
506
507 const std::vector<Identifier>& rdoID_v((*clus_itr)->PrepRawData::rdoList());
508
509 m_clusID->push_back(clusID_int);
510 m_locpos_x->push_back(locpos_x);
511 m_locpos_y->push_back(locpos_y);
512 for (size_t k = 0; k != rdoID_v.size(); ++k) {
513 const unsigned long long rdoID_prd_int = rdoID_v.at(k).get_compact();
514 m_rdoID_prd->push_back(rdoID_prd_int);
515 m_h_rdoID_prd->Fill(rdoID_prd_int);
516 }
517
518 m_h_clusID->Fill(clusID_int);
519 m_h_locpos_x->Fill(locpos_x);
520 m_h_locpos_y->Fill(locpos_y);
521 }
522 }
523 }
524
525 if (m_tree) {
526 m_tree->Fill();
527 }
528
529 return StatusCode::SUCCESS;
530}
#define ATH_MSG_DEBUG(x)
Trk::PrepRawDataCollection< SCT_Cluster > SCT_ClusterCollection
SG::ReadHandleKey< InDet::SCT_ClusterContainer > m_inputKey
Eigen::Matrix< double, 2, 1 > Vector2D
Eigen::Matrix< double, 3, 1 > Vector3D
setWord1 uint16_t

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< Algorithm > >::extraDeps_update_handler ( Gaudi::Details::PropertyBase & ExtraDeps)
protectedinherited

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.

51{
52 // If we didn't find any symlinks to add, just return the collection
53 // from the base class. Otherwise, return the extended collection.
54 if (!m_extendedExtraObjects.empty()) {
56 }
57 return Algorithm::extraOutputDeps();
58}
DataObjIDColl m_extendedExtraObjects

◆ finalize()

StatusCode SCT_FastRDOAnalysis::finalize ( )
finaloverridevirtual

Definition at line 532 of file SCT_FastRDOAnalysis.cxx.

532 {
533 return StatusCode::SUCCESS;
534}

◆ initialize()

StatusCode SCT_FastRDOAnalysis::initialize ( )
finaloverridevirtual

Definition at line 102 of file SCT_FastRDOAnalysis.cxx.

102 {
103 ATH_MSG_DEBUG( "Initializing SCT_FastRDOAnalysis" );
104
105 // This will check that the properties were initialized
106 // properly by job configuration.
107 ATH_CHECK( m_inputKey.initialize() );
108
109 // Read Cond Handle Key
110 ATH_CHECK(m_SCTDetEleCollKey.initialize());
111
112 // Grab Ntuple and histogramming service for tree
113 ATH_CHECK(m_thistSvc.retrieve());
114
115 m_tree = new TTree(TString(m_ntupleTreeName.value()), "SCT_FastRDOAna");
116 std::string fullNtupleName = m_ntupleFileName.value() + m_ntupleDirName.value() + m_ntupleTreeName.value();
117 ATH_CHECK(m_thistSvc->regTree(fullNtupleName, m_tree));
118 if (m_tree) {
119 // TREE BRANCHES
120 // SCT_Cluster
121 m_tree->Branch("hitsTimeBin3", &m_hitsTimeBin3);
122 // SiCluster
123 m_tree->Branch("siCol", &m_siCol);
124 m_tree->Branch("siRow", &m_siRow);
125 m_tree->Branch("siPhiR", &m_siPhiR);
126 m_tree->Branch("siZ", &m_siZ);
127 m_tree->Branch("siPos_x", &m_siPos_x);
128 m_tree->Branch("siPos_y", &m_siPos_y);
129 m_tree->Branch("siPos_z", &m_siPos_z);
130 m_tree->Branch("siGangPix", &m_siGangPix);
131 m_tree->Branch("siDetID", &m_siDetID);
132 m_tree->Branch("siDetPix", &m_siDetPix);
133 m_tree->Branch("siDetSCT", &m_siDetSCT);
134 m_tree->Branch("siDetBrl", &m_siDetBrl);
135 m_tree->Branch("siDetEc", &m_siDetEc);
136 m_tree->Branch("siDetBlay", &m_siDetBlay);
137 m_tree->Branch("siDetInPixLay", &m_siDetInPixLay);
138 m_tree->Branch("siDetNtInPixLay", &m_siDetNtInPixLay);
139 m_tree->Branch("siDetDBM", &m_siDetDBM);
140 m_tree->Branch("siDetHitDepthDir", &m_siDetHitDepthDir);
141 m_tree->Branch("siDetHitPhiDir", &m_siDetHitPhiDir);
142 m_tree->Branch("siDetHitEtaDir", &m_siDetHitEtaDir);
143 m_tree->Branch("siDetMinR", &m_siDetMinR);
144 m_tree->Branch("siDetMaxR", &m_siDetMaxR);
145 m_tree->Branch("siDetMinZ", &m_siDetMinZ);
146 m_tree->Branch("siDetMaxZ", &m_siDetMaxZ);
147 m_tree->Branch("siDetMinPhi", &m_siDetMinPhi);
148 m_tree->Branch("siDetMaxPhi", &m_siDetMaxPhi);
149 m_tree->Branch("siDetWidth", &m_siDetWidth);
150 m_tree->Branch("siDetMinWidth", &m_siDetMinWidth);
151 m_tree->Branch("siDetMaxWidth", &m_siDetMaxWidth);
152 m_tree->Branch("siDetLength", &m_siDetLength);
153 m_tree->Branch("siDetThick", &m_siDetThick);
154 m_tree->Branch("siDetEtaPitch", &m_siDetEtaPitch);
155 m_tree->Branch("siDetPhiPitch", &m_siDetPhiPitch);
156 // Trk::PrepRawData
157 m_tree->Branch("clusID", &m_clusID);
158 m_tree->Branch("locpos_x", &m_locpos_x);
159 m_tree->Branch("locpos_y", &m_locpos_y);
160 m_tree->Branch("rdoID_prd", &m_rdoID_prd);
161
162 }
163 else {
164 ATH_MSG_ERROR("No tree found!");
165 }
166
167 // HISTOGRAMS
168 m_h_hitsTimeBin3 = new TH1F("h_hitsTimeBin3", "hitsTimeBine3", 100, 0, 2);
169 m_h_hitsTimeBin3->StatOverflows();
170 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_hitsTimeBin3->GetName(), m_h_hitsTimeBin3));
171
172 m_h_siCol = new TH1F("h_siCol", "siCol", 100, 0, 25);
173 m_h_siCol->StatOverflows();
174 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siCol->GetName(), m_h_siCol));
175
176 m_h_siRow = new TH1F("h_siRow", "siRow", 100, 0, 2);
177 m_h_siRow->StatOverflows();
178 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siRow->GetName(), m_h_siRow));
179
180 m_h_siPhiR = new TH1F("h_siPhiR", "siPhiR", 100, 0, 3.5);
181 m_h_siPhiR->StatOverflows();
182 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siPhiR->GetName(), m_h_siPhiR));
183
184 m_h_siZ = new TH1F("h_siZ", "siZ", 100, 0, 130);
185 m_h_siZ->StatOverflows();
186 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siZ->GetName(), m_h_siZ));
187
188 m_h_siPos_x = new TH1F("h_siPos_x", "siPos_x", 100, -600, 600);
189 m_h_siPos_x->StatOverflows();
190 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siPos_x->GetName(), m_h_siPos_x));
191
192 m_h_siPos_y = new TH1F("h_siPos_y", "siPos_y", 100, -600, 600);
193 m_h_siPos_y->StatOverflows();
194 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siPos_y->GetName(), m_h_siPos_y));
195
196 m_h_siPos_z = new TH1F("h_siPos_z", "siPos_z", 100, -3000, 3000);
197 m_h_siPos_z->StatOverflows();
198 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siPos_z->GetName(), m_h_siPos_z));
199
200 m_h_siGangPix = new TH1F("h_siGangPix", "siGangPix", 100, 0, 2);
201 m_h_siGangPix->StatOverflows();
202 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siGangPix->GetName(), m_h_siGangPix));
203
204 m_h_siDetID = new TH1F("h_siDetID", "siDetID", 100, 0, 1e18);
205 m_h_siDetID->StatOverflows();
206 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siDetID->GetName(), m_h_siDetID));
207
208 m_h_siDetPix = new TH1F("h_siDetPix", "siDetPix", 100, 0, 2);
209 m_h_siDetPix->StatOverflows();
210 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siDetPix->GetName(), m_h_siDetPix));
211
212 m_h_siDetSCT = new TH1F("h_siDetSCT", "siDetSCT", 100, 0, 2);
213 m_h_siDetSCT->StatOverflows();
214 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siDetSCT->GetName(), m_h_siDetSCT));
215
216 m_h_siDetBrl = new TH1F("h_siDetBrl", "siDetBrl", 100, 0, 2);
217 m_h_siDetBrl->StatOverflows();
218 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siDetBrl->GetName(), m_h_siDetBrl));
219
220 m_h_siDetEc = new TH1F("h_siDetEc", "siDetEc", 100, 0, 2);
221 m_h_siDetEc->StatOverflows();
222 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siDetEc->GetName(), m_h_siDetEc));
223
224 m_h_siDetBlay = new TH1F("h_siDetBlay", "siDetBlay", 100, 0, 2);
225 m_h_siDetBlay->StatOverflows();
226 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siDetBlay->GetName(), m_h_siDetBlay));
227
228 m_h_siDetInPixLay = new TH1F("h_siDetInPixLay", "siDetInPixLay", 100, 0, 2);
229 m_h_siDetInPixLay->StatOverflows();
230 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siDetInPixLay->GetName(), m_h_siDetInPixLay));
231
232 m_h_siDetNtInPixLay = new TH1F("h_siDetNtInPixLay", "siDetNtInPixLay", 100, 0, 2);
233 m_h_siDetNtInPixLay->StatOverflows();
234 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siDetNtInPixLay->GetName(), m_h_siDetNtInPixLay));
235
236 m_h_siDetDBM = new TH1F("h_siDetDBM", "siDetDBM", 100, 0, 2);
237 m_h_siDetDBM->StatOverflows();
238 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siDetDBM->GetName(), m_h_siDetDBM));
239
240 m_h_siDetHitDepthDir = new TH1F("h_siDetHitDepthDir", "siDetHitDepthDir", 100, -2, 2);
241 m_h_siDetHitDepthDir->StatOverflows();
243
244 m_h_siDetHitPhiDir = new TH1F("h_siDetHitPhiDir", "siDetHitPhiDir", 100, -2, 2);
245 m_h_siDetHitPhiDir->StatOverflows();
246 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siDetHitPhiDir->GetName(), m_h_siDetHitPhiDir));
247
248 m_h_siDetHitEtaDir = new TH1F("h_siDetHitEtaDir", "siDetHitEtaDir", 100, -2, 2);
249 m_h_siDetHitEtaDir->StatOverflows();
250 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siDetHitEtaDir->GetName(), m_h_siDetHitEtaDir));
251
252 m_h_siDetMinR = new TH1F("h_siDetMinR", "siDetMinR", 100, 0, 600);
253 m_h_siDetMinR->StatOverflows();
254 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siDetMinR->GetName(), m_h_siDetMinR));
255
256 m_h_siDetMaxR = new TH1F("h_siDetMaxR", "siDetMaxR", 100, 0, 600);
257 m_h_siDetMaxR->StatOverflows();
258 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siDetMaxR->GetName(), m_h_siDetMaxR));
259
260 m_h_siDetMinZ = new TH1F("h_siDetMinZ", "siDetMinZ", 100, -3000, 3000);
261 m_h_siDetMinZ->StatOverflows();
262 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siDetMinZ->GetName(), m_h_siDetMinZ));
263
264 m_h_siDetMaxZ = new TH1F("h_siDetMaxZ", "siDetMaxZ", 100, -3000, 3000);
265 m_h_siDetMaxZ->StatOverflows();
266 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siDetMaxZ->GetName(), m_h_siDetMaxZ));
267
268 m_h_siDetMinPhi = new TH1F("h_siDetMinPhi", "siDetMinPhi", 100, -3.5, 3.5);
269 m_h_siDetMinPhi->StatOverflows();
270 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siDetMinPhi->GetName(), m_h_siDetMinPhi));
271
272 m_h_siDetMaxPhi = new TH1F("h_siDetMaxPhi", "siDetMaxPhi", 100, 3.5, 3.5);
273 m_h_siDetMaxPhi->StatOverflows();
274 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siDetMaxPhi->GetName(), m_h_siDetMaxPhi));
275
276 m_h_siDetWidth = new TH1F("h_siDetWidth", "siDetWidth", 100, 0, 75);
277 m_h_siDetWidth->StatOverflows();
278 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siDetWidth->GetName(), m_h_siDetWidth));
279
280 m_h_siDetMinWidth = new TH1F("h_siDetMinWidth", "siDetMinWidth", 100, 0, 75);
281 m_h_siDetMinWidth->StatOverflows();
282 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siDetMinWidth->GetName(), m_h_siDetMinWidth));
283
284 m_h_siDetMaxWidth = new TH1F("h_siDetMaxWidth", "siDetMaxWidth", 100, 0, 75);
285 m_h_siDetMaxWidth->StatOverflows();
286 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siDetMaxWidth->GetName(), m_h_siDetMaxWidth));
287
288 m_h_siDetLength = new TH1F("h_siDetLength", "siDetLength", 100, 0, 150);
289 m_h_siDetLength->StatOverflows();
290 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siDetLength->GetName(), m_h_siDetLength));
291
292 m_h_siDetThick = new TH1F("h_siDetThick", "siDetThick", 100, 0, 1);
293 m_h_siDetThick->StatOverflows();
294 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siDetThick->GetName(), m_h_siDetThick));
295
296 m_h_siDetEtaPitch = new TH1F("h_siDetEtaPitch", "siDetEtaPitch", 100, 0, 150);
297 m_h_siDetEtaPitch->StatOverflows();
298 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siDetEtaPitch->GetName(), m_h_siDetEtaPitch));
299
300 m_h_siDetPhiPitch = new TH1F("h_siDetPhiPitch", "siDetPhiPitch", 100, 0, 0.1);
301 m_h_siDetPhiPitch->StatOverflows();
302 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_siDetPhiPitch->GetName(), m_h_siDetPhiPitch));
303
304 m_h_clusID = new TH1F("h_clusID", "clusID", 100, 0, 1e18);
305 m_h_clusID->StatOverflows();
306 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_clusID->GetName(), m_h_clusID));
307
308 m_h_locpos_x = new TH1F("h_locpos_x", "locpos_x", 100, -40, 40);
309 m_h_locpos_x->StatOverflows();
310 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_locpos_x->GetName(), m_h_locpos_x));
311
312 m_h_locpos_y = new TH1F("h_locpos_y", "locpos_y", 100, -1, 1);
313 m_h_locpos_y->StatOverflows();
314 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_locpos_y->GetName(), m_h_locpos_y));
315
316 m_h_rdoID_prd = new TH1F("h_rdoID_prd", "rdoID_prd", 100, 0, 1e18);
317 m_h_rdoID_prd->StatOverflows();
318 ATH_CHECK(m_thistSvc->regHist(m_path.value() + m_h_rdoID_prd->GetName(), m_h_rdoID_prd));
319
320 return StatusCode::SUCCESS;
321}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_ERROR(x)
SG::ReadCondHandleKey< InDetDD::SiDetectorElementCollection > m_SCTDetEleCollKey
StringProperty m_ntupleTreeName
StringProperty m_ntupleFileName
StringProperty m_ntupleDirName
TH1F(name, title, nxbins, bins_par2, bins_par3=None, path='', **kwargs)

◆ inputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< Algorithm > >::inputHandles ( ) const
overridevirtualinherited

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()

MsgStream & AthCommonMsg< Algorithm >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

24 {
25 return this->msgStream();
26 }

◆ msgLvl()

bool AthCommonMsg< Algorithm >::msgLvl ( const MSG::Level lvl) const
inlineinherited

Definition at line 30 of file AthCommonMsg.h.

30 {
31 return this->msgLevel(lvl);
32 }

◆ outputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< Algorithm > >::outputHandles ( ) const
overridevirtualinherited

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.

◆ renounce()

std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > AthCommonDataStore< AthCommonMsg< Algorithm > >::renounce ( T & h)
inlineprotectedinherited

Definition at line 380 of file AthCommonDataStore.h.

381 {
382 h.renounce();
384 }
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce(T &h)

◆ renounceArray()

void AthCommonDataStore< AthCommonMsg< Algorithm > >::renounceArray ( SG::VarHandleKeyArray & handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364 {
366 }

◆ sysInitialize()

StatusCode AthAlgorithm::sysInitialize ( )
overridevirtualinherited

Override sysInitialize.

Override sysInitialize from the base class.

Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc

Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc

Reimplemented from AthCommonDataStore< AthCommonMsg< Algorithm > >.

Reimplemented in AthAnalysisAlgorithm, AthFilterAlgorithm, AthHistogramAlgorithm, and PyAthena::Alg.

Definition at line 66 of file AthAlgorithm.cxx.

66 {
68
69 if (sc.isFailure()) {
70 return sc;
71 }
72 ServiceHandle<ICondSvc> cs("CondSvc",name());
73 for (auto h : outputHandles()) {
74 if (h->isCondition() && h->mode() == Gaudi::DataHandle::Writer) {
75 // do this inside the loop so we don't create the CondSvc until needed
76 if ( cs.retrieve().isFailure() ) {
77 ATH_MSG_WARNING("no CondSvc found: won't autoreg WriteCondHandles");
78 return StatusCode::SUCCESS;
79 }
80 if (cs->regHandle(this,*h).isFailure()) {
81 sc = StatusCode::FAILURE;
82 ATH_MSG_ERROR("unable to register WriteCondHandle " << h->fullKey()
83 << " with CondSvc");
84 }
85 }
86 }
87 return sc;
88}
#define ATH_MSG_WARNING(x)
static Double_t sc
virtual StatusCode sysInitialize() override
Override sysInitialize.
AthCommonDataStore(const std::string &name, T... args)
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
::StatusCode StatusCode
StatusCode definition for legacy code.

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< Algorithm > >::sysStart ( )
overridevirtualinherited

Handle START transition.

We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.

◆ updateVHKA()

void AthCommonDataStore< AthCommonMsg< Algorithm > >::updateVHKA ( Gaudi::Details::PropertyBase & )
inlineinherited

Definition at line 308 of file AthCommonDataStore.h.

308 {
309 // debug() << "updateVHKA for property " << p.name() << " " << p.toString()
310 // << " size: " << m_vhka.size() << endmsg;
311 for (auto &a : m_vhka) {
313 for (auto k : keys) {
314 k->setOwner(this);
315 }
316 }
317 }
std::vector< SG::VarHandleKeyArray * > m_vhka

Member Data Documentation

◆ m_clusID

std::vector<unsigned long long>* SCT_FastRDOAnalysis::m_clusID
private

Definition at line 79 of file SCT_FastRDOAnalysis.h.

◆ m_detStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Algorithm > >::m_detStore
privateinherited

Pointer to StoreGate (detector store by default)

Definition at line 393 of file AthCommonDataStore.h.

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Algorithm > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default)

Definition at line 390 of file AthCommonDataStore.h.

◆ m_extendedExtraObjects

DataObjIDColl AthAlgorithm::m_extendedExtraObjects
privateinherited

Definition at line 79 of file AthAlgorithm.h.

◆ m_h_clusID

TH1* SCT_FastRDOAnalysis::m_h_clusID
private

Definition at line 119 of file SCT_FastRDOAnalysis.h.

◆ m_h_hitsTimeBin3

TH1* SCT_FastRDOAnalysis::m_h_hitsTimeBin3
private

Definition at line 85 of file SCT_FastRDOAnalysis.h.

◆ m_h_locpos_x

TH1* SCT_FastRDOAnalysis::m_h_locpos_x
private

Definition at line 120 of file SCT_FastRDOAnalysis.h.

◆ m_h_locpos_y

TH1* SCT_FastRDOAnalysis::m_h_locpos_y
private

Definition at line 121 of file SCT_FastRDOAnalysis.h.

◆ m_h_rdoID_prd

TH1* SCT_FastRDOAnalysis::m_h_rdoID_prd
private

Definition at line 122 of file SCT_FastRDOAnalysis.h.

◆ m_h_siCol

TH1* SCT_FastRDOAnalysis::m_h_siCol
private

Definition at line 86 of file SCT_FastRDOAnalysis.h.

◆ m_h_siDetBlay

TH1* SCT_FastRDOAnalysis::m_h_siDetBlay
private

Definition at line 99 of file SCT_FastRDOAnalysis.h.

◆ m_h_siDetBrl

TH1* SCT_FastRDOAnalysis::m_h_siDetBrl
private

Definition at line 97 of file SCT_FastRDOAnalysis.h.

◆ m_h_siDetDBM

TH1* SCT_FastRDOAnalysis::m_h_siDetDBM
private

Definition at line 102 of file SCT_FastRDOAnalysis.h.

◆ m_h_siDetEc

TH1* SCT_FastRDOAnalysis::m_h_siDetEc
private

Definition at line 98 of file SCT_FastRDOAnalysis.h.

◆ m_h_siDetEtaPitch

TH1* SCT_FastRDOAnalysis::m_h_siDetEtaPitch
private

Definition at line 117 of file SCT_FastRDOAnalysis.h.

◆ m_h_siDetHitDepthDir

TH1* SCT_FastRDOAnalysis::m_h_siDetHitDepthDir
private

Definition at line 103 of file SCT_FastRDOAnalysis.h.

◆ m_h_siDetHitEtaDir

TH1* SCT_FastRDOAnalysis::m_h_siDetHitEtaDir
private

Definition at line 105 of file SCT_FastRDOAnalysis.h.

◆ m_h_siDetHitPhiDir

TH1* SCT_FastRDOAnalysis::m_h_siDetHitPhiDir
private

Definition at line 104 of file SCT_FastRDOAnalysis.h.

◆ m_h_siDetID

TH1* SCT_FastRDOAnalysis::m_h_siDetID
private

Definition at line 94 of file SCT_FastRDOAnalysis.h.

◆ m_h_siDetInPixLay

TH1* SCT_FastRDOAnalysis::m_h_siDetInPixLay
private

Definition at line 100 of file SCT_FastRDOAnalysis.h.

◆ m_h_siDetLength

TH1* SCT_FastRDOAnalysis::m_h_siDetLength
private

Definition at line 115 of file SCT_FastRDOAnalysis.h.

◆ m_h_siDetMaxPhi

TH1* SCT_FastRDOAnalysis::m_h_siDetMaxPhi
private

Definition at line 111 of file SCT_FastRDOAnalysis.h.

◆ m_h_siDetMaxR

TH1* SCT_FastRDOAnalysis::m_h_siDetMaxR
private

Definition at line 107 of file SCT_FastRDOAnalysis.h.

◆ m_h_siDetMaxWidth

TH1* SCT_FastRDOAnalysis::m_h_siDetMaxWidth
private

Definition at line 114 of file SCT_FastRDOAnalysis.h.

◆ m_h_siDetMaxZ

TH1* SCT_FastRDOAnalysis::m_h_siDetMaxZ
private

Definition at line 109 of file SCT_FastRDOAnalysis.h.

◆ m_h_siDetMinPhi

TH1* SCT_FastRDOAnalysis::m_h_siDetMinPhi
private

Definition at line 110 of file SCT_FastRDOAnalysis.h.

◆ m_h_siDetMinR

TH1* SCT_FastRDOAnalysis::m_h_siDetMinR
private

Definition at line 106 of file SCT_FastRDOAnalysis.h.

◆ m_h_siDetMinWidth

TH1* SCT_FastRDOAnalysis::m_h_siDetMinWidth
private

Definition at line 113 of file SCT_FastRDOAnalysis.h.

◆ m_h_siDetMinZ

TH1* SCT_FastRDOAnalysis::m_h_siDetMinZ
private

Definition at line 108 of file SCT_FastRDOAnalysis.h.

◆ m_h_siDetNtInPixLay

TH1* SCT_FastRDOAnalysis::m_h_siDetNtInPixLay
private

Definition at line 101 of file SCT_FastRDOAnalysis.h.

◆ m_h_siDetPhiPitch

TH1* SCT_FastRDOAnalysis::m_h_siDetPhiPitch
private

Definition at line 118 of file SCT_FastRDOAnalysis.h.

◆ m_h_siDetPix

TH1* SCT_FastRDOAnalysis::m_h_siDetPix
private

Definition at line 95 of file SCT_FastRDOAnalysis.h.

◆ m_h_siDetSCT

TH1* SCT_FastRDOAnalysis::m_h_siDetSCT
private

Definition at line 96 of file SCT_FastRDOAnalysis.h.

◆ m_h_siDetThick

TH1* SCT_FastRDOAnalysis::m_h_siDetThick
private

Definition at line 116 of file SCT_FastRDOAnalysis.h.

◆ m_h_siDetWidth

TH1* SCT_FastRDOAnalysis::m_h_siDetWidth
private

Definition at line 112 of file SCT_FastRDOAnalysis.h.

◆ m_h_siGangPix

TH1* SCT_FastRDOAnalysis::m_h_siGangPix
private

Definition at line 93 of file SCT_FastRDOAnalysis.h.

◆ m_h_siPhiR

TH1* SCT_FastRDOAnalysis::m_h_siPhiR
private

Definition at line 88 of file SCT_FastRDOAnalysis.h.

◆ m_h_siPos_x

TH1* SCT_FastRDOAnalysis::m_h_siPos_x
private

Definition at line 90 of file SCT_FastRDOAnalysis.h.

◆ m_h_siPos_y

TH1* SCT_FastRDOAnalysis::m_h_siPos_y
private

Definition at line 91 of file SCT_FastRDOAnalysis.h.

◆ m_h_siPos_z

TH1* SCT_FastRDOAnalysis::m_h_siPos_z
private

Definition at line 92 of file SCT_FastRDOAnalysis.h.

◆ m_h_siRow

TH1* SCT_FastRDOAnalysis::m_h_siRow
private

Definition at line 87 of file SCT_FastRDOAnalysis.h.

◆ m_h_siZ

TH1* SCT_FastRDOAnalysis::m_h_siZ
private

Definition at line 89 of file SCT_FastRDOAnalysis.h.

◆ m_hitsTimeBin3

std::vector<uint16_t>* SCT_FastRDOAnalysis::m_hitsTimeBin3
private

Definition at line 38 of file SCT_FastRDOAnalysis.h.

◆ m_inputKey

SG::ReadHandleKey<InDet::SCT_ClusterContainer> SCT_FastRDOAnalysis::m_inputKey {this, "InputKey", "SCT_Clusters"}
private

Definition at line 36 of file SCT_FastRDOAnalysis.h.

36{this, "InputKey", "SCT_Clusters"};

◆ m_locpos_x

std::vector<float>* SCT_FastRDOAnalysis::m_locpos_x
private

Definition at line 80 of file SCT_FastRDOAnalysis.h.

◆ m_locpos_y

std::vector<float>* SCT_FastRDOAnalysis::m_locpos_y
private

Definition at line 81 of file SCT_FastRDOAnalysis.h.

◆ m_ntupleDirName

StringProperty SCT_FastRDOAnalysis::m_ntupleDirName {this, "NtupleDirectoryName", "/SCT_FastRDOAnalysis/"}
private

Definition at line 126 of file SCT_FastRDOAnalysis.h.

126{this, "NtupleDirectoryName", "/SCT_FastRDOAnalysis/"};

◆ m_ntupleFileName

StringProperty SCT_FastRDOAnalysis::m_ntupleFileName {this, "NtupleFileName", "/ntuples/file1"}
private

Definition at line 125 of file SCT_FastRDOAnalysis.h.

125{this, "NtupleFileName", "/ntuples/file1"};

◆ m_ntupleTreeName

StringProperty SCT_FastRDOAnalysis::m_ntupleTreeName {this, "NtupleTreeName", "/SCT_FastRDOAna"}
private

Definition at line 127 of file SCT_FastRDOAnalysis.h.

127{this, "NtupleTreeName", "/SCT_FastRDOAna"};

◆ m_path

StringProperty SCT_FastRDOAnalysis::m_path {this, "HistPath", "/SCT_FastRDOAnalysis/"}
private

Definition at line 128 of file SCT_FastRDOAnalysis.h.

128{this, "HistPath", "/SCT_FastRDOAnalysis/"};

◆ m_rdoID_prd

std::vector<unsigned long long>* SCT_FastRDOAnalysis::m_rdoID_prd
private

Definition at line 82 of file SCT_FastRDOAnalysis.h.

◆ m_SCTDetEleCollKey

SG::ReadCondHandleKey<InDetDD::SiDetectorElementCollection> SCT_FastRDOAnalysis::m_SCTDetEleCollKey {this, "SCTDetEleCollKey", "SCT_DetectorElementCollection", "Key of SiDetectorElementCollection for SCT"}
private

Definition at line 41 of file SCT_FastRDOAnalysis.h.

41{this, "SCTDetEleCollKey", "SCT_DetectorElementCollection", "Key of SiDetectorElementCollection for SCT"};

◆ m_siCol

std::vector<float>* SCT_FastRDOAnalysis::m_siCol
private

Definition at line 44 of file SCT_FastRDOAnalysis.h.

◆ m_siDetBlay

std::vector<bool>* SCT_FastRDOAnalysis::m_siDetBlay
private

Definition at line 57 of file SCT_FastRDOAnalysis.h.

◆ m_siDetBrl

std::vector<bool>* SCT_FastRDOAnalysis::m_siDetBrl
private

Definition at line 55 of file SCT_FastRDOAnalysis.h.

◆ m_siDetDBM

std::vector<bool>* SCT_FastRDOAnalysis::m_siDetDBM
private

Definition at line 60 of file SCT_FastRDOAnalysis.h.

◆ m_siDetEc

std::vector<bool>* SCT_FastRDOAnalysis::m_siDetEc
private

Definition at line 56 of file SCT_FastRDOAnalysis.h.

◆ m_siDetEtaPitch

std::vector<double>* SCT_FastRDOAnalysis::m_siDetEtaPitch
private

Definition at line 75 of file SCT_FastRDOAnalysis.h.

◆ m_siDetHitDepthDir

std::vector<double>* SCT_FastRDOAnalysis::m_siDetHitDepthDir
private

Definition at line 61 of file SCT_FastRDOAnalysis.h.

◆ m_siDetHitEtaDir

std::vector<double>* SCT_FastRDOAnalysis::m_siDetHitEtaDir
private

Definition at line 63 of file SCT_FastRDOAnalysis.h.

◆ m_siDetHitPhiDir

std::vector<double>* SCT_FastRDOAnalysis::m_siDetHitPhiDir
private

Definition at line 62 of file SCT_FastRDOAnalysis.h.

◆ m_siDetID

std::vector<unsigned long long>* SCT_FastRDOAnalysis::m_siDetID
private

Definition at line 52 of file SCT_FastRDOAnalysis.h.

◆ m_siDetInPixLay

std::vector<bool>* SCT_FastRDOAnalysis::m_siDetInPixLay
private

Definition at line 58 of file SCT_FastRDOAnalysis.h.

◆ m_siDetLength

std::vector<double>* SCT_FastRDOAnalysis::m_siDetLength
private

Definition at line 73 of file SCT_FastRDOAnalysis.h.

◆ m_siDetMaxPhi

std::vector<double>* SCT_FastRDOAnalysis::m_siDetMaxPhi
private

Definition at line 69 of file SCT_FastRDOAnalysis.h.

◆ m_siDetMaxR

std::vector<double>* SCT_FastRDOAnalysis::m_siDetMaxR
private

Definition at line 65 of file SCT_FastRDOAnalysis.h.

◆ m_siDetMaxWidth

std::vector<double>* SCT_FastRDOAnalysis::m_siDetMaxWidth
private

Definition at line 72 of file SCT_FastRDOAnalysis.h.

◆ m_siDetMaxZ

std::vector<double>* SCT_FastRDOAnalysis::m_siDetMaxZ
private

Definition at line 67 of file SCT_FastRDOAnalysis.h.

◆ m_siDetMinPhi

std::vector<double>* SCT_FastRDOAnalysis::m_siDetMinPhi
private

Definition at line 68 of file SCT_FastRDOAnalysis.h.

◆ m_siDetMinR

std::vector<double>* SCT_FastRDOAnalysis::m_siDetMinR
private

Definition at line 64 of file SCT_FastRDOAnalysis.h.

◆ m_siDetMinWidth

std::vector<double>* SCT_FastRDOAnalysis::m_siDetMinWidth
private

Definition at line 71 of file SCT_FastRDOAnalysis.h.

◆ m_siDetMinZ

std::vector<double>* SCT_FastRDOAnalysis::m_siDetMinZ
private

Definition at line 66 of file SCT_FastRDOAnalysis.h.

◆ m_siDetNtInPixLay

std::vector<bool>* SCT_FastRDOAnalysis::m_siDetNtInPixLay
private

Definition at line 59 of file SCT_FastRDOAnalysis.h.

◆ m_siDetPhiPitch

std::vector<double>* SCT_FastRDOAnalysis::m_siDetPhiPitch
private

Definition at line 76 of file SCT_FastRDOAnalysis.h.

◆ m_siDetPix

std::vector<bool>* SCT_FastRDOAnalysis::m_siDetPix
private

Definition at line 53 of file SCT_FastRDOAnalysis.h.

◆ m_siDetSCT

std::vector<bool>* SCT_FastRDOAnalysis::m_siDetSCT
private

Definition at line 54 of file SCT_FastRDOAnalysis.h.

◆ m_siDetThick

std::vector<double>* SCT_FastRDOAnalysis::m_siDetThick
private

Definition at line 74 of file SCT_FastRDOAnalysis.h.

◆ m_siDetWidth

std::vector<double>* SCT_FastRDOAnalysis::m_siDetWidth
private

Definition at line 70 of file SCT_FastRDOAnalysis.h.

◆ m_siGangPix

std::vector<bool>* SCT_FastRDOAnalysis::m_siGangPix
private

Definition at line 51 of file SCT_FastRDOAnalysis.h.

◆ m_siPhiR

std::vector<float>* SCT_FastRDOAnalysis::m_siPhiR
private

Definition at line 46 of file SCT_FastRDOAnalysis.h.

◆ m_siPos_x

std::vector<float>* SCT_FastRDOAnalysis::m_siPos_x
private

Definition at line 48 of file SCT_FastRDOAnalysis.h.

◆ m_siPos_y

std::vector<float>* SCT_FastRDOAnalysis::m_siPos_y
private

Definition at line 49 of file SCT_FastRDOAnalysis.h.

◆ m_siPos_z

std::vector<float>* SCT_FastRDOAnalysis::m_siPos_z
private

Definition at line 50 of file SCT_FastRDOAnalysis.h.

◆ m_siRow

std::vector<float>* SCT_FastRDOAnalysis::m_siRow
private

Definition at line 45 of file SCT_FastRDOAnalysis.h.

◆ m_siZ

std::vector<float>* SCT_FastRDOAnalysis::m_siZ
private

Definition at line 47 of file SCT_FastRDOAnalysis.h.

◆ m_thistSvc

ServiceHandle<ITHistSvc> SCT_FastRDOAnalysis::m_thistSvc
private

Definition at line 130 of file SCT_FastRDOAnalysis.h.

◆ m_tree

TTree* SCT_FastRDOAnalysis::m_tree
private

Definition at line 124 of file SCT_FastRDOAnalysis.h.

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< Algorithm > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

std::vector<SG::VarHandleKeyArray*> AthCommonDataStore< AthCommonMsg< Algorithm > >::m_vhka
privateinherited

Definition at line 398 of file AthCommonDataStore.h.


The documentation for this class was generated from the following files: