Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
#include <IDAlignMonGenericTracksAlg.h>
|
enum | Environment_t {
Environment_t::user = 0,
Environment_t::online,
Environment_t::tier0,
Environment_t::tier0Raw,
Environment_t::tier0ESD,
Environment_t::AOD,
Environment_t::altprod
} |
| Specifies the processing environment. More...
|
|
enum | DataType_t {
DataType_t::userDefined = 0,
DataType_t::monteCarlo,
DataType_t::collisions,
DataType_t::cosmics,
DataType_t::heavyIonCollisions
} |
| Specifies what type of input data is being monitored. More...
|
|
|
| IDAlignMonGenericTracksAlg (const std::string &name, ISvcLocator *pSvcLocator) |
|
virtual | ~IDAlignMonGenericTracksAlg () |
|
virtual StatusCode | initialize () override |
| initialize More...
|
|
virtual StatusCode | fillHistograms (const EventContext &ctx) const override |
| adds event to the monitoring histograms More...
|
|
virtual StatusCode | execute (const EventContext &ctx) const override |
| Applies filters and trigger requirements. More...
|
|
void | fill (const ToolHandle< GenericMonitoringTool > &groupHandle, std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &&variables) const |
| Fills a vector of variables to a group by reference. More...
|
|
void | fill (const ToolHandle< GenericMonitoringTool > &groupHandle, const std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &variables) const |
| Fills a vector of variables to a group by reference. More...
|
|
template<typename... T> |
void | fill (const ToolHandle< GenericMonitoringTool > &groupHandle, T &&... variables) const |
| Fills a variadic list of variables to a group by reference. More...
|
|
void | fill (const std::string &groupName, std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &&variables) const |
| Fills a vector of variables to a group by name. More...
|
|
void | fill (const std::string &groupName, const std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &variables) const |
| Fills a vector of variables to a group by name. More...
|
|
template<typename... T> |
void | fill (const std::string &groupName, T &&... variables) const |
| Fills a variadic list of variables to a group by name. More...
|
|
Environment_t | environment () const |
| Accessor functions for the environment. More...
|
|
Environment_t | envStringToEnum (const std::string &str) const |
| Convert the environment string from the python configuration to an enum object. More...
|
|
DataType_t | dataType () const |
| Accessor functions for the data type. More...
|
|
DataType_t | dataTypeStringToEnum (const std::string &str) const |
| Convert the data type string from the python configuration to an enum object. More...
|
|
const ToolHandle< GenericMonitoringTool > & | getGroup (const std::string &name) const |
| Get a specific monitoring tool from the tool handle array. More...
|
|
const ToolHandle< Trig::TrigDecisionTool > & | getTrigDecisionTool () const |
| Get the trigger decision tool member. More...
|
|
bool | trigChainsArePassed (const std::vector< std::string > &vTrigNames) const |
| Check whether triggers are passed. More...
|
|
SG::ReadHandle< xAOD::EventInfo > | GetEventInfo (const EventContext &) const |
| Return a ReadHandle for an EventInfo object (get run/event numbers, etc.) More...
|
|
virtual float | lbAverageInteractionsPerCrossing (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the average mu, i.e. More...
|
|
virtual float | lbInteractionsPerCrossing (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate instantaneous number of interactions, i.e. More...
|
|
virtual float | lbAverageLuminosity (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate average luminosity (in ub-1 s-1 => 10^30 cm-2 s-1). More...
|
|
virtual float | lbLuminosityPerBCID (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the instantaneous luminosity per bunch crossing. More...
|
|
virtual double | lbDuration (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the duration of the luminosity block (in seconds) More...
|
|
virtual float | lbAverageLivefraction (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the average luminosity livefraction. More...
|
|
virtual float | livefractionPerBCID (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the live fraction per bunch crossing ID. More...
|
|
virtual double | lbLumiWeight (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the average integrated luminosity multiplied by the live fraction. More...
|
|
virtual StatusCode | parseList (const std::string &line, std::vector< std::string > &result) const |
| Parse a string into a vector. More...
|
|
virtual StatusCode | sysInitialize () override |
| Override sysInitialize. More...
|
|
virtual bool | isClonable () const override |
| Specify if the algorithm is clonable. More...
|
|
virtual unsigned int | cardinality () const override |
| Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant. More...
|
|
virtual StatusCode | sysExecute (const EventContext &ctx) override |
| Execute an algorithm. More...
|
|
virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. More...
|
|
virtual bool | filterPassed (const EventContext &ctx) const |
|
virtual void | setFilterPassed (bool state, const EventContext &ctx) const |
|
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 |
|
|
bool | m_hasBeamCondSvc = false |
|
ToolHandleArray< GenericMonitoringTool > | m_tools {this,"GMTools",{}} |
| Array of Generic Monitoring Tools. More...
|
|
PublicToolHandle< Trig::TrigDecisionTool > | m_trigDecTool {this, "TrigDecisionTool",""} |
| Tool to tell whether a specific trigger is passed. More...
|
|
ToolHandleArray< IDQFilterTool > | m_DQFilterTools {this,"FilterTools",{}} |
| Array of Data Quality filter tools. More...
|
|
SG::ReadCondHandleKey< LuminosityCondData > | m_lumiDataKey {this,"LuminosityCondDataKey","LuminosityCondData","SG Key of LuminosityCondData object"} |
|
SG::ReadCondHandleKey< LBDurationCondData > | m_lbDurationDataKey {this,"LBDurationCondDataKey","LBDurationCondData","SG Key of LBDurationCondData object"} |
|
SG::ReadCondHandleKey< TrigLiveFractionCondData > | m_trigLiveFractionDataKey {this,"TrigLiveFractionCondDataKey","TrigLiveFractionCondData", "SG Key of TrigLiveFractionCondData object"} |
|
AthMonitorAlgorithm::Environment_t | m_environment |
| Instance of the Environment_t enum. More...
|
|
AthMonitorAlgorithm::DataType_t | m_dataType |
| Instance of the DataType_t enum. More...
|
|
Gaudi::Property< std::string > | m_environmentStr {this,"Environment","user"} |
| Environment string pulled from the job option and converted to enum. More...
|
|
Gaudi::Property< std::string > | m_dataTypeStr {this,"DataType","userDefined"} |
| DataType string pulled from the job option and converted to enum. More...
|
|
Gaudi::Property< std::string > | m_triggerChainString {this,"TriggerChain",""} |
| Trigger chain string pulled from the job option and parsed into a vector. More...
|
|
std::vector< std::string > | m_vTrigChainNames |
| Vector of trigger chain names parsed from trigger chain string. More...
|
|
Gaudi::Property< std::string > | m_fileKey {this,"FileKey",""} |
| Internal Athena name for file. More...
|
|
Gaudi::Property< bool > | m_useLumi {this,"EnableLumi",false} |
| Allows use of various luminosity functions. More...
|
|
Gaudi::Property< float > | m_defaultLBDuration {this,"DefaultLBDuration",60.} |
| Default duration of one lumi block. More...
|
|
Gaudi::Property< int > | m_detailLevel {this,"DetailLevel",0} |
| Sets the level of detail used in the monitoring. More...
|
|
SG::ReadHandleKey< xAOD::EventInfo > | m_EventInfoKey {this,"EventInfoKey","EventInfo"} |
| Key for retrieving EventInfo from StoreGate. More...
|
|
|
const AtlasDetectorID * | m_idHelper {} |
|
const PixelID * | m_pixelID {} |
|
const SCT_ID * | m_sctID {} |
|
const TRT_ID * | m_trtID {} |
|
std::vector< int > | m_measurements_vs_Eta_Phi_pix_b |
|
std::vector< int > | m_measurements_vs_Eta_Phi_pix_ec |
|
std::vector< int > | m_measurements_vs_Eta_Phi_sct_b_s0 |
|
std::vector< int > | m_measurements_vs_Eta_Phi_sct_b_s1 |
|
std::vector< int > | m_measurements_vs_Eta_Phi_sct_eca_s0 |
|
std::vector< int > | m_measurements_vs_Eta_Phi_sct_eca_s1 |
|
std::vector< int > | m_measurements_vs_Eta_Phi_sct_ecc_s0 |
|
std::vector< int > | m_measurements_vs_Eta_Phi_sct_ecc_s1 |
|
bool | m_extendedPlots {} |
|
float | m_d0Range {} |
|
float | m_d0BsRange {} |
|
float | m_pTRange {0.0F} |
|
float | m_z0Range {} |
|
float | m_etaRange {} |
|
int | m_NTracksRange {} |
|
float | m_barrelEta {} |
|
bool | m_doIP {} |
|
bool | m_doHitQuality {false} |
|
bool | m_applyTrkSel {} |
|
SG::ReadHandleKey< xAOD::VertexContainer > | m_VxPrimContainerName {this,"vxPrimContainerName","PrimaryVertices","Primary Vertices for Alignment Monitoring"} |
|
SG::ReadHandleKey< TrackCollection > | m_tracksKey {this, "TrackName2", "ExtendedTracks", "track data key"} |
|
SG::ReadHandleKey< TrackCollection > | m_tracksName {this, "TrackName", "ExtendedTracks", "track data key"} |
|
SG::ReadCondHandleKey< InDet::BeamSpotData > | m_beamSpotKey { this, "BeamSpotKey", "BeamSpotData", "SG key for beam spot" } |
|
ToolHandle< InDet::IInDetTrackSelectionTool > | m_trackSelection |
|
ToolHandle< IInDetAlignHitQualSelTool > | m_hitQualityTool |
|
ToolHandle< Trk::ITrackToVertexIPEstimator > | m_trackToVertexIPEstimator {this,"TrackToVertexIPEstimator","Trk::TrackToVertexIPEstimator",""} |
|
std::string | m_Pixel_Manager |
|
std::string | m_SCT_Manager |
|
std::string | m_TRT_Manager |
|
std::string | m_name |
|
std::unordered_map< std::string, size_t > | m_toolLookupMap |
|
const ToolHandle< GenericMonitoringTool > | m_dummy |
|
Gaudi::Property< bool > | m_enforceExpressTriggers |
|
DataObjIDColl | m_extendedExtraObjects |
| Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks. More...
|
|
StoreGateSvc_t | m_evtStore |
| Pointer to StoreGate (event store by default) More...
|
|
StoreGateSvc_t | m_detStore |
| Pointer to StoreGate (detector store by default) More...
|
|
std::vector< SG::VarHandleKeyArray * > | m_vhka |
|
bool | m_varHandleArraysDeclared |
|
◆ MonVarVec_t
◆ StoreGateSvc_t
◆ DataType_t
Specifies what type of input data is being monitored.
An enumeration of the different types of data the monitoring application may be running over. This can be used to select which histograms to produce, e.g. to prevent the production of colliding-beam histograms when running on cosmic-ray data. Strings of the same names may be given as jobOptions.
Enumerator |
---|
userDefined | |
monteCarlo | |
collisions | |
cosmics | |
heavyIonCollisions | |
Definition at line 191 of file AthMonitorAlgorithm.h.
◆ Environment_t
Specifies the processing environment.
The running environment may be used to select which histograms are produced, and where they are located in the output. For example, the output paths of the histograms are different for the "user", "online" and the various offline flags. Strings of the same names may be given as jobOptions.
Enumerator |
---|
user | |
online | |
tier0 | |
tier0Raw | |
tier0ESD | |
AOD | |
altprod | |
Definition at line 172 of file AthMonitorAlgorithm.h.
◆ IDAlignMonGenericTracksAlg()
IDAlignMonGenericTracksAlg::IDAlignMonGenericTracksAlg |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ ~IDAlignMonGenericTracksAlg()
IDAlignMonGenericTracksAlg::~IDAlignMonGenericTracksAlg |
( |
| ) |
|
|
virtual |
◆ cardinality()
Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.
Override this to return 0 for reentrant algorithms.
Override this to return 0 for reentrant algorithms.
Definition at line 75 of file AthCommonReentrantAlgorithm.cxx.
◆ dataType()
DataType_t AthMonitorAlgorithm::dataType |
( |
| ) |
const |
|
inlineinherited |
Accessor functions for the data type.
- Returns
- the current value of the class's DataType_t instance.
Definition at line 221 of file AthMonitorAlgorithm.h.
◆ dataTypeStringToEnum()
Convert the data type string from the python configuration to an enum object.
- Returns
- a value in the DataType_t enumeration which matches the input string.
Definition at line 140 of file AthMonitorAlgorithm.cxx.
142 std::string lowerCaseStr =
str;
146 if( lowerCaseStr ==
"userdefined" ) {
148 }
else if( lowerCaseStr ==
"montecarlo" ) {
150 }
else if( lowerCaseStr ==
"collisions" ) {
152 }
else if( lowerCaseStr ==
"cosmics" ) {
154 }
else if( lowerCaseStr ==
"heavyioncollisions" ) {
157 ATH_MSG_WARNING(
"AthMonitorAlgorithm::dataTypeStringToEnum(): Unknown data type "
158 <<
str<<
", returning userDefined.");
◆ 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);
◆ 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.
◆ 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.
◆ 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()
◆ environment()
Accessor functions for the environment.
- Returns
- the current value of the class's Environment_t instance.
Definition at line 205 of file AthMonitorAlgorithm.h.
◆ envStringToEnum()
Convert the environment string from the python configuration to an enum object.
- Returns
- a value in the Environment_t enumeration which matches the input string.
Definition at line 112 of file AthMonitorAlgorithm.cxx.
114 std::string lowerCaseStr =
str;
118 if( lowerCaseStr ==
"user" ) {
120 }
else if( lowerCaseStr ==
"online" ) {
122 }
else if( lowerCaseStr ==
"tier0" ) {
124 }
else if( lowerCaseStr ==
"tier0raw" ) {
126 }
else if( lowerCaseStr ==
"tier0esd" ) {
128 }
else if( lowerCaseStr ==
"aod" ) {
130 }
else if( lowerCaseStr ==
"altprod" ) {
133 ATH_MSG_WARNING(
"AthMonitorAlgorithm::envStringToEnum(): Unknown environment "
134 <<
str<<
", returning user.");
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ execute()
StatusCode AthMonitorAlgorithm::execute |
( |
const EventContext & |
ctx | ) |
const |
|
overridevirtualinherited |
Applies filters and trigger requirements.
Then, calls fillHistograms().
- Parameters
-
ctx | event context for reentrant Athena call |
- Returns
- StatusCode
Definition at line 73 of file AthMonitorAlgorithm.cxx.
78 if (!filterItr->accept()) {
80 return StatusCode::SUCCESS;
87 return StatusCode::SUCCESS;
◆ 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()
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 94 of file AthCommonReentrantAlgorithm.cxx.
◆ fillHistograms()
StatusCode IDAlignMonGenericTracksAlg::fillHistograms |
( |
const EventContext & |
ctx | ) |
const |
|
overridevirtual |
adds event to the monitoring histograms
User will overwrite this function. Histogram booking is no longer done in C++. This function is called in execute once the filters are all passed.
- Parameters
-
ctx | forwarded from execute |
- Returns
- StatusCode
Implements AthMonitorAlgorithm.
Definition at line 141 of file IDAlignMonGenericTracksAlg.cxx.
145 auto genericTrackGroup =
getGroup(
"IDA_Tracks");
155 ATH_MSG_DEBUG (
"IDAlignMonGenericTracksAlg::fillHistograms ** START ** call for track collection: " <<
m_tracksName.key());
160 if (not trks.isValid()) {
162 return StatusCode::RECOVERABLE;
164 ATH_MSG_DEBUG(
"IDAlignMonGenericTracksAlg: Track container " << trks.name() <<
" is found.");
172 if (!handle_vxContainer.isPresent()) {
174 return StatusCode::SUCCESS;
176 if (!handle_vxContainer.isValid()) {
178 return StatusCode::RECOVERABLE;
181 const auto *vertexContainer = handle_vxContainer.cptr();
182 for(
const auto vtx : *vertexContainer) {
183 if ( !vtx )
continue;
184 if ( !vtx->vxTrackAtVertexAvailable() )
continue;
186 const std::vector< Trk::VxTrackAtVertex >& theTrackAtVertex = vtx->vxTrackAtVertex();
187 int numTracksPerVertex = theTrackAtVertex.size();
188 ATH_MSG_DEBUG(
"Size of TrackAtVertex: " << numTracksPerVertex);
189 if (numTracksPerVertex>ntrkMax) {
190 ntrkMax=numTracksPerVertex;
191 xv=vtx->position()[0];
192 yv=vtx->position()[1];
193 zv=vtx->position()[2];
197 if (xv==-999 || yv==-999 || zv==-999) {
203 std::map<const xAOD::TrackParticle*, const xAOD::Vertex*> trackVertexMapTP;
206 float beamSpotX = 0.;
207 float beamSpotY = 0.;
208 float beamSpotZ = 0.;
209 float beamTiltX = 0.;
210 float beamTiltY = 0.;
215 beamSpotX = bpos.x();
216 beamSpotY = bpos.y();
217 beamSpotZ = bpos.z();
218 beamTiltX = beamSpotHandle->beamTilt(0);
219 beamTiltY = beamSpotHandle->beamTilt(1);
220 ATH_MSG_DEBUG (
"Beamspot: x0 = " << beamSpotX <<
", y0 = " << beamSpotY <<
", z0 = " << beamSpotZ <<
", tiltX = " << beamTiltX <<
", tiltY = " << beamTiltY);
240 fill(genericTrackGroup, beamSpotX_m, beamSpotY_m, beamSpotZ_m, lb_m);
243 fill(genericTrackGroup, mu_m);
249 if (!handle_vxContainer.isPresent()) {
251 return StatusCode::SUCCESS;
253 if (!handle_vxContainer.isValid()) {
255 return StatusCode::FAILURE;
258 const auto *vertexContainer = handle_vxContainer.cptr();
262 for (; vxI != vxE; ++vxI) {
263 if ((*vxI)->type() == 1) {
273 ATH_MSG_DEBUG (
"Start loop on tracks. Number of tracks " << trks->size());
277 if ( !trksItr || trksItr->perigeeParameters() ==
nullptr )
279 ATH_MSG_DEBUG(
"InDetAlignmentMonitoringRun3: NULL track pointer in collection" );
289 float chisquared = 0.;
291 float chi2oDoF = -999;
297 float Err_phi = -999;
298 float trktheta = -999;
299 float Err_theta = -999;
300 float Err_eta = -999;
303 float Err_qOverP = -999;
311 float d0bscorr = -999;
320 const Trk::Perigee* measPer = trksItr->perigeeParameters();
321 const AmgSymMatrix(5)* covariance = measPer ? measPer->covariance() :
nullptr;
323 std::unique_ptr<Trk::ImpactParametersAndSigma> myIPandSigma=
nullptr;
332 if (covariance ==
nullptr) {
333 ATH_MSG_WARNING(
"No measured perigee parameters assigned to the track");
337 trkd0 = perigeeParams[
Trk::
d0];
338 trkz0 = perigeeParams[
Trk::
z0];
339 trkphi = perigeeParams[
Trk::
phi0];
340 trktheta = perigeeParams[
Trk::
theta];
341 trketa = measPer->
eta();
344 trkpt = measPer->
pT()/1000.;
349 Err_eta = Err_theta /
sin(trktheta);
357 trkd0c=trkd0-(yv*
cos(trkphi)-xv*
sin(trkphi));
361 beamX = beamSpotX +
tan(beamTiltX) * (trkz0-beamSpotZ);
362 beamY = beamSpotY +
tan(beamTiltY) * (trkz0-beamSpotZ);
363 d0bscorr = trkd0 - ( -
sin(trkphi)*beamX +
cos(trkphi)*beamY );
366 if (fitQual==
nullptr) {
370 chisquared = (fitQual) ? fitQual->
chiSquared() : -1.;
371 DoF = (fitQual) ? fitQual->
numberDoF() : -1;
372 if(DoF>0) chi2oDoF = chisquared/(
float)DoF;
374 if (trkphi<0) trkphi+=2*
M_PI;
381 fill(genericTrackGroup, lb_track_m);
383 int nhpixB=0, nhpixECA=0, nhpixECC=0, nhsctB=0, nhsctECA=0, nhsctECC=0, nhtrtB=0, nhtrtECA=0, nhtrtECC=0;
386 ATH_MSG_VERBOSE (
" starting to loop over TSOS: " << trksItr->trackStateOnSurfaces()->size());
389 if(!(tsos->trackParameters())) {
390 ATH_MSG_DEBUG(
" hit skipped because no associated track parameters");
406 ATH_MSG_DEBUG(
"applying hit quality cuts to Silicon hit...");
409 if (hit ==
nullptr) {
439 if(barrel_ec == 1 || barrel_ec == -1 ) {
442 else if(barrel_ec == 2){
444 }
else if(barrel_ec == -2){
450 layerDisk =
m_pixelID -> layer_disk(surfaceID);
502 int nhpix= nhpixB +nhpixECA + nhpixECC;
503 int nhsct= nhsctB +nhsctECA + nhsctECC;
504 int nhtrt= nhtrtB +nhtrtECA + nhtrtECC;
505 int nhits= nhpix+ nhsct+ nhtrt;
508 fill(genericTrackGroup, nhits_per_track_m);
512 fill(genericTrackGroup, npixelhits_per_track_barrel_m);
514 fill(genericTrackGroup, npixelhits_per_track_eca_m);
516 fill(genericTrackGroup, npixelhits_per_track_ecc_m);
520 fill(genericTrackGroup, nscthits_per_track_barrel_m);
522 fill(genericTrackGroup, nscthits_per_track_eca_m);
524 fill(genericTrackGroup, nscthits_per_track_ecc_m);
528 fill(genericTrackGroup, ntrthits_per_track_barrel_m);
530 fill(genericTrackGroup, ntrthits_per_track_eca_m);
532 fill(genericTrackGroup, ntrthits_per_track_ecc_m);
535 fill(genericTrackGroup, chi2oDoF_m);
538 fill(genericTrackGroup, errEta_m);
548 float z0sintheta = trkz0*(
sin(trktheta));
550 fill(genericTrackGroup, z0_m, errZ0_m, z0_bscorr_m, z0sintheta_m);
554 fill(genericTrackGroup, d0_m);
556 fill(genericTrackGroup, errD0_m);
575 fill(genericTrackGroup, npixelhits_per_track_m, nscthits_per_track_m, ntrthits_per_track_m, eta_m, isTrkPositive, isTrkNegative, d0_bscorr_m, phi_m, isTrackBarrel, isTrackECA, isTrackECC, errPhi_m, pT_m, errPt_m, pTRes_m);
578 fill(genericTrackGroup, p_m);
585 fill(genericTrackGroup, ngTracks_m);
587 ATH_MSG_DEBUG(
"Histogram filling completed for #good_tracks: " << ngTracks);
589 return StatusCode::SUCCESS;
◆ fillVertexInformation()
Definition at line 632 of file IDAlignMonGenericTracksAlg.cxx.
634 ATH_MSG_DEBUG(
"Generic Tracks: fillVertexInformation(): Checking ");
635 trackVertexMapTP.clear();
640 if (!handle_vxContainer.isPresent()) {
644 if (!handle_vxContainer.isValid()) {
649 const auto *vertexContainer = handle_vxContainer.cptr();
651 for(
const auto vtx : *vertexContainer) {
652 auto tpLinks = vtx->trackParticleLinks();
655 if (tpLinks.size() > 4 ) {
656 for(
const auto& link: tpLinks) {
659 trackVertexMapTP.insert( std::make_pair( TP, vtx ) );
◆ filterPassed()
◆ findAssociatedVertexTP()
Definition at line 592 of file IDAlignMonGenericTracksAlg.cxx.
595 std::map<const xAOD::TrackParticle*, const xAOD::Vertex* >::const_iterator tpVx = trackVertexMapTP.find(
track);
597 if (tpVx == trackVertexMapTP.end() ){
601 return (*tpVx).second;
◆ GetEventInfo()
Return a ReadHandle for an EventInfo object (get run/event numbers, etc.)
- Parameters
-
ctx | EventContext for the event |
- Returns
- a SG::ReadHandle<xAOD::EventInfo>
Definition at line 107 of file AthMonitorAlgorithm.cxx.
◆ getGroup()
Get a specific monitoring tool from the tool handle array.
Finds a specific GenericMonitoringTool instance from the list of monitoring tools (a ToolHandleArray). Throws a FATAL warning if the object found is empty.
- Parameters
-
name | string name of the desired tool |
- Returns
- reference to the desired monitoring tool
Definition at line 164 of file AthMonitorAlgorithm.cxx.
176 if (!isInitialized()) {
178 "It seems that the AthMonitorAlgorithm::initialize was not called "
179 "in derived class initialize method");
183 [](
const std::string&
s,
auto h) { return s +
"," + h.first; });
184 ATH_MSG_FATAL(
"The tool " <<
name <<
" could not be found in the tool array of the "
185 <<
"monitoring algorithm " <<
m_name <<
". This probably reflects a discrepancy between "
186 <<
"your python configuration and c++ filling code. Note: your available groups are {"
187 << available <<
"}.");
◆ getTrigDecisionTool()
Get the trigger decision tool member.
The trigger decision tool is used to check whether a specific trigger is passed by an event.
- Returns
- m_trigDecTool
Definition at line 194 of file AthMonitorAlgorithm.cxx.
◆ getTrkTrack()
Definition at line 606 of file IDAlignMonGenericTracksAlg.cxx.
612 if(
nullptr!= trkLink){
614 if(
nullptr!= linktrkPB){
621 if ( trkPB->trackElementLink()->isValid() ) {
623 const Trk::Track* trktrk = trkPB->originalTrack();
◆ initialize()
StatusCode IDAlignMonGenericTracksAlg::initialize |
( |
| ) |
|
|
overridevirtual |
◆ 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.
◆ isClonable()
◆ 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.
◆ parseList()
StatusCode AthMonitorAlgorithm::parseList |
( |
const std::string & |
line, |
|
|
std::vector< std::string > & |
result |
|
) |
| const |
|
virtualinherited |
Parse a string into a vector.
The input string is a single long string of all of the trigger names. It parses this string and turns it into a vector, where each element is one trigger or trigger category.
- Parameters
-
line | The input string. |
result | The parsed output vector of strings. |
- Returns
- StatusCode
Definition at line 341 of file AthMonitorAlgorithm.cxx.
343 std::stringstream
ss(
line);
347 while ( std::getline(
ss,
item,
',') ) {
348 std::stringstream iss(
item);
353 return StatusCode::SUCCESS;
◆ renounce()
◆ renounceArray()
◆ setFilterPassed()
◆ sysExecute()
Execute an algorithm.
We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.
Definition at line 85 of file AthCommonReentrantAlgorithm.cxx.
◆ sysInitialize()
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< Gaudi::Algorithm > >.
Reimplemented in InputMakerBase, and HypoBase.
Definition at line 61 of file AthCommonReentrantAlgorithm.cxx.
110 if (
sc.isFailure()) {
118 if ( cs.retrieve().isFailure() ) {
120 return StatusCode::SUCCESS;
122 if (cs->regHandle(
this,*
h).isFailure()) {
123 sc = StatusCode::FAILURE;
124 ATH_MSG_ERROR(
"unable to register WriteCondHandle " <<
h->fullKey()
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ trigChainsArePassed()
bool AthMonitorAlgorithm::trigChainsArePassed |
( |
const std::vector< std::string > & |
vTrigNames | ) |
const |
|
inherited |
Check whether triggers are passed.
For the event, use the trigger decision tool to check that at least one of the triggers listed in the supplied vector is passed.
- Parameters
-
vTrigNames | List of trigger names. |
- Returns
- If empty input, default to true. If at least one trigger is specified, returns whether at least one trigger was passed.
Definition at line 199 of file AthMonitorAlgorithm.cxx.
203 if (vTrigNames.empty())
return true;
215 bool expressPass = passedBits & TrigDefs::Express_passed;
222 return group->isPassed();
◆ updateVHKA()
◆ m_applyTrkSel
bool IDAlignMonGenericTracksAlg::m_applyTrkSel {} |
|
private |
◆ m_barrelEta
float IDAlignMonGenericTracksAlg::m_barrelEta {} |
|
private |
◆ m_beamSpotKey
◆ m_d0BsRange
float IDAlignMonGenericTracksAlg::m_d0BsRange {} |
|
private |
◆ m_d0Range
float IDAlignMonGenericTracksAlg::m_d0Range {} |
|
private |
◆ m_dataType
◆ m_dataTypeStr
Gaudi::Property<std::string> AthMonitorAlgorithm::m_dataTypeStr {this,"DataType","userDefined"} |
|
protectedinherited |
◆ m_defaultLBDuration
Gaudi::Property<float> AthMonitorAlgorithm::m_defaultLBDuration {this,"DefaultLBDuration",60.} |
|
protectedinherited |
◆ m_detailLevel
Gaudi::Property<int> AthMonitorAlgorithm::m_detailLevel {this,"DetailLevel",0} |
|
protectedinherited |
◆ m_detStore
◆ m_doHitQuality
bool IDAlignMonGenericTracksAlg::m_doHitQuality {false} |
|
private |
◆ m_doIP
bool IDAlignMonGenericTracksAlg::m_doIP {} |
|
private |
◆ m_DQFilterTools
ToolHandleArray<IDQFilterTool> AthMonitorAlgorithm::m_DQFilterTools {this,"FilterTools",{}} |
|
protectedinherited |
◆ m_dummy
◆ m_enforceExpressTriggers
Gaudi::Property<bool> AthMonitorAlgorithm::m_enforceExpressTriggers |
|
privateinherited |
Initial value:{this,
"EnforceExpressTriggers", false,
"Requires that matched triggers made the event enter the express stream"}
Definition at line 372 of file AthMonitorAlgorithm.h.
◆ m_environment
◆ m_environmentStr
Gaudi::Property<std::string> AthMonitorAlgorithm::m_environmentStr {this,"Environment","user"} |
|
protectedinherited |
Environment string pulled from the job option and converted to enum.
Definition at line 352 of file AthMonitorAlgorithm.h.
◆ m_etaRange
float IDAlignMonGenericTracksAlg::m_etaRange {} |
|
private |
◆ m_EventInfoKey
◆ m_evtStore
◆ m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Empty if no symlinks were found.
Definition at line 114 of file AthCommonReentrantAlgorithm.h.
◆ m_extendedPlots
bool IDAlignMonGenericTracksAlg::m_extendedPlots {} |
|
private |
◆ m_fileKey
Gaudi::Property<std::string> AthMonitorAlgorithm::m_fileKey {this,"FileKey",""} |
|
protectedinherited |
◆ m_hasBeamCondSvc
bool IDAlignMonGenericTracksAlg::m_hasBeamCondSvc = false |
|
protected |
◆ m_hitQualityTool
◆ m_idHelper
◆ m_lbDurationDataKey
◆ m_lumiDataKey
◆ m_measurements_vs_Eta_Phi_pix_b
std::vector<int> IDAlignMonGenericTracksAlg::m_measurements_vs_Eta_Phi_pix_b |
|
private |
◆ m_measurements_vs_Eta_Phi_pix_ec
std::vector<int> IDAlignMonGenericTracksAlg::m_measurements_vs_Eta_Phi_pix_ec |
|
private |
◆ m_measurements_vs_Eta_Phi_sct_b_s0
std::vector<int> IDAlignMonGenericTracksAlg::m_measurements_vs_Eta_Phi_sct_b_s0 |
|
private |
◆ m_measurements_vs_Eta_Phi_sct_b_s1
std::vector<int> IDAlignMonGenericTracksAlg::m_measurements_vs_Eta_Phi_sct_b_s1 |
|
private |
◆ m_measurements_vs_Eta_Phi_sct_eca_s0
std::vector<int> IDAlignMonGenericTracksAlg::m_measurements_vs_Eta_Phi_sct_eca_s0 |
|
private |
◆ m_measurements_vs_Eta_Phi_sct_eca_s1
std::vector<int> IDAlignMonGenericTracksAlg::m_measurements_vs_Eta_Phi_sct_eca_s1 |
|
private |
◆ m_measurements_vs_Eta_Phi_sct_ecc_s0
std::vector<int> IDAlignMonGenericTracksAlg::m_measurements_vs_Eta_Phi_sct_ecc_s0 |
|
private |
◆ m_measurements_vs_Eta_Phi_sct_ecc_s1
std::vector<int> IDAlignMonGenericTracksAlg::m_measurements_vs_Eta_Phi_sct_ecc_s1 |
|
private |
◆ m_name
std::string AthMonitorAlgorithm::m_name |
|
privateinherited |
◆ m_nSCTEClayers
const int IDAlignMonGenericTracksAlg::m_nSCTEClayers {9} |
|
staticprivate |
◆ m_nSiBlayers
const int IDAlignMonGenericTracksAlg::m_nSiBlayers {4} |
|
staticprivate |
◆ m_NTracksRange
int IDAlignMonGenericTracksAlg::m_NTracksRange {} |
|
private |
◆ m_Pixel_Manager
std::string IDAlignMonGenericTracksAlg::m_Pixel_Manager |
|
private |
◆ m_pixelID
◆ m_pTRange
float IDAlignMonGenericTracksAlg::m_pTRange {0.0F} |
|
private |
◆ m_SCT_Manager
std::string IDAlignMonGenericTracksAlg::m_SCT_Manager |
|
private |
◆ m_sctID
◆ m_toolLookupMap
std::unordered_map<std::string, size_t> AthMonitorAlgorithm::m_toolLookupMap |
|
privateinherited |
◆ m_tools
◆ m_trackSelection
◆ m_tracksKey
◆ m_tracksName
◆ m_trackToVertexIPEstimator
◆ m_trigDecTool
◆ m_triggerChainString
Gaudi::Property<std::string> AthMonitorAlgorithm::m_triggerChainString {this,"TriggerChain",""} |
|
protectedinherited |
Trigger chain string pulled from the job option and parsed into a vector.
Definition at line 355 of file AthMonitorAlgorithm.h.
◆ m_trigLiveFractionDataKey
◆ m_TRT_Manager
std::string IDAlignMonGenericTracksAlg::m_TRT_Manager |
|
private |
◆ m_trtID
◆ m_useLumi
Gaudi::Property<bool> AthMonitorAlgorithm::m_useLumi {this,"EnableLumi",false} |
|
protectedinherited |
◆ m_varHandleArraysDeclared
◆ m_vhka
◆ m_vTrigChainNames
std::vector<std::string> AthMonitorAlgorithm::m_vTrigChainNames |
|
protectedinherited |
◆ m_VxPrimContainerName
◆ m_z0Range
float IDAlignMonGenericTracksAlg::m_z0Range {} |
|
private |
The documentation for this class was generated from the following files:
def retrieve(aClass, aKey=None)
bool is_pixel(Identifier id) const
ElementType cachedElement() const
Return the cached element, if any.
ToolHandle< IInDetAlignHitQualSelTool > m_hitQualityTool
static const int m_nSCTEClayers
Const iterator class for DataVector/DataList.
const TrkDetElementBase * associatedDetectorElement() const
return associated Detector Element
PublicToolHandle< Trig::TrigDecisionTool > m_trigDecTool
Tool to tell whether a specific trigger is passed.
bool is_sct(Identifier id) const
int barrel_ec(const Identifier &id) const
Values of different levels (failure returns 0)
Scalar eta() const
pseudorapidity method
const PixelID * m_pixelID
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Dummy class used to allow special convertors to be called for surfaces owned by a detector element.
ToolHandle< InDet::IInDetTrackSelectionTool > m_trackSelection
Scalar theta() const
theta method
std::vector< std::string > m_vTrigChainNames
Vector of trigger chain names parsed from trigger chain string.
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)
SG::ReadHandleKey< xAOD::EventInfo > m_EventInfoKey
Key for retrieving EventInfo from StoreGate.
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
std::string m_SCT_Manager
std::unordered_map< std::string, size_t > m_toolLookupMap
AthMonitorAlgorithm::Environment_t m_environment
Instance of the Environment_t enum.
int barrel_ec(const Identifier &id) const
Values of different levels (failure returns 0)
const ITrackLink * trackOrParticleLink(void) const
bool is_trt(Identifier id) const
int phi_module(const Identifier &id) const
virtual Identifier identify() const =0
Identifier.
#define ATH_MSG_VERBOSE(x)
bool isValid() const
Test to see if the link can be dereferenced.
#define AmgSymMatrix(dim)
bool trigChainsArePassed(const std::vector< std::string > &vTrigNames) const
Check whether triggers are passed.
SG::ReadHandleKey< xAOD::VertexContainer > m_VxPrimContainerName
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual void setOwner(IDataHandleHolder *o)=0
const ToolHandle< GenericMonitoringTool > m_dummy
ToolHandle< Trk::ITrackToVertexIPEstimator > m_trackToVertexIPEstimator
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
virtual const DataObjIDColl & extraOutputDeps() const override
Return the list of extra output dependencies.
ToolHandleArray< IDQFilterTool > m_DQFilterTools
Array of Data Quality filter tools.
std::vector< int > m_measurements_vs_Eta_Phi_sct_eca_s0
POOL::TEvent event(POOL::TEvent::kClassAccess)
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
Generic monitoring tool for athena components.
bool fillVertexInformation(std::map< const xAOD::TrackParticle *, const xAOD::Vertex * > &trackVertexMapTP, const EventContext &ctx) const
::StatusCode StatusCode
StatusCode definition for legacy code.
void tolower(std::string &s)
virtual StatusCode fillHistograms(const EventContext &ctx) const =0
adds event to the monitoring histograms
virtual StatusCode sysExecute(const EventContext &ctx) override
Execute an algorithm.
Amg::Vector3D transform(Amg::Vector3D &v, Amg::Transform3D &tr)
Transform a point from a Trasformation3D.
std::string m_Pixel_Manager
Class to represent and store fit qualities from track reconstruction in terms of and number of degre...
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
void fill(const ToolHandle< GenericMonitoringTool > &groupHandle, std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &&variables) const
Fills a vector of variables to a group by reference.
AthConfigFlags cosmics(AthConfigFlags flags, str instanceName, str recoMode)
int barrel_ec(const Identifier &id) const
Values of different levels (failure returns 0)
SG::ReadHandle< xAOD::EventInfo > GetEventInfo(const EventContext &) const
Return a ReadHandle for an EventInfo object (get run/event numbers, etc.)
AthMonitorAlgorithm::DataType_t m_dataType
Instance of the DataType_t enum.
SG::ReadHandleKey< TrackCollection > m_tracksName
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
std::vector< int > m_measurements_vs_Eta_Phi_sct_ecc_s0
std::vector< int > m_measurements_vs_Eta_Phi_pix_ec
ToolHandleArray< GenericMonitoringTool > m_tools
Array of Generic Monitoring Tools.
Ensure that the ATLAS eigen extensions are properly loaded.
int eta_module(const Identifier &id) const
std::vector< int > m_measurements_vs_Eta_Phi_pix_b
Definition of ATLAS Math & Geometry primitives (Amg)
SG::ReadCondHandleKey< InDet::BeamSpotData > m_beamSpotKey
represents the track state (measurement, material, fit parameters and quality) at a surface.
virtual const Surface & associatedSurface() const =0
Interface method to get the associated Surface.
double charge(const T &p)
int layer_disk(const Identifier &id) const
Gaudi::Property< bool > m_enforceExpressTriggers
StatusCode initialize(bool used=true)
Eigen::Matrix< double, 3, 1 > Vector3D
virtual float lbAverageInteractionsPerCrossing(const EventContext &ctx=Gaudi::Hive::currentContext()) const
Calculate the average mu, i.e.
virtual StatusCode initialize() override
initialize
accumulate
Update flags based on parser line args.
const AtlasDetectorID * m_idHelper
Class describing a Vertex.
#define ATH_MSG_WARNING(x)
int eta_module(const Identifier &id) const
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
SG::ReadHandleKey< TrackCollection > m_tracksKey
virtual StatusCode sysInitialize() override
Override sysInitialize.
double chiSquared() const
returns the of the overall track fit
int side(const Identifier &id) const
std::string m_TRT_Manager
int numberDoF() const
returns the number of degrees of freedom of the overall track or vertex fit as integer
static const int m_nSiBlayers
Class describing a TrackParticle.
Declare a monitored scalar variable.
int phi_module(const Identifier &id) const
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
constexpr int pow(int base, int exp) noexcept
std::vector< int > m_measurements_vs_Eta_Phi_sct_ecc_s1
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
std::vector< int > m_measurements_vs_Eta_Phi_sct_b_s0
const ToolHandle< GenericMonitoringTool > & getGroup(const std::string &name) const
Get a specific monitoring tool from the tool handle array.
@ Measurement
This is a measurement, and will at least contain a Trk::MeasurementBase.
std::vector< int > m_measurements_vs_Eta_Phi_sct_b_s1
std::vector< int > m_measurements_vs_Eta_Phi_sct_eca_s1