|
ATLAS Offline Software
|
#include <LArShapeCompleteMakerAlg.h>
|
| LArShapeCompleteMakerAlg (const std::string &name, ISvcLocator *pSvcLocator) |
|
virtual | ~LArShapeCompleteMakerAlg () |
|
virtual StatusCode | initialize () override final |
|
virtual StatusCode | execute () override final |
|
virtual StatusCode | finalize () override final |
|
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 |
|
|
const LArOnlineID * | m_onlineHelper = nullptr |
|
LArSamples::DataStore * | m_template |
|
ToolHandle< ILArShapeDumperTool > | m_dumperTool |
|
unsigned int | m_nSamples = 0U |
|
unsigned int | m_nPhases = 0U |
|
unsigned int | m_iPhase = 0U |
|
Gaudi::Property< int > | m_minNPulses {this,"minNPulses",0} |
|
Gaudi::Property< std::string > | m_shapeErrorFileName {this,"shapeErrorFileName", {} } |
|
Gaudi::Property< std::string > | m_outputTemplateFileName {this,"outputTemplateFileName", {} } |
|
Gaudi::Property< std::string > | m_outputFileName {this,"outputFileName", {} } |
|
Gaudi::Property< std::string > | m_sgKey {this,"sgKey", {} } |
|
Gaudi::Property< std::string > | m_groupingType {this,"groupingType", {} } |
|
SG::ReadCondHandleKey< LArOnOffIdMapping > | m_onOffMapKey { this, "LArOnOffIdMappingKey", "LArOnOffIdMapping", "LArOnOffIdMapping key" } |
|
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 37 of file LArShapeCompleteMakerAlg.h.
◆ StoreGateSvc_t
◆ LArShapeCompleteMakerAlg()
LArShapeCompleteMakerAlg::LArShapeCompleteMakerAlg |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ ~LArShapeCompleteMakerAlg()
LArShapeCompleteMakerAlg::~LArShapeCompleteMakerAlg |
( |
| ) |
|
|
virtual |
◆ declareGaudiProperty() [1/4]
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
175 hndl.documentation());
◆ declareGaudiProperty() [2/4]
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
161 hndl.documentation());
◆ declareGaudiProperty() [3/4]
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
189 hndl.documentation());
◆ declareGaudiProperty() [4/4]
◆ declareProperty() [1/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
250 this->declare(hndl.
vhKey());
251 hndl.
vhKey().setOwner(
this);
253 return PBASE::declareProperty(
name,hndl,
doc);
◆ declareProperty() [2/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
229 return PBASE::declareProperty(
name,hndl,
doc);
◆ declareProperty() [3/6]
◆ declareProperty() [4/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
338 return PBASE::declareProperty(
name, property,
doc);
◆ declareProperty() [5/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 of file AthCommonDataStore.h.
◆ declareProperty() [6/6]
◆ detStore()
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ execute()
StatusCode LArShapeCompleteMakerAlg::execute |
( |
| ) |
|
|
finaloverridevirtual |
Definition at line 56 of file LArShapeCompleteMakerAlg.cxx.
65 return StatusCode::FAILURE;
75 const Identifier id = onOffMap->cnvToIdentifier(channelID);
76 if (
id.get_compact() == 0xffffffff) {
83 ATH_MSG_ERROR(
"Problem making cell info for hash = " <<
k <<
", terminating...");
84 return StatusCode::FAILURE;
88 std::vector<const EventData*>
events;
89 for (
unsigned int g = 0;
g < 3;
g++) {
96 for (
unsigned int g = 0;
g < 3;
g++) {
102 std::vector<std::vector<float> > deltaVal, deltaDer;
106 for (
unsigned int j = 0; j <
m_nSamples; j++) phaseVect[j] = 0;
108 deltaVal.push_back(phaseVect);
109 deltaDer.push_back(phaseVect);
113 ATH_MSG_DEBUG(
"--> Setting channel " <<
k <<
", id = " << channelID <<
", gain = " <<
gain <<
", size = "
114 << deltaVal.size() <<
" " << deltaDer.size());
122 ATH_MSG_DEBUG(
"--> No information for channel " <<
k<<
", id = " << channelID <<
", gain = " <<
gain);
124 lsc->
set(channelID,
gain, deltaVal, deltaDer);
135 return StatusCode::FAILURE;
140 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()
const DataObjIDColl & AthAlgorithm::extraOutputDeps |
( |
| ) |
const |
|
overridevirtualinherited |
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 50 of file AthAlgorithm.cxx.
57 return Algorithm::extraOutputDeps();
◆ finalize()
StatusCode LArShapeCompleteMakerAlg::finalize |
( |
| ) |
|
|
finaloverridevirtual |
◆ initialize()
StatusCode LArShapeCompleteMakerAlg::initialize |
( |
| ) |
|
|
finaloverridevirtual |
◆ inputHandles()
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ msg() [1/2]
◆ msg() [2/2]
◆ msgLvl()
◆ outputHandles()
Return this algorithm's output handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ renounce()
◆ renounceArray()
◆ sysInitialize()
StatusCode AthAlgorithm::sysInitialize |
( |
| ) |
|
|
overridevirtualinherited |
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ updateVHKA()
◆ m_detStore
◆ m_dumperTool
◆ m_evtStore
◆ m_extendedExtraObjects
DataObjIDColl AthAlgorithm::m_extendedExtraObjects |
|
privateinherited |
◆ m_groupingType
Gaudi::Property<std::string> LArShapeCompleteMakerAlg::m_groupingType {this,"groupingType", {} } |
|
private |
◆ m_iPhase
unsigned int LArShapeCompleteMakerAlg::m_iPhase = 0U |
|
private |
◆ m_minNPulses
Gaudi::Property<int> LArShapeCompleteMakerAlg::m_minNPulses {this,"minNPulses",0} |
|
private |
◆ m_nPhases
unsigned int LArShapeCompleteMakerAlg::m_nPhases = 0U |
|
private |
◆ m_nSamples
unsigned int LArShapeCompleteMakerAlg::m_nSamples = 0U |
|
private |
◆ m_onlineHelper
◆ m_onOffMapKey
◆ m_outputFileName
Gaudi::Property<std::string> LArShapeCompleteMakerAlg::m_outputFileName {this,"outputFileName", {} } |
|
private |
◆ m_outputTemplateFileName
Gaudi::Property<std::string> LArShapeCompleteMakerAlg::m_outputTemplateFileName {this,"outputTemplateFileName", {} } |
|
private |
◆ m_sgKey
Gaudi::Property<std::string> LArShapeCompleteMakerAlg::m_sgKey {this,"sgKey", {} } |
|
private |
◆ m_shapeErrorFileName
Gaudi::Property<std::string> LArShapeCompleteMakerAlg::m_shapeErrorFileName {this,"shapeErrorFileName", {} } |
|
private |
◆ m_template
◆ m_varHandleArraysDeclared
◆ m_vhka
The documentation for this class was generated from the following files:
def retrieve(aClass, aKey=None)
char data[hepevt_bytes_allocation_ATLAS]
Gaudi::Property< int > m_minNPulses
Gaudi::Property< std::string > m_shapeErrorFileName
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
const LArOnlineID * m_onlineHelper
Gaudi::Property< std::string > m_outputFileName
This class implements the ILArShape interface.
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual void setOwner(IDataHandleHolder *o)=0
const TVectorD & xip() const
Gaudi::Property< std::string > m_outputTemplateFileName
virtual StatusCode sysInitialize() override
Override sysInitialize.
static const unsigned int nChannels
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
::StatusCode StatusCode
StatusCode definition for legacy code.
HWIdentifier channel_Id(int barrel_ec, int pos_neg, int feedthrough, int slot, int channel) const
create channel identifier from fields
LArSamples::DataStore * m_template
InDet::SiSpacePointsSeedMakerEventData EventData
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
ToolHandle< ILArShapeDumperTool > m_dumperTool
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
void set(const HWIdentifier &CellID, int gain, const std::vector< std::vector< float > > &vShape, const std::vector< std::vector< float > > &vShapeDer, float timeOffset=0, float timeBinWidth=25./24.)
StatusCode initialize(bool used=true)
storage of the time histories of all the cells
DataObjIDColl m_extendedExtraObjects
const ShapeErrorData * shapeErrorData(CaloGain::CaloGain gain, ShapeErrorType shapeErrorType=BestShapeError, const Residual *res=0) const
virtual StatusCode initialize()
Initialization done after creation or read back - derived classes may augment the functionality.
#define ATH_MSG_WARNING(x)
void add(const DataContainer *data)
append data (takes ownership)
SG::ReadCondHandleKey< LArOnOffIdMapping > m_onOffMapKey
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
AthAlgorithm()
Default constructor:
const TVectorD & xi() const
const ScaledErrorData * sed
Gaudi::Property< std::string > m_sgKey
Gaudi::Property< std::string > m_groupingType
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
bool writeTrees(const char *fileName)
HistoryContainer * makeNewHistory(const IdentifierHash &hash, CellInfo *info)
append data (takes ownership of everything)