|
ATLAS Offline Software
|
#include <TileCellToTTL1.h>
|
| TileCellToTTL1 (const std::string &name, ISvcLocator *pSvcLocator) |
|
virtual | ~TileCellToTTL1 () |
|
StatusCode | initialize () |
|
StatusCode | execute () |
|
StatusCode | finalize () |
|
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 |
|
Definition at line 51 of file TileCellToTTL1.h.
◆ StoreGateSvc_t
◆ TileCellToTTL1()
TileCellToTTL1::TileCellToTTL1 |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ ~TileCellToTTL1()
TileCellToTTL1::~TileCellToTTL1 |
( |
| ) |
|
|
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 TileCellToTTL1::execute |
( |
| ) |
|
Definition at line 75 of file TileCellToTTL1.cxx.
92 ATH_CHECK( ttl1CellContainer.record(std::make_unique<TileTTL1CellContainer>()) );
100 float ttTimeAve[32][64];
101 float ttCorrFact[32][64];
104 for (
int i = 0;
i < 32;
i++) {
105 for (
int j = 0; j < 64; j++) {
109 ttStatusCells[
i][j] = 0;
110 ttStatusChans[
i][j] = 0;
111 ttTimeAve[
i][j] = 0.0;
112 ttCorrFact[
i][j] = 1.0;
127 if (!tilecell)
continue;
129 float cell_ene =
cell->energy();
130 float cell_time =
cell->time();
132 int bad_cell = tilecell->
badcell();
134 bad_chan[0] = tilecell->
badch1();
135 bad_chan[1] = tilecell->
badch2();
141 for (
int ipmt = 0; ipmt < 2; ipmt++) {
165 if (ttNpmt[ieta][iphi] > 0) {
166 ttAmp[ieta][iphi] += cell_ene * 0.5;
167 ttNpmt[ieta][iphi]++;
168 ttStatusCells[ieta][iphi] += (
uint16_t) bad_cell;
169 ttStatusChans[ieta][iphi] += (
uint16_t) bad_chan[ipmt];
170 ttTimeAve[ieta][iphi] += cell_time;
174 ttId[ieta][iphi] = tt_id;
175 ttNpmt[ieta][iphi]++;
176 ttAmp[ieta][iphi] = cell_ene * 0.5;
177 ttStatusCells[ieta][iphi] = (
uint16_t) bad_cell;
178 ttStatusChans[ieta][iphi] = (
uint16_t) bad_chan[ipmt];
179 ttTimeAve[ieta][iphi] = cell_time;
185 for (
int ieta = 0; ieta < 32; ieta++) {
186 for (
int iphi = 0; iphi < 64; iphi++) {
189 if (ttNpmt[ieta][iphi] == 0)
continue;
191 float time_ave = ttTimeAve[ieta][iphi] / ((
float) ttNpmt[ieta][iphi]);
194 if (ttStatusChans[ieta][iphi] == ttNpmt[ieta][iphi])
196 if (ttStatusCells[ieta][iphi] > 0)
198 if (ttStatusChans[ieta][iphi] > 0)
201 ttl1CellContainer->push_back(std::make_unique<TileTTL1Cell>(ttId[ieta][iphi],
204 ttCorrFact[ieta][iphi],
214 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 TileCellToTTL1::finalize |
( |
| ) |
|
◆ initialize()
StatusCode TileCellToTTL1::initialize |
( |
| ) |
|
◆ 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_cellContainerKey
Initial value:{this,"CaloCellContainer",
"AllCalo", "Input Calo cell container key"}
Definition at line 67 of file TileCellToTTL1.h.
◆ m_detStore
◆ m_evtStore
◆ m_extendedExtraObjects
DataObjIDColl AthAlgorithm::m_extendedExtraObjects |
|
privateinherited |
◆ m_tileCablingService
◆ m_tileID
◆ m_TT_ID
◆ m_ttl1CellContainerKey
Initial value:{this,"TileTTL1CellContainer",
"TileTTL1CellContainer",
"Output Tile TTL1 cell container key"}
Definition at line 70 of file TileCellToTTL1.h.
◆ m_varHandleArraysDeclared
◆ m_vhka
The documentation for this class was generated from the following files:
def retrieve(aClass, aKey=None)
virtual bool badcell(void) const override final
check if whole cell is bad (i.e.
const CaloLVL1_ID * m_TT_ID
Identifier pmt2tt_id(const Identifier &id) const
static const TileCablingService * getInstance()
get pointer to service instance
SG::ReadHandleKey< CaloCellContainer > m_cellContainerKey
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
bool badch1(void) const
check if first PMT is in bad channel list and masked
int sample(const Identifier &id) const
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
int phi(const Identifier id) const
return phi according to :
virtual StatusCode sysInitialize() override
Override sysInitialize.
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
::StatusCode StatusCode
StatusCode definition for legacy code.
bool badch2(void) const
check if second PMT is in bad channel list and masked
SG::WriteHandleKey< TileTTL1CellContainer > m_ttl1CellContainerKey
#define CHECK(...)
Evaluate an expression and check for errors.
bool is_tile(Identifier id) const
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
int eta(const Identifier id) const
return eta according to :
DataObjIDColl m_extendedExtraObjects
Data object for each calorimeter readout cell.
#define ATH_MSG_WARNING(x)
Identifier pmt_id(const Identifier &any_id) const
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
bool is_negative(const Identifier &id) const
AthAlgorithm()
Default constructor:
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
const TileCablingService * m_tileCablingService