ATLAS Offline Software
|
#include <SCTCalib.h>
Public Member Functions | |
SCTCalib (const std::string &name, ISvcLocator *pSvcLocator) | |
~SCTCalib ()=default | |
virtual StatusCode | initialize () override |
virtual StatusCode | execute () override |
virtual StatusCode stop | ATLAS_NOT_THREAD_SAFE () override |
virtual StatusCode | finalize () override |
Finalize - delete any memory allocation from the heap. More... | |
virtual StatusCode | sysInitialize () override |
Override sysInitialize. More... | |
virtual const DataObjIDColl & | extraOutputDeps () const override |
Return the list of extra output dependencies. More... | |
ServiceHandle< StoreGateSvc > & | evtStore () |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More... | |
const ServiceHandle< StoreGateSvc > & | evtStore () const |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More... | |
const ServiceHandle< StoreGateSvc > & | detStore () const |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More... | |
virtual StatusCode | sysStart () override |
Handle START transition. More... | |
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
Return this algorithm's input handles. More... | |
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
Return this algorithm's output handles. More... | |
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
Declare a new Gaudi property. More... | |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
Declare a new Gaudi property. More... | |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
Declare a new Gaudi property. More... | |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
Declare a new Gaudi property. More... | |
void | updateVHKA (Gaudi::Details::PropertyBase &) |
MsgStream & | msg () const |
MsgStream & | msg (const MSG::Level lvl) const |
bool | msgLvl (const MSG::Level lvl) const |
Protected Member Functions | |
void | renounceArray (SG::VarHandleKeyArray &handlesArray) |
remove all handles from I/O resolution More... | |
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. More... | |
Private Types | |
enum | { nbins = 6*128, firstStrip = 0, lastStrip = nbins-1, ntimeBins = 3, firstTimeBin = 0, lastTimeBin = 2, n_hitBins = 50, first_hitBin = 0, last_hitBin = 50, n_etaBins = 13, first_etaBin = -6, last_etaBin = 6, n_phiBins = 56, first_phiBin = 0, last_phiBin = 55, n_barrels = 4, first_barrel = 0, last_barrel = 3, n_disks = 9, first_disk = 0, last_disk = 8, n_etaBinsEC = 3, first_etaBinEC = 0, last_etaBinEC = 2, n_phiBinsEC = 52, first_phiBinEC = 0, last_phiBinEC = 51 } |
enum | { n_chipPerSide = 6, n_chipPerModule = 12, n_stripPerChip = 128, n_etaInBarrel = 12, n_phiBinsB0 = 32, n_phiBinsB1 = 40, n_phiBinsB2 = 48, n_phiBinsB3 = 56, n_phiBinsECShort = 40, n_phiBinsECMiddle = 40, n_phiBinsECOuter = 52, n_elements =8176, n_BSErrorType = 15, firstBSErrorType = 0, lastBSErrorType = 14 } |
typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
StatusCode | prepareHV () |
void | doHVPrintXML (const std::pair< int, int > &timeInterval, const std::pair< int, int > &lbRange, Identifier) |
doHVPrintXML() Prints XML file for hv modules More... | |
bool | notEnoughStatistics (const int required, const int obtained, const std::string &histogramName="HIST") const |
StatusCode getNoisyStrip | ATLAS_NOT_THREAD_SAFE () |
StatusCode getDeadStrip | ATLAS_NOT_THREAD_SAFE () |
StatusCode getNoiseOccupancy | ATLAS_NOT_THREAD_SAFE () |
StatusCode getRawOccupancy | ATLAS_NOT_THREAD_SAFE () |
StatusCode getEfficiency | ATLAS_NOT_THREAD_SAFE () |
StatusCode getBSErrors | ATLAS_NOT_THREAD_SAFE () |
StatusCode getLorentzAngle | ATLAS_NOT_THREAD_SAFE () |
StatusCode | openXML4DB (std::ofstream &, const char *, const char *, const IOVTime &, const IOVTime &) const |
StatusCode | closeXML4DB (std::ofstream &) const |
StatusCode | addToXML4DB (std::ofstream &, const Identifier &, const char *, float, const char *) const |
StatusCode | openXML4MonSummary (std::ofstream &, const char *) const |
StatusCode | openXML4DeadSummary (std::ofstream &file, const char *type, int n_Module=0, int n_Link=0, int n_Chip=0, int n_Strip=0) const |
StatusCode | wrapUpXML4Summary (std::ofstream &, const char *, std::ostringstream &) const |
StatusCode | addToSummaryStr (std::ostringstream &, const Identifier &, const char *, const char *, const char *) const |
template<class S > | |
bool | retrievedService (S &service) const |
std::string | xmlChannelNoiseOccDataString (const Identifier &waferId, const float occupancy, const SCT_SerialNumber &serial) const |
std::string | xmlChannelEfficiencyDataString (const Identifier &waferId, const float efficiency, const SCT_SerialNumber &serial, const int side) const |
std::string | xmlChannelEfficiencyDataStringChip (const Identifier &waferId, const float efficiency, const float efficiency_bcid, const SCT_SerialNumber &serial, const int side, const int chip) const |
std::pair< int, bool > | getNumNoisyStrips (const Identifier &waferId) const |
StatusCode | addStripsToList (Identifier &waferId, std::set< Identifier > &stripIdList, bool isNoisy, bool isNew) const |
StatusCode writeModuleListToCool | ATLAS_NOT_THREAD_SAFE (const std::map< Identifier, std::set< Identifier >> &moduleListAll, const std::map< Identifier, std::set< Identifier >> &moduleListNew, const std::map< Identifier, std::set< Identifier >> &moduleListRef) |
std::string | getStripList (const std::set< Identifier > &stripIdList) const |
std::set< Identifier > | getOverlapStripList (const std::set< Identifier > &stripAllIdList, const std::set< Identifier > &stripRefIdList) const |
StatusCode | noisyStripsToXml (const std::map< Identifier, std::set< Identifier > > &moduleList, const std::string &badStripsFile) const |
StatusCode | noisyStripsToSummaryXml (const std::map< Identifier, std::set< Identifier >> &moduleListAll, const std::map< Identifier, std::set< Identifier >> &moduleListRef, const std::string &badStripsFile) const |
std::set< int > | getNoisyChips (const std::set< Identifier > &stripIdList) const |
std::pair< std::string, float > | getNoisyLB (const Identifier &moduleId, int &chipId) const |
std::string | getLBList (const std::set< int > &LBList) const |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &) |
specialization for handling Gaudi::Property<SG::VarHandleKey> More... | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyArrayType &) |
specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More... | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleType &) |
specialization for handling Gaudi::Property<SG::VarHandleBase> More... | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &t, const SG::NotHandleType &) |
specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More... | |
Private Attributes | |
const SCT_ID * | m_pSCTHelper {nullptr} |
SG::ReadCondHandleKey< InDetDD::SiDetectorElementCollection > | m_SCTDetEleCollKey {this, "SCTDetEleCollKey", "SCT_DetectorElementCollection", "Key of SiDetectorElementCollection for SCT"} |
ToolHandle< SCTCalibWriteTool > | m_pCalibWriteTool {this, "SCTCalibWriteTool", "SCTCalibWriteTool", "Tool to write out data from calibration loop"} |
ToolHandle< ISCT_ConfigurationConditionsTool > | m_ConfigurationConditionsTool {this, "SCT_ConfigurationConditionsTool", "SCT_ConfigurationConditionsTool/InDetSCT_ConfigurationConditionsTool", "Tool to retrieve SCT Configuration"} |
ToolHandle< ISCT_ReadCalibDataTool > | m_ReadCalibDataTool {this, "SCT_ReadCalibDataTool", "SCT_ReadCalibDataTool/InDetSCT_ReadCalibDataTool", "Tool to retrieve SCT calibration data"} |
ToolHandle< ISCT_DetectorLevelConditionsTool > | m_MajorityConditionsTool {this, "SCT_MajorityConditionsTool", "SCT_MajorityConditionsTool", "Tool to retrieve the majority conditions of SCT"} |
ToolHandle< ISCT_CablingTool > | m_CablingTool {this, "SCT_CablingTool", "SCT_CablingTool", "Tool to retrieve SCT Cabling"} |
ToolHandle< ISCT_CalibHistoTool > | m_calibHitmapTool {this, "SCT_CalibHitmapTool", "SCT_CalibHitmapTool", "Tool for reading and writing HitMap histograms"} |
ToolHandle< ISCT_CalibHistoTool > | m_calibLbTool {this, "SCT_CalibLbTool", "SCT_CalibLbTool", "Tool for reading and writing Lb dependent HitMap histograms"} |
ToolHandle< ISCT_CalibHistoTool > | m_calibBsErrTool {this, "SCT_CalibBsErrorTool", "SCT_CalibBsErrorTool", "Tool for reading and writing BS error histograms"} |
ToolHandle< ISCT_CalibModuleListTool > | m_calibModuleListTool {this, "SCT_CalibModuleListTool", "SCT_CalibModuleListTool", "Tool for handling list of modules"} |
ToolHandle< ISCT_CalibEvtInfo > | m_calibEvtInfoTool {this, "SCT_CalibEventInfo", "SCT_CalibEventInfo", "Tool for handling event info"} |
std::vector< std::vector< std::pair< int, int > > > | m_summarytrips |
std::vector< std::vector< std::pair< int, int > > > | m_summarytripslb |
std::ofstream | m_gofile |
std::ofstream | m_outDeadStrips |
std::ofstream | m_outDeadChips |
std::ofstream | m_outDeadSummary |
std::ofstream | m_outNOSummary |
std::ofstream | m_outROSummary |
std::ofstream | m_outEffSummary |
std::ofstream | m_outBSErrSummary |
std::ofstream | m_outBSErrModule |
std::ofstream | m_outLASummary |
IntegerProperty | m_runNumber {this, "RunNumber", -1} |
IntegerProperty | m_eventNumber {this, "EventNumber", -1} |
StringProperty | m_runStartTime {this, "RunStartTime", "", "from runInfo.txt"} |
StringProperty | m_runEndTime {this, "RunEndTime", "", "from runInfo.txt"} |
StringProperty | m_LBMax {this, "LBMax", "1000", "from runInfo.txt"} |
BooleanProperty | m_useConfiguration {this, "UseConfiguration", true} |
BooleanProperty | m_useCalibration {this, "UseCalibration", true} |
BooleanProperty | m_useMajority {this, "UseMajority", true} |
BooleanProperty | m_useBSError {this, "UseBSError", false} |
StringArrayProperty | m_input_hist {this, "InputHist", {}, "list of HIST (assuming 1 file)"} |
BooleanProperty | m_readBS {this, "ReadBS", false, "True if BS is used"} |
BooleanProperty | m_histBefore2010 {this, "HistBefore2010", false, "True if HIST is from 2009 or earlier"} |
BooleanProperty | m_doHitMaps {this, "DoHitMaps", true} |
BooleanProperty | m_doHitMapsLB {this, "DoHitMapsLB", true} |
IntegerProperty | m_nLbsMerged {this, "LbsPerWindow", 30} |
BooleanProperty | m_readHitMaps {this, "ReadHitMaps", false} |
BooleanProperty | m_doBSErrors {this, "DoBSErrors", false} |
BooleanProperty | m_doNoisyStrip {this, "DoNoisyStrip", true} |
BooleanProperty | m_doHV {this, "DoHV", false} |
BooleanProperty | m_doDeadStrip {this, "DoDeadStrip", false} |
BooleanProperty | m_doDeadChip {this, "DoDeadChip", false} |
BooleanProperty | m_doNoiseOccupancy {this, "DoNoiseOccupancy", false} |
BooleanProperty | m_doRawOccupancy {this, "DoRawOccupancy", false} |
BooleanProperty | m_doEfficiency {this, "DoEfficiency", false} |
BooleanProperty | m_doBSErrorDB {this, "DoBSErrorDB", false} |
BooleanProperty | m_doLorentzAngle {this, "DoLorentzAngle", false} |
BooleanProperty | m_writeToCool {this, "WriteToCool", true} |
BooleanProperty | m_noisyUpdate {this, "NoisyUpdate", true} |
BooleanProperty | m_noisyWriteAllModules {this, "NoisyWriteAllModules", true} |
BooleanProperty | m_noisyUploadTest {this, "NoisyUploadTest", true} |
FloatProperty | m_noisyModuleAverageInDB {this, "NoisyModuleAverageInDB", -1., "Average number of modules with at least 1 noisy strip in COOL"} |
IntegerProperty | m_noisyStripLastRunInDB {this, "NoisyStripLastRunInDB", -999, "Number of noisy strips of the last run uploaded to COOL"} |
FloatProperty | m_noisyStripAverageInDB {this, "NoisyStripAverageInDB", -999., "Number of noisy strips of the last run uploaded to COOL"} |
IntegerProperty | m_noisyModuleList {this, "NoisyModuleList", 200} |
FloatProperty | m_noisyModuleDiff {this, "NoisyModuleDiff", 0.200} |
FloatProperty | m_noisyStripDiff {this, "NoisyStripDiff", 128.} |
UnsignedIntegerProperty | m_noisyMinStat {this, "NoisyMinStat", 50000} |
BooleanProperty | m_noisyStripAll {this, "NoisyStripAll", true} |
BooleanProperty | m_noisyStripThrDef {this, "NoisyStripThrDef", true} |
FloatProperty | m_noisyStripThrOffline {this, "NoisyStripThrOffline", 1.500E-2} |
FloatProperty | m_noisyStripThrOnline {this, "NoisyStripThrOnline", 1.500E-3} |
BooleanProperty | m_noisyWaferFinder {this, "NoisyWaferFinder", true} |
BooleanProperty | m_noisyWaferWrite {this, "NoisyWaferWrite", true} |
BooleanProperty | m_noisyWaferAllStrips {this, "NoisyWaferAllStrips", true} |
FloatProperty | m_noisyWaferThrBarrel {this, "NoisyWaferThrBarrel", 1.000E-4} |
FloatProperty | m_noisyWaferThrECA {this, "NoisyWaferThrECA", 1.000E-4} |
FloatProperty | m_noisyWaferThrECC {this, "NoisyWaferThrECC", 1.000E-4} |
FloatProperty | m_noisyWaferFraction {this, "NoisyWaferFraction", 0.500} |
FloatProperty | m_noisyChipFraction {this, "NoisyChipFraction", 0.500} |
IntegerProperty | m_maxtbins {this, "HVBinWidth", 5} |
UnsignedIntegerProperty | m_deadStripMinStat {this, "DeadStripMinStat", 200000} |
UnsignedIntegerProperty | m_deadStripMinStatBusy {this, "DeadStripMinStatBusy", 1600000} |
UnsignedIntegerProperty | m_deadChipMinStat {this, "DeadChipMinStat", 200000} |
UnsignedIntegerProperty | m_deadStripSignificance {this, "DeadStripSignificance", 10} |
UnsignedIntegerProperty | m_deadChipSignificance {this, "DeadChipSignificance", 10} |
FloatProperty | m_busyThr4DeadFinding {this, "BusyThr4DeadFinding", 1E-4} |
FloatProperty | m_noisyThr4DeadFinding {this, "NoisyThr4DeadFinding", 1.500E-3} |
BooleanProperty | m_deadChipUploadTest {this, "DeadChipUploadTest", true} |
BooleanProperty | m_deadStripUploadTest {this, "DeadStripUploadTest", true} |
BooleanProperty | m_deadNotQuiet {this, "DeadNotQuiet", true} |
FloatProperty | m_quietThresholdStrip {this, "QuietThresholdStrip", 0.5} |
FloatProperty | m_quietThresholdChip {this, "QuietThresholdChip", 0.5} |
BooleanProperty | m_noiseOccupancyTriggerAware {this, "NoiseOccupancyTriggerAware", true} |
UnsignedIntegerProperty | m_noiseOccupancyMinStat {this, "NoiseOccupancyMinStat", 50000} |
UnsignedIntegerProperty | m_rawOccupancyMinStat {this, "RawOccupancyMinStat", 50000} |
UnsignedIntegerProperty | m_efficiencyMinStat {this, "EfficiencyMinStat", 50000} |
BooleanProperty | m_efficiencyDoChips {this, "EfficiencyDoChips", true} |
UnsignedIntegerProperty | m_BSErrorDBMinStat {this, "BSErrorDBMinStat", 50000} |
UnsignedIntegerProperty | m_LorentzAngleMinStat {this, "LorentzAngleMinStat", 50000} |
BooleanProperty | m_LorentzAngleDebugMode {this, "LorentzAngleDebugMode", true} |
StringProperty | m_tagID4NoisyStrips {this, "TagID4NoisyStrips", "SctDerivedMonitoring-001-00"} |
StringProperty | m_tagID4DeadStrips {this, "TagID4DeadStrips", "SctDerivedDeadStrips-001-00"} |
StringProperty | m_tagID4DeadChips {this, "TagID4DeadChips", "SctDerivedDeadChips-001-00"} |
StringProperty | m_tagID4NoiseOccupancy {this, "TagID4NoiseOccupancy", "SctDerivedNoiseOccupancy-001-00"} |
StringProperty | m_badStripsAllFile {this, "BadStripsAllFile", "BadStripsAllFile.xml", "Output XML for all noisy strips"} |
StringProperty | m_badStripsNewFile {this, "BadStripsNewFile", "BadStripsNewFile.xml", "Output XML for newly found noisy strips (i.e. not in config/calib data)"} |
StringProperty | m_badStripsSummaryFile {this, "BadStripsSummaryFile", "BadStripsSummaryFile.xml", "Output XML for summary info from noisy strip search"} |
StringProperty | m_badModulesFile {this, "BadModulesFile", "BadModulesFile.xml", "Output XML for HV trips"} |
StringProperty | m_deadStripsFile {this, "DeadStripsFile", "DeadStripsFile.xml", "Output XML for dead strips"} |
StringProperty | m_deadChipsFile {this, "DeadChipsFile", "DeadChipsFile.xml", "Output XML for dead chips"} |
StringProperty | m_deadSummaryFile {this, "DeadSummaryFile", "DeadSummaryFile.xml", "Output XML for summary of Dead Finding"} |
StringProperty | m_noiseOccupancyFile {this, "NoiseOccupancyFile", "NoiseOccupancyFile.xml", "Output XML for noise occupancy"} |
StringProperty | m_noiseOccupancySummaryFile {this, "NoiseOccupancySummaryFile", "NoiseOccupancySummaryFile.xml", "Output XML for summary of noise occupancy"} |
StringProperty | m_rawOccupancySummaryFile {this,"RawOccupancySummaryFile", "RawOccupancySummaryFile.xml", "Output XML for summary of raw occupancy"} |
StringProperty | m_efficiencySummaryFile {this, "EfficiencySummaryFile", "EfficiencySummaryFile.xml", "Output XML for summary of efficiency"} |
StringProperty | m_efficiencyModuleFile {this, "EfficiencyModuleFile", "EfficiencyModuleSummary.xml", "Output XML for efficiency"} |
StringProperty | m_efficiencyChipFile {this, "EfficiencyChipFile", "EfficiencyChipSummary.xml", "Output XML for chip efficiency"} |
StringProperty | m_BSErrorSummaryFile {this, "BSErrorSummaryFile", "BSErrorSummaryFile.xml", "Output XML for summary of BS Errors"} |
StringProperty | m_BSErrorModuleFile {this, "BSErrorModuleFile", "BSErrorModuleSummary.xml", "Output XML for summary of BS Errors"} |
StringProperty | m_LorentzAngleFile {this, "LorentzAngleFile", "LorentzAngleFile.xml", "Output XML for noise occupancy"} |
StringProperty | m_LorentzAngleSummaryFile {this, "LorentzAngleSummaryFile", "LorentzAngleSummaryFile.xml", "Output XML for summary of lorentz angle"} |
int | m_numOfLBsProcessed {0} |
unsigned long long | m_numberOfEvents {0} |
unsigned long long | m_numberOfEventsHist {0} |
std::string | m_utcBegin |
std::string | m_utcEnd |
int | m_LBRange {-999} |
IOVTime | m_iovStart |
IOVTime | m_iovStop |
TFile * | m_inputHist {nullptr} |
bool | m_readHIST |
std::vector< TProfile2D * > | m_pnoiseoccupancymapHistoVector |
std::vector< TProfile2D * > | m_pnoiseoccupancymapHistoVectorECp |
std::vector< TProfile2D * > | m_pnoiseoccupancymapHistoVectorECm |
std::vector< TProfile * > | m_h_phiVsNstripsSideHistoVector |
DataObjIDColl | m_extendedExtraObjects |
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 |
Definition at line 65 of file SCTCalib.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
|
private |
Definition at line 77 of file SCTCalib.h.
|
private |
Definition at line 89 of file SCTCalib.h.
SCTCalib::SCTCalib | ( | const std::string & | name, |
ISvcLocator * | pSvcLocator | ||
) |
Definition at line 112 of file SCTCalib.cxx.
|
default |
|
private |
Definition at line 2738 of file SCTCalib.cxx.
|
private |
Definition at line 2608 of file SCTCalib.cxx.
|
private |
Definition at line 2482 of file SCTCalib.cxx.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
overridevirtual |
|
private |
|
private |
Definition at line 2471 of file SCTCalib.cxx.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
|
inlineprivateinherited |
specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray>
Definition at line 199 of file AthCommonDataStore.h.
|
inlineinherited |
Declare a new Gaudi property.
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.
|
inlineinherited |
Declare a new Gaudi property.
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.
|
inlineinherited |
Definition at line 259 of file AthCommonDataStore.h.
|
inlineinherited |
Declare a new Gaudi property.
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.
|
inlineinherited |
Declare a new Gaudi property.
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.
|
inlineinherited |
Definition at line 145 of file AthCommonDataStore.h.
|
inlineinherited |
The standard StoreGateSvc/DetectorStore
Returns (kind of) a pointer to the StoreGateSvc
.
Definition at line 95 of file AthCommonDataStore.h.
|
private |
|
inlineinherited |
The standard StoreGateSvc
(event store) Returns (kind of) a pointer to the StoreGateSvc
.
Definition at line 85 of file AthCommonDataStore.h.
|
inlineinherited |
The standard StoreGateSvc
(event store) Returns (kind of) a pointer to the StoreGateSvc
.
Definition at line 90 of file AthCommonDataStore.h.
|
overridevirtual |
Definition at line 294 of file SCTCalib.cxx.
|
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
|
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.
|
overridevirtual |
|
private |
Definition at line 3243 of file SCTCalib.cxx.
|
private |
Definition at line 3157 of file SCTCalib.cxx.
|
private |
Definition at line 3202 of file SCTCalib.cxx.
|
private |
Definition at line 2711 of file SCTCalib.cxx.
|
private |
Definition at line 2825 of file SCTCalib.cxx.
|
private |
Definition at line 2846 of file SCTCalib.cxx.
|
overridevirtual |
Definition at line 122 of file SCTCalib.cxx.
|
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.
|
inlineinherited |
Definition at line 24 of file AthCommonMsg.h.
|
inlineinherited |
Definition at line 27 of file AthCommonMsg.h.
|
inlineinherited |
Definition at line 30 of file AthCommonMsg.h.
|
private |
Definition at line 2934 of file SCTCalib.cxx.
|
private |
Definition at line 2886 of file SCTCalib.cxx.
|
private |
Definition at line 282 of file SCTCalib.cxx.
|
private |
Definition at line 2450 of file SCTCalib.cxx.
|
private |
Definition at line 2505 of file SCTCalib.cxx.
|
private |
Definition at line 2558 of file SCTCalib.cxx.
|
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.
|
private |
|
inlineprotectedinherited |
Definition at line 380 of file AthCommonDataStore.h.
|
inlineprotectedinherited |
remove all handles from I/O resolution
Definition at line 364 of file AthCommonDataStore.h.
|
inlineprivate |
Definition at line 284 of file SCTCalib.h.
|
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, PyAthena::Alg, and AthHistogramAlgorithm.
Definition at line 66 of file AthAlgorithm.cxx.
|
overridevirtualinherited |
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
private |
|
private |
Definition at line 2676 of file SCTCalib.cxx.
|
private |
Definition at line 2693 of file SCTCalib.cxx.
|
private |
Definition at line 2660 of file SCTCalib.cxx.
|
private |
Definition at line 219 of file SCTCalib.h.
|
private |
Definition at line 215 of file SCTCalib.h.
|
private |
Definition at line 216 of file SCTCalib.h.
|
private |
Definition at line 217 of file SCTCalib.h.
|
private |
Definition at line 205 of file SCTCalib.h.
|
private |
Definition at line 232 of file SCTCalib.h.
|
private |
Definition at line 231 of file SCTCalib.h.
|
private |
Definition at line 192 of file SCTCalib.h.
|
private |
Definition at line 102 of file SCTCalib.h.
|
private |
Definition at line 105 of file SCTCalib.h.
|
private |
Definition at line 107 of file SCTCalib.h.
|
private |
Definition at line 103 of file SCTCalib.h.
|
private |
Definition at line 104 of file SCTCalib.h.
|
private |
Definition at line 106 of file SCTCalib.h.
|
private |
Definition at line 99 of file SCTCalib.h.
|
private |
Definition at line 189 of file SCTCalib.h.
|
private |
Definition at line 222 of file SCTCalib.h.
|
private |
Definition at line 191 of file SCTCalib.h.
|
private |
Definition at line 194 of file SCTCalib.h.
|
private |
Definition at line 196 of file SCTCalib.h.
|
private |
Definition at line 187 of file SCTCalib.h.
|
private |
Definition at line 188 of file SCTCalib.h.
|
private |
Definition at line 221 of file SCTCalib.h.
|
private |
Definition at line 190 of file SCTCalib.h.
|
private |
Definition at line 195 of file SCTCalib.h.
|
private |
Definition at line 223 of file SCTCalib.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
private |
Definition at line 157 of file SCTCalib.h.
|
private |
Definition at line 149 of file SCTCalib.h.
|
private |
Definition at line 153 of file SCTCalib.h.
|
private |
Definition at line 152 of file SCTCalib.h.
|
private |
Definition at line 156 of file SCTCalib.h.
|
private |
Definition at line 145 of file SCTCalib.h.
|
private |
Definition at line 146 of file SCTCalib.h.
|
private |
Definition at line 151 of file SCTCalib.h.
|
private |
Definition at line 158 of file SCTCalib.h.
|
private |
Definition at line 154 of file SCTCalib.h.
|
private |
Definition at line 150 of file SCTCalib.h.
|
private |
Definition at line 155 of file SCTCalib.h.
|
private |
Definition at line 230 of file SCTCalib.h.
|
private |
Definition at line 204 of file SCTCalib.h.
|
private |
Definition at line 203 of file SCTCalib.h.
|
private |
Definition at line 229 of file SCTCalib.h.
|
private |
Definition at line 228 of file SCTCalib.h.
|
private |
Definition at line 129 of file SCTCalib.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 79 of file AthAlgorithm.h.
|
private |
Definition at line 114 of file SCTCalib.h.
|
private |
Definition at line 254 of file SCTCalib.h.
|
private |
Definition at line 143 of file SCTCalib.h.
|
private |
Definition at line 140 of file SCTCalib.h.
|
private |
Definition at line 247 of file SCTCalib.h.
|
private |
Definition at line 243 of file SCTCalib.h.
|
private |
Definition at line 244 of file SCTCalib.h.
|
private |
Definition at line 133 of file SCTCalib.h.
|
private |
Definition at line 242 of file SCTCalib.h.
|
private |
Definition at line 208 of file SCTCalib.h.
|
private |
Definition at line 233 of file SCTCalib.h.
|
private |
Definition at line 206 of file SCTCalib.h.
|
private |
Definition at line 234 of file SCTCalib.h.
|
private |
Definition at line 101 of file SCTCalib.h.
|
private |
Definition at line 185 of file SCTCalib.h.
|
private |
Definition at line 147 of file SCTCalib.h.
|
private |
Definition at line 225 of file SCTCalib.h.
|
private |
Definition at line 201 of file SCTCalib.h.
|
private |
Definition at line 226 of file SCTCalib.h.
|
private |
Definition at line 200 of file SCTCalib.h.
|
private |
Definition at line 183 of file SCTCalib.h.
|
private |
Definition at line 171 of file SCTCalib.h.
|
private |
Definition at line 164 of file SCTCalib.h.
|
private |
Definition at line 168 of file SCTCalib.h.
|
private |
Definition at line 167 of file SCTCalib.h.
|
private |
Definition at line 172 of file SCTCalib.h.
|
private |
Definition at line 166 of file SCTCalib.h.
|
private |
Definition at line 169 of file SCTCalib.h.
|
private |
Definition at line 165 of file SCTCalib.h.
|
private |
Definition at line 173 of file SCTCalib.h.
|
private |
Definition at line 174 of file SCTCalib.h.
|
private |
Definition at line 175 of file SCTCalib.h.
|
private |
Definition at line 193 of file SCTCalib.h.
|
private |
Definition at line 161 of file SCTCalib.h.
|
private |
Definition at line 163 of file SCTCalib.h.
|
private |
Definition at line 178 of file SCTCalib.h.
|
private |
Definition at line 176 of file SCTCalib.h.
|
private |
Definition at line 182 of file SCTCalib.h.
|
private |
Definition at line 179 of file SCTCalib.h.
|
private |
Definition at line 180 of file SCTCalib.h.
|
private |
Definition at line 181 of file SCTCalib.h.
|
private |
Definition at line 177 of file SCTCalib.h.
|
private |
Definition at line 162 of file SCTCalib.h.
|
private |
Definition at line 238 of file SCTCalib.h.
|
private |
Definition at line 239 of file SCTCalib.h.
|
private |
Definition at line 237 of file SCTCalib.h.
|
private |
Definition at line 124 of file SCTCalib.h.
|
private |
Definition at line 123 of file SCTCalib.h.
|
private |
Definition at line 118 of file SCTCalib.h.
|
private |
Definition at line 117 of file SCTCalib.h.
|
private |
Definition at line 119 of file SCTCalib.h.
|
private |
Definition at line 122 of file SCTCalib.h.
|
private |
Definition at line 125 of file SCTCalib.h.
|
private |
Definition at line 120 of file SCTCalib.h.
|
private |
Definition at line 121 of file SCTCalib.h.
|
private |
Definition at line 98 of file SCTCalib.h.
|
private |
Definition at line 251 of file SCTCalib.h.
|
private |
Definition at line 253 of file SCTCalib.h.
|
private |
Definition at line 252 of file SCTCalib.h.
Definition at line 95 of file SCTCalib.h.
|
private |
Definition at line 198 of file SCTCalib.h.
|
private |
Definition at line 197 of file SCTCalib.h.
|
private |
Definition at line 202 of file SCTCalib.h.
|
private |
Definition at line 227 of file SCTCalib.h.
Definition at line 142 of file SCTCalib.h.
|
private |
Definition at line 100 of file SCTCalib.h.
|
private |
Definition at line 248 of file SCTCalib.h.
|
private |
Definition at line 148 of file SCTCalib.h.
|
private |
Definition at line 132 of file SCTCalib.h.
|
private |
Definition at line 128 of file SCTCalib.h.
|
private |
Definition at line 131 of file SCTCalib.h.
|
private |
Definition at line 96 of file SCTCalib.h.
|
private |
Definition at line 111 of file SCTCalib.h.
|
private |
Definition at line 112 of file SCTCalib.h.
|
private |
Definition at line 212 of file SCTCalib.h.
|
private |
Definition at line 211 of file SCTCalib.h.
|
private |
Definition at line 213 of file SCTCalib.h.
|
private |
Definition at line 210 of file SCTCalib.h.
|
private |
Definition at line 138 of file SCTCalib.h.
|
private |
Definition at line 136 of file SCTCalib.h.
|
private |
Definition at line 135 of file SCTCalib.h.
|
private |
Definition at line 137 of file SCTCalib.h.
|
private |
Definition at line 240 of file SCTCalib.h.
|
private |
Definition at line 241 of file SCTCalib.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.
|
private |
Definition at line 159 of file SCTCalib.h.