ATLAS Offline Software
Loading...
Searching...
No Matches
InDet::InDetCosmicsEventPhase Class Reference

#include <InDetCosmicsEventPhase.h>

Inheritance diagram for InDet::InDetCosmicsEventPhase:
Collaboration diagram for InDet::InDetCosmicsEventPhase:

Public Member Functions

 InDetCosmicsEventPhase (const std::string &name, ISvcLocator *pSvcLocator)
StatusCode initialize ()
StatusCode execute ()
StatusCode finalize ()
StatusCode storePhase ()
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

double m_phase = 0.0
SG::ReadHandleKeyArray< TrackCollectionm_readKey_tracks {this, "InputTracksNames" ,{"Tracks"}, "Tracks to extract event phase" }
SG::WriteHandleKey< ComTimem_writeKey_TRTPhase {this, "EventPhaseName" ,"TRT_Phase", "TRT Event Phase name to store" }
ToolHandle< ITRT_CalDbToolm_caldbtool
 TRT Calibration DB tool.
ToolHandle< Trk::ITrackSummaryToolm_trackSumTool
ToolHandle< InDet::IInDetCosmicsEventPhaseToolm_eventPhaseTool
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 27 of file InDetCosmicsEventPhase.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

◆ InDetCosmicsEventPhase()

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

Definition at line 28 of file InDetCosmicsEventPhase.cxx.

28 :
29 AthAlgorithm(name, pSvcLocator),
30 m_caldbtool("TRT_CalDbTool", this),
32 declareProperty("TRTCalDbTool", m_caldbtool);
33 declareProperty("TrackSummaryTool", m_trackSumTool);
34 declareProperty("EventPhaseTool", m_eventPhaseTool);
35 }
AthAlgorithm()
Default constructor:
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
ToolHandle< InDet::IInDetCosmicsEventPhaseTool > m_eventPhaseTool
ToolHandle< Trk::ITrackSummaryTool > m_trackSumTool
ToolHandle< ITRT_CalDbTool > m_caldbtool
TRT Calibration DB tool.

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 }

◆ 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 InDet::InDetCosmicsEventPhase::execute ( )

Definition at line 56 of file InDetCosmicsEventPhase.cxx.

56 {
57
58 m_phase = 0;
59
60 const Trk::Track* selected = nullptr;
61 int maxTRT = -1;
62
63// Sasa Nov 30
64
65 const TRT_ID* TRTHelper = nullptr;
66 StatusCode sc = detStore()->retrieve(TRTHelper, "TRT_ID");
67 if (sc.isFailure()) {
68 msg(MSG::ERROR) << "Unable to retrieve TRT ID Helper." << endmsg;
69 return sc;
70 }
71
72 std::vector<double> EPforTracksWithBarrelHits;
73
74 for (SG::ReadHandleKey<TrackCollection>& k : m_readKey_tracks) {
75 SG::ReadHandle<TrackCollection> MyTrackCollection(k);
76 if (MyTrackCollection.isValid()) {
77 const TrackCollection* trtbarreltracks = MyTrackCollection.cptr();
78 TrackCollection::const_iterator trackIt = trtbarreltracks->begin();
79 TrackCollection::const_iterator trackEnd = trtbarreltracks->end();
80 for (; trackIt != trackEnd; ++trackIt) {
81 int nTRTbarrelHits = 0;
82 Trk::Track const* track = *trackIt;
83 for (Trk::TrackStateOnSurface const* state : *track->trackStateOnSurfaces()) {
84 Trk::MeasurementBase const* mesb = state->measurementOnTrack();
85 if (!mesb || !state->type(Trk::TrackStateOnSurface::Measurement)) continue;
86 InDet::TRT_DriftCircleOnTrack const* trtcirc = dynamic_cast<InDet::TRT_DriftCircleOnTrack const*>(mesb);
87 if (!trtcirc) continue;
88 Identifier const& id = trtcirc->identify();
89 if (abs(TRTHelper->barrel_ec(id)) != 1) continue;
90 nTRTbarrelHits++;
91 }
92
93 if (nTRTbarrelHits >= 10) { // require at least 10 barrel TRT hits
94 double tmpEP = m_eventPhaseTool->findPhase(track);
95 if (tmpEP != 0.) EPforTracksWithBarrelHits.push_back(tmpEP);
96 }
97
98 if (nTRTbarrelHits > maxTRT) {
99 maxTRT = nTRTbarrelHits;
100 selected = *trackIt; // track with max N of barrel hits
101 }
102 }
103 }
104 }
105
106 m_phase = 0.;
107
108 if (0 && selected) { // used to be default in cosmic to use only one track
109 ATH_MSG_DEBUG("Using track with " << maxTRT << " TRT Hits");
110 m_phase = m_eventPhaseTool->findPhase(selected);
111 }
112
113// Sasa Dec 2009: use average instead of result for one track
114 if (EPforTracksWithBarrelHits.size()) {
115 for (unsigned int i = 0; i < EPforTracksWithBarrelHits.size(); i++) m_phase += EPforTracksWithBarrelHits[i];
116 m_phase /= (double) (EPforTracksWithBarrelHits.size());
117 }
118
119 ATH_MSG_DEBUG("Event Phase - " << m_phase);
120
121 sc = storePhase();
122
123 ATH_MSG_DEBUG("exit InDetCosmicsEventPhase");
124 sc = StatusCode::SUCCESS;
125 return sc;
126 }
#define endmsg
#define ATH_MSG_DEBUG(x)
static Double_t sc
bool const RAWDATA *ch2 const
DataVector< Trk::Track > TrackCollection
This typedef represents a collection of Trk::Track objects.
const ServiceHandle< StoreGateSvc > & detStore() const
MsgStream & msg() const
DataModel_detail::const_iterator< DataVector > const_iterator
Definition DataVector.h:838
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.
SG::ReadHandleKeyArray< TrackCollection > m_readKey_tracks
int barrel_ec(const Identifier &id) const
Values of different levels (failure returns 0)
Definition TRT_ID.h:797
Identifier identify() const
return the identifier -extends MeasurementBase
@ Measurement
This is a measurement, and will at least contain a Trk::MeasurementBase.
::StatusCode StatusCode
StatusCode definition for legacy code.

◆ 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 InDet::InDetCosmicsEventPhase::finalize ( )

Definition at line 128 of file InDetCosmicsEventPhase.cxx.

128 {
129 ATH_MSG_INFO("finalize()");
130 return StatusCode::SUCCESS;
131 }
#define ATH_MSG_INFO(x)

◆ initialize()

StatusCode InDet::InDetCosmicsEventPhase::initialize ( )

Definition at line 37 of file InDetCosmicsEventPhase.cxx.

37 {
38 ATH_MSG_INFO("initialize()");
39
40 StatusCode sc = m_caldbtool.retrieve();
41 if (sc.isFailure()) {
42 ATH_MSG_FATAL("Failed to retrieve TRT Calibration DB Service!");
43 return sc;
44 }
45
46 ATH_CHECK(m_eventPhaseTool.retrieve());
47 m_trackSumTool.disable(); // never used?
48
49 ATH_CHECK(m_readKey_tracks.initialize());
50 ATH_CHECK(m_writeKey_TRTPhase.initialize());
51
52 return StatusCode::SUCCESS;
53 }
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_FATAL(x)
SG::WriteHandleKey< ComTime > m_writeKey_TRTPhase

◆ 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 }

◆ storePhase()

StatusCode InDet::InDetCosmicsEventPhase::storePhase ( )

Definition at line 133 of file InDetCosmicsEventPhase.cxx.

133 {
134 ATH_MSG_DEBUG("Recording phase... " << m_phase);
135 SG::WriteHandle<ComTime> writeTRTPhase(m_writeKey_TRTPhase);
136 writeTRTPhase = std::make_unique<ComTime>(m_phase, m_phase);
137 ATH_CHECK(writeTRTPhase.isValid());
138 return StatusCode::SUCCESS;
139 }

◆ 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_ERROR(x)
#define ATH_MSG_WARNING(x)
virtual StatusCode sysInitialize() override
Override sysInitialize.
AthCommonDataStore(const std::string &name, T... args)
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override

◆ 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_caldbtool

ToolHandle<ITRT_CalDbTool> InDet::InDetCosmicsEventPhase::m_caldbtool
private

TRT Calibration DB tool.

Definition at line 42 of file InDetCosmicsEventPhase.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_eventPhaseTool

ToolHandle<InDet::IInDetCosmicsEventPhaseTool> InDet::InDetCosmicsEventPhase::m_eventPhaseTool
private

Definition at line 44 of file InDetCosmicsEventPhase.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_phase

double InDet::InDetCosmicsEventPhase::m_phase = 0.0
private

Definition at line 37 of file InDetCosmicsEventPhase.h.

◆ m_readKey_tracks

SG::ReadHandleKeyArray<TrackCollection> InDet::InDetCosmicsEventPhase::m_readKey_tracks {this, "InputTracksNames" ,{"Tracks"}, "Tracks to extract event phase" }
private

Definition at line 39 of file InDetCosmicsEventPhase.h.

39{this, "InputTracksNames" ,{"Tracks"}, "Tracks to extract event phase" };

◆ m_trackSumTool

ToolHandle<Trk::ITrackSummaryTool> InDet::InDetCosmicsEventPhase::m_trackSumTool
private

Definition at line 43 of file InDetCosmicsEventPhase.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.

◆ m_writeKey_TRTPhase

SG::WriteHandleKey<ComTime> InDet::InDetCosmicsEventPhase::m_writeKey_TRTPhase {this, "EventPhaseName" ,"TRT_Phase", "TRT Event Phase name to store" }
private

Definition at line 40 of file InDetCosmicsEventPhase.h.

40{this, "EventPhaseName" ,"TRT_Phase", "TRT Event Phase name to store" };

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